You're viewing a demo portfolio

Join the waitlist
PRSM

get_team_matches

Active

Tool of Football Data

declared in 0.1.0

A team's matches across competitions. Filter by status, date range, competitions, season, or venue.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "team_id": 64
    },
    {
      "limit": 20,
      "venue": "HOME",
      "status": "FINISHED",
      "team_id": 64
    }
  ],
  "required": [
    "team_id"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Cap matches returned (default 50)"
    },
    "venue": {
      "type": "string",
      "description": "HOME | AWAY"
    },
    "season": {
      "type": "number",
      "description": "Season start year"
    },
    "status": {
      "type": "string",
      "description": "Match status filter"
    },
    "date_to": {
      "type": "string",
      "description": "YYYY-MM-DD"
    },
    "team_id": {
      "type": "number",
      "description": "Numeric team ID"
    },
    "date_from": {
      "type": "string",
      "description": "YYYY-MM-DD"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Football Data

https://github.com/pipeworx-io/mcp-football-data

1/7 registries
View full server →
get_team_matches — Football Data — PRSM MCP