You're viewing a demo portfolio

Join the waitlist
PRSM

getPressConference

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →