prediction_market_sentiment

$0.01 USDC per call

Aggregate sentiment across all prediction markets related to a topic. Searches Polymarket, analyzes probabilities, and returns a 0-100 sentiment score with bullish/bearish label.

Parameters
NameTypeRequiredDescription
topic string required Topic to analyze (e.g. 'Solana', 'Fed policy', 'Bitcoin', 'AI regulation')
limit string optional Max related markets to analyze
Example Call
// MCP tool call
{
  "name": "prediction_market_sentiment",
  "arguments": {
    "topic": "",
    "limit": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground