name: fetch description: Fetches markdown from public URLs, docs pages, articles, or changelogs. Use when web content needs to be read or summarized.
Use fetch to fetch the URL or domain in $ARGUMENTS or the surrounding conversation.
Guidelines:
- Prefer the canonical docs or article URL.
- Set
objectivewhen the user asks a specific question. - Set
keywordsfor long pages when only a few sections matter. - Use
mode: "smart"for long or noisy pages,mode: "rush"when the relevant section is already obvious. - Set
fresh: truewhen freshness matters, such as changelogs, release notes, pricing, or recently updated docs.
After fetching, answer the user directly instead of restating the tool output verbatim.