Capabilities
The Web Search Tool exposes two underlying operations:execute_web_search performs a web search using a concise query and returns structured results including titles, URLs, and summaries. You can optionally restrict results to specific domains — such as docs.getdbt.com or docs.paradime.io/app-help — to keep answers focused and relevant.
extract_url_content fetches and extracts the full text content of a specific URL. Use this when you have a particular page in mind and want DinoAI to read, summarize, or reason over its contents directly.
Using the Web Search Tool
- Open DinoAI in the right panel of the Code IDE
- Ask a question or provide a URL you want DinoAI to look up
- DinoAI will search the web or extract the page content automatically — no permission prompt is required
- Review the information DinoAI surfaces and incorporate it into your implementation
Web Search is enabled by default and does not require a separate integration setup.
Example Use Cases
Looking Up dbt Documentation
Promptdocs.getdbt.com, retrieves the relevant page, and summarizes the available CLI arguments — so you can run the right command without switching tabs.
Finding a dbt Package
Prompthub.getdbt.com and surfaces matching packages with descriptions and links, helping you evaluate options before adding a dependency to your project.
Reading a Specific URL
PromptChecking Paradime Release Notes
Promptdocs.paradime.io/app-help and surfaces the most relevant changelog or release note entries, keeping you current without manual browsing.
Working with Other Tools
The Web Search Tool works well alongside DinoAI’s other capabilities:- Combine with the Terminal Tool to look up a command’s syntax and run it immediately in your project environment
- Use alongside Notion or Confluence tools to cross-reference internal specs against external documentation
- Pair with Linear or Jira tools to pull in ticket context while researching the right implementation approach online
Best Practices
Be specific in your query — Shorter, precise search queries (under 300 characters) return more relevant results than broad, open-ended questions. Use domain restrictions for focused searches — When you know the answer lives in a specific site (e.g.docs.getdbt.com), tell DinoAI to restrict the search there. This reduces noise and speeds up the response.
Useful domains to reference:
docs.paradime.io/app-help— Paradime product documentationdocs.getdbt.com— dbt Core documentationhub.getdbt.com— dbt package registryelementary-data.com/dbt-test-hub— Elementary test catalogue
extract_url_content by sharing the URL in your prompt. This is faster and more precise than a keyword search.
Verify before implementing — Web search results reflect the state of the web at the time of the query and may include outdated or irrelevant content. Always review DinoAI’s interpretation before applying it to your project.