Skip to main content
Glama

Kagi MCP

by yuki-yano
MIT License
  • Apple

kagi_summarizer

Generate concise summaries or key takeaways from URLs, including text, video, and audio content, with customizable output formats and optional language translation.

Instructions

Summarize content from a URL using the Kagi Summarizer API. The Summarizer can summarize any document type (text webpage, video, audio, etc.)

Input Schema

NameRequiredDescriptionDefault
summary_typeNoType of summary to produce. Options are 'summary' for paragraph prose and 'takeaway' for a bulleted list of key points.summary
target_languageNoDesired output language using language codes (e.g., 'EN' for English). If not specified, the document's original language influences the output.
urlYesA URL to a document to summarize.

Input Schema (JSON Schema)

{ "properties": { "summary_type": { "default": "summary", "description": "Type of summary to produce. Options are 'summary' for paragraph prose and 'takeaway' for a bulleted list of key points.", "enum": [ "summary", "takeaway" ], "type": "string" }, "target_language": { "description": "Desired output language using language codes (e.g., 'EN' for English). If not specified, the document's original language influences the output.", "type": "string" }, "url": { "description": "A URL to a document to summarize.", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Kagi MCP

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/yuki-yano/kagi-mcp'

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