naftiko: 1.0.0-alpha2 info: label: Sportmonks Football API — Standings description: 'Sportmonks Football API — Standings. 1 operation. Lead operation: Get Standings By Season.' tags: - Sportmonks - Football - Standings created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: SPORTMONKS_API_TOKEN: SPORTMONKS_API_TOKEN capability: consumes: - type: http namespace: football-standings baseUri: https://api.sportmonks.com/v3/football description: Sportmonks Football Standings business capability. resources: - name: standings-by-season path: /standings/seasons/{seasonId} operations: - name: getStandingsBySeason method: GET description: Get Standings By Season outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: seasonId in: path type: integer required: true - name: include in: query type: string required: false authentication: type: apikey key: api_token value: '{{env.SPORTMONKS_API_TOKEN}}' placement: query exposes: - type: rest namespace: football-standings-rest port: 8080 description: REST adapter for Sportmonks Football Standings. resources: - path: /v1/standings/seasons/{seasonId} name: standings-by-season description: REST surface for standings by season. operations: - method: GET name: getStandingsBySeason description: Get Standings By Season call: football-standings.getStandingsBySeason with: seasonId: rest.seasonId include: rest.include outputParameters: - type: object mapping: $. - type: mcp namespace: football-standings-mcp port: 9090 transport: http description: MCP adapter for Sportmonks Football Standings. tools: - name: get-standings-by-season description: Get Standings By Season hints: readOnly: true destructive: false idempotent: true call: football-standings.getStandingsBySeason with: seasonId: tools.seasonId include: tools.include outputParameters: - type: object mapping: $.