You're viewing a demo portfolio

Join the waitlist
PRSM

getGenreRecap

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Get an alternate-reality game recap in one of 8 genres: noir detective, high fantasy, sci-fi, horror, rom-com, sports documentary, anime, or western. Provide game results for a dramatic retelling.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "week",
    "genre",
    "yourScore",
    "opponentScore",
    "opponentName",
    "result"
  ],
  "properties": {
    "week": {
      "type": "integer",
      "maximum": 18,
      "minimum": 1,
      "description": "Week number"
    },
    "genre": {
      "enum": [
        "noir_detective",
        "high_fantasy",
        "sci_fi",
        "horror",
        "rom_com",
        "sports_documentary",
        "anime",
        "western"
      ],
      "type": "string",
      "description": "Genre for the recap"
    },
    "result": {
      "enum": [
        "win",
        "loss"
      ],
      "type": "string",
      "description": "Game result"
    },
    "mvpName": {
      "type": "string",
      "description": "MVP player name"
    },
    "mvpPoints": {
      "type": "number",
      "description": "MVP points scored"
    },
    "yourScore": {
      "type": "number",
      "description": "Your score"
    },
    "opponentName": {
      "type": "string",
      "description": "Opponent name"
    },
    "opponentScore": {
      "type": "number",
      "description": "Opponent score"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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