Find Notion Targets
notion_findDiscover Notion pages or data sources by title or partial name, returning compact candidates with stable IDs for subsequent actions.
Instructions
Find Notion pages or data sources and return compact, AI-friendly candidates with stable IDs and suggested next tools. Use this before low-level retrieve/query tools when the user gives a title, partial name, or vague target. Prefer this over raw notion_search for discovery because it trims noisy API fields and highlights the IDs needed for the next action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Text to search for in Notion page or data source titles. Omit to list recent accessible targets. | |
| format | No | Specify the response format. 'json' returns the original data structure, 'markdown' returns a more readable format. Use 'markdown' when the user only needs to read the page and isn't planning to write or modify it. Use 'json' when the user needs to read the page with the intention of writing to or modifying it. | |
| page_size | No | Number of candidates to return. Keep this small for AI context efficiency; max 100. | |
| object_type | No | Optional target type filter. Use 'page' when looking for content pages, and 'data_source' when looking for database-like schemas to query or create items in. | |
| start_cursor | No | Pagination start cursor from a previous notion_find call. |