MCP2Tavily

get_url_content

Get the content from a specific URL using Tavily API

Args: url (str): The URL to extract content from Returns: str: The extracted content from the URL

Input Schema

NameRequiredDescriptionDefault
urlYes

Input Schema (JSON Schema)

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