query_database
Query a Notion database using filters and sorting to retrieve specific results.
Instructions
Query a database with filters and sorting.
Filter examples: {"Status": "Learning"} {"Priority": "🔥 Critical", "Category": "ML"} {"Progress": {"greater_than": 50}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id_or_url | Yes | ||
| filters | No | ||
| sort_by | No | ||
| sort_order | No | descending | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||