schema
{}
displayName
Web Fetch
description
Fetch a URL and return its content (typically markdown-rendered
HTML). Available in Claude Code WebFetch and equivalents.
inputSchema
type
object
required
properties
url
type
string
description
Absolute URL to fetch
prompt
type
string
description
Optional extraction prompt applied to the fetched content
outputSchema
mode
normal
streamable
false
timeoutMs
30000