MCP Google Server

read_webpage

Fetch and extract text content from a webpage

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the webpage to read

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the webpage to read", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools