Skip to main content
Glama

URL-Context-MCP MCP

by nanameru

analyze_urls

Analyze and summarize content from one or multiple URLs using Google Gemini URL Context. Optionally add instructions, select a model, or enable grounding with Google Search for enhanced insights.

Instructions

Analyze and summarize the content of given URLs using Google Gemini URL Context. Provide an optional instruction and model.

Input Schema

NameRequiredDescriptionDefault
instructionNoOptional instruction or task description
modelNoGemini model id (e.g., gemini-2.5-flash)
urlsYesOne URL string or an array of URLs (max 20)
use_google_searchNoEnable grounding with Google Search (adds google_search tool alongside URL context)

Input Schema (JSON Schema)

{ "properties": { "instruction": { "description": "Optional instruction or task description", "type": "string" }, "model": { "description": "Gemini model id (e.g., gemini-2.5-flash)", "type": "string" }, "urls": { "description": "One URL string or an array of URLs (max 20)", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "maxItems": 20, "minItems": 1, "type": "array" } ] }, "use_google_search": { "description": "Enable grounding with Google Search (adds google_search tool alongside URL context)", "type": "boolean" } }, "required": [ "urls" ], "type": "object" }

Other Tools from URL-Context-MCP MCP

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/nanameru/url-context-mcp'

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