Skip to main content
Glama

Tavily MCP Load Balancer

by yatotm

tavily-extract

Extract and process raw web content from specified URLs for data collection, content analysis, and research tasks using configurable extraction depth and output formats.

Instructions

A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data collection, content analysis, and research tasks.

Input Schema

NameRequiredDescriptionDefault
extract_depthNoDepth of extraction - 'basic' or 'advanced', if urls are linkedin use 'advanced' or if explicitly told to use advancedbasic
formatNoThe format of the extracted web page content. markdown returns content in markdown format. text returns plain text and may increase latency.markdown
include_faviconNoWhether to include the favicon URL for each result
include_imagesNoInclude a list of images extracted from the urls in the response
urlsYesList of URLs to extract content from

Input Schema (JSON Schema)

{ "properties": { "extract_depth": { "default": "basic", "description": "Depth of extraction - 'basic' or 'advanced', if urls are linkedin use 'advanced' or if explicitly told to use advanced", "enum": [ "basic", "advanced" ], "type": "string" }, "format": { "default": "markdown", "description": "The format of the extracted web page content. markdown returns content in markdown format. text returns plain text and may increase latency.", "enum": [ "markdown", "text" ], "type": "string" }, "include_favicon": { "default": false, "description": "Whether to include the favicon URL for each result", "type": "boolean" }, "include_images": { "default": false, "description": "Include a list of images extracted from the urls in the response", "type": "boolean" }, "urls": { "description": "List of URLs to extract content from", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }

Other Tools from Tavily MCP Load Balancer

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/yatotm/tavily-mcp-loadbalancer'

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