claude-code-system-prompts/system-prompts/tool-description-webfetch-concise.md
2026-06-12 10:12:09 -06:00

572 B

Fetches a URL, converts the page to markdown, and answers prompt against it using a small fast model.

  • Fails on authenticated/private URLs — use an authenticated MCP tool or gh for those instead.
  • HTTP is upgraded to HTTPS. Cross-host redirects are returned to you rather than followed; call again with the redirect URL.
  • Responses are cached for 15 minutes per URL.