MCP2Brave

get_url_content_direct

Retrieve webpage content and metadata directly via HTTP request by specifying the URL. Ideal for extracting information efficiently from web sources without additional processing.

Instructions

Get webpage content directly using HTTP request

Args: url (str): The URL to fetch content from Returns: str: The webpage content and metadata

Input Schema

NameRequiredDescriptionDefault
urlYes

Input Schema (JSON Schema)

{ "properties": { "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_url_content_directArguments", "type": "object" }

Other Tools from MCP2Brave

Related Tools

ID: vcwtdnw42n