mcp-omnisearch

by spences10
Verified
MIT License
41
10
  • Linux

kagi_enrichment_enhance

Provides supplementary content from specialized indexes (Teclis for web, TinyGem for news). Ideal for discovering non-mainstream results and enriching content with specialized knowledge.

Input Schema

NameRequiredDescriptionDefault
contentYesContent to enhance

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to enhance", "type": "string" } }, "required": [ "content" ], "type": "object" }