getGameDayIntelligence
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Game-day intelligence: weather impacts, injury reports, vegas lines, prop bets, historical matchup data, and ELO ratings. Pure data aggregation, zero LLM cost. Requires authentication — user identity is resolved from the OAuth token automatically.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sport"
],
"properties": {
"date": {
"type": "string",
"description": "Date (YYYY-MM-DD, defaults to today)"
},
"sport": {
"type": "string",
"description": "Sport (nfl, nba, mlb, nhl, soccer, golf, f1)"
},
"playerIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Specific player IDs to get intel for"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chikoh - Fantasy Sports & Entertainment Intelligence
https://github.com/romcdonald9976/chikoh-architecture-showcase.git
1/7 registries