enrich_content
Cross-reference text against live prediction markets to identify relevant markets and generate an AI digest summarizing key claims.
Instructions
Cross-reference arbitrary text against live prediction markets: paste an article or note, get back the markets relevant to its claims plus an LLM digest. POSTs content to the server; no auth required, no persistence. Use for one-off article enrichment; use monitor_the_situation for scheduled URL scraping with webhook delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Raw text to analyze. Required. Max 50,000 characters. | |
| topics | Yes | Topic hints used to narrow the market search. Required, at least one. Free-form strings like "oil", "fed rates", "tsmc". | |
| model | No | LLM model id for the digest step. Default: gemini-2.5-flash. |