mcp-omnisearch

by spences10
Verified
MIT License
74
34
  • Linux

kagi_summarizer_process

Summarizes content from URLs, including pages, videos, and podcasts, to enable quick comprehension of long-form and multimedia resources. Adjust extraction depth for precision and efficiency.

Instructions

Instantly summarizes content of any type and length from URLs. Supports pages, videos, and podcasts with transcripts. Best for quick comprehension of long-form content and multimedia resources.

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