Web
Use the web_search and web_fetch tools to gather external information.
Guidelines:
- •Search first, then fetch only the most relevant pages.
- •Respect rate limits and keep results concise.
- •Validate URLs before fetching.
Example:
code
web_search(query="Rust async best practices", count=5) web_fetch(url="https://example.com/post", extractMode="markdown")