Capabilities
The Paradime Docs Tool exposes two underlying operations: search_documentation searches across the full Paradime help documentation and returns the most relevant pages for a natural-language query. Results include the page title, URL, and a snippet describing what the page covers. get_page fetches the full contents of a specific documentation page so DinoAI can read it end-to-end and answer detailed questions about configuration, setup, or behavior.Using the Paradime Docs Tool
- Open DinoAI in the right panel of the Code IDE
- Ask a question about Paradime, or reference the documentation topic you want to explore
- Add your prompt describing what you want DinoAI to do with the documentation findings
- Review DinoAI’s response and apply the guidance to your workflow
Example Use Cases
Answering a Product Question PromptWorking with Other Tools
The Paradime Docs Tool works well alongside DinoAI’s other capabilities to support your full development workflow:- Combine with the Terminal Tool to follow setup steps from the docs directly in your environment
- Combine with the File System Tool to update configuration files (e.g.
dbt_project.yml,paradime.yml) according to documented best practices - Combine with the Web Search Tool when you need broader context beyond the Paradime documentation
- Use alongside Git Lite to commit configuration changes informed by Paradime’s guidance