getPressConference
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Simulate a post-game fantasy press conference with journalist questions. Provide your score vs opponent for a full presser with headline, grade, and savage questions. Works for any fantasy sport.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"week",
"yourScore",
"opponentScore",
"opponentName"
],
"properties": {
"week": {
"type": "integer",
"maximum": 18,
"minimum": 1,
"description": "Week number"
},
"mvpName": {
"type": "string",
"description": "Your best performer's name"
},
"bustName": {
"type": "string",
"description": "Your worst starter's name"
},
"yourScore": {
"type": "number",
"description": "Your team's score"
},
"benchPoints": {
"type": "number",
"description": "Points left on your bench (for savage coaching questions)"
},
"opponentName": {
"type": "string",
"description": "Opponent team/manager name"
},
"bustProjected": {
"type": "number",
"description": "What your bust was projected for"
},
"opponentScore": {
"type": "number",
"description": "Opponent's score"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Chikoh - Fantasy Sports & Entertainment Intelligence
https://github.com/romcdonald9976/chikoh-architecture-showcase.git
1/7 registries