queryNotionDatabase
Retrieve specific items from a Notion database by providing its ID, with options to filter, sort, and limit results.
Instructions
Retrieves and filters items from a specified Notion database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sorts | No | Optional sorting criteria | |
| filter | No | Optional filter criteria | |
| pageSize | No | Number of results to return (max 100) | |
| databaseId | Yes | ID of the database to query |