{"functionDeclarations":[{"name":"list_events","description":"List public Remy Sport events. Returns current API data; never modifies an account or score.","parameters":{"type":"object","properties":{}}},{"name":"get_event","description":"Read one public Remy Sport events. Returns current API data; never modifies an account or score.","parameters":{"type":"object","properties":{"id":{"type":"string","description":"id: use an identifier returned by the API"}},"required":["id"]}},{"name":"list_teams","description":"List public Remy Sport teams. Returns current API data; never modifies an account or score.","parameters":{"type":"object","properties":{}}},{"name":"get_team","description":"Read one public Remy Sport teams. Returns current API data; never modifies an account or score.","parameters":{"type":"object","properties":{"id":{"type":"string","description":"id: use an identifier returned by the API"}},"required":["id"]}},{"name":"list_games","description":"List public Remy Sport games. Returns current API data; never modifies an account or score.","parameters":{"type":"object","properties":{"eventId":{"type":"string","description":"eventId: use an identifier returned by the API"},"teamId":{"type":"string","description":"teamId: use an identifier returned by the API"}}}},{"name":"get_game","description":"Read one public Remy Sport games. Returns current API data; never modifies an account or score.","parameters":{"type":"object","properties":{"id":{"type":"string","description":"id: use an identifier returned by the API"}},"required":["id"]}}]}