pd-notion-query-db

Original🇺🇸 English
Translated
2 scripts

Notion: Query a database with filters and sorts.

5installs
Added on

NPX Install

npx skill4agent add casret/pipedream pd-notion-query-db

Tags

Translated version includes tags in frontmatter

notion query-db

PREREQUISITE: Read
../pd-notion/SKILL.md
for all commands.
bash
npx tsx resources/pd-notion.ts query-db --id <DB_ID> [--filter JSON] [--sort JSON] [--limit 20]
Always run
db-schema
first.
Filter operators:
equals
,
contains
,
greater_than
,
before
, etc. (Notion filter docs). Read-only.