enrich_content
ActiveTool of SimpleFunctions
declared in 1.0.0
Cross-reference any text with thousands of prediction market contracts. Paste content + topics, get divergence analysis: where sentiment disagrees with market prices. No auth, no Firecrawl needed. Demo/trial entry point.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"content",
"topics"
],
"properties": {
"model": {
"type": "string",
"description": "LLM model for digest generation. Default: google/gemini-2.5-flash"
},
"topics": {
"type": "array",
"items": {
"type": "string"
},
"description": "Topics to search in prediction markets, e.g. [\"iran\", \"oil\"]"
},
"content": {
"type": "string",
"description": "Text content to cross-reference (up to 50K chars)"
},
"includeIndex": {
"type": "boolean",
"description": "Include SimpleFunctions Index"
}
}
}Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries