kagi_enrichment_enhance
Enhance content by integrating specialized knowledge and non-mainstream results from Teclis and TinyGem indexes, optimizing discovery via MCP-omnisearch.
Instructions
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
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to enhance |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"description": "Content to enhance",
"type": "string"
}
},
"required": [
"content"
],
"type": "object"
}