Web tools give Claude the ability to retrieve information from the internet — fetching documentation, searching for solutions, and reading external resources.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/killlowkey/claude-code/llms.txt
Use this file to discover all available pages before exploring further.
WebFetchTool
Fetches the content of a URL and returns it as text or markdown. Useful for reading documentation, API specs, or any web page. Usage pattern:- Web pages (returned as markdown)
- Plain text files
- HTML pages (converted to readable text)
- JSON APIs
WebFetchTool requires network permission. On first use, Claude will ask for your approval to make web requests.
WebSearchTool
Performs a web search and returns results with titles, URLs, and snippets. Usage pattern:- Looking up unfamiliar libraries or APIs
- Finding solutions to error messages
- Checking current best practices
- Locating documentation for dependencies
- Search for “Prisma soft delete pattern”
- Identify the most relevant result
- Fetch the full page for detailed guidance