mcp-omnisearch

by spences10
Verified
MIT License
57
33
  • Linux

tavily_extract_process

Extract and process web page content from single or multiple URLs into clean, structured text. Configure extraction depth and include optional image data for efficient content analysis, research, and data collection.

Instructions

Extract web page content from single or multiple URLs using Tavily Extract. Efficiently converts web content into clean, processable text with configurable extraction depth and optional image extraction. Returns both combined and individual URL content. Best for content analysis, data collection, and research.

Input Schema

NameRequiredDescriptionDefault
extract_depthNoThe depth of the extraction process. "advanced" retrieves more data but costs more credits.basic
urlYes

Input Schema (JSON Schema)

{ "properties": { "extract_depth": { "default": "basic", "description": "The depth of the extraction process. \"advanced\" retrieves more data but costs more credits.", "enum": [ "basic", "advanced" ], "type": "string" }, "url": { "oneOf": [ { "description": "Single URL to process", "type": "string" }, { "description": "Multiple URLs to process", "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "url" ], "type": "object" }
ID: gz5wgmptd8