Requires Notion integration. Before using this tool, make sure you’ve connected your Notion account in Paradime. See Connecting Notion to Paradime for setup instructions.
Capabilities
The Notion Tool exposes three underlying operations: search_notion searches your Notion workspace by text query, returning matching pages and databases with their IDs, titles, types, and URLs. You can optionally filter results by type (page or database) and limit the number of matches returned. fetch_notion_page fetches the full content of a specific Notion page by ID. It retrieves both the page metadata — title, URL, and last-edited time — and the block content, converting it to clean markdown for DinoAI to reason over. get_notion_page_comments fetches all comments on a Notion page, including both page-level comments and inline comments attached to individual blocks. Results are returned withpage_comments and inline_comments sections clearly separated.
Using the Notion Tool
- Open DinoAI in the right panel of the Code IDE
- Describe what you’re looking for or provide a specific Notion page ID or URL
- Add your prompt describing what you want DinoAI to do with the content or comments
- Grant permission when DinoAI asks to access your Notion workspace
- Review and implement DinoAI’s suggested actions
Example Use Cases
Finding a Relevant Spec Page
PromptTurning a Notion Page into Implementation Steps
PromptIncorporating Review Feedback
PromptWorking with Other Tools
The Notion Tool works well alongside DinoAI’s other capabilities to support your full development workflow:- Combine with the Terminal Tool to scaffold models and run dbt commands based on requirements extracted from Notion
- Combine with the Linear Tool or Jira Tool to cross-reference Notion specs against linked tickets
- Use alongside Git Lite to commit and push your changes before creating a pull request