Skip to main content
Glama

web.fetch

Retrieve web content securely by fetching a URL with customizable size and timeout limits while preventing SSRF vulnerabilities. Use this tool to safely access and manage web data for local LLM applications.

Instructions

Fetch a URL with size/time limits and anti-SSRF.

Input Schema

NameRequiredDescriptionDefault
headersNo
max_bytesNo
timeoutNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "headers": { "additionalProperties": { "type": "string" }, "type": "object" }, "max_bytes": { "type": "integer" }, "timeout": { "type": "integer" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from TOOL4LM

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/khanhs-234/tool4lm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server