Skip to main content
Glama

footballpulse

FootballPulse: Football/soccer intelligence for fans, fantasy managers, and betting analysts. FPL checks grounded in the official Fantasy Premier League API (prices, ownership, injury flags, fixture difficulty, direct calls), match previews, World Cup and league intel, transfer news, and honest betting analysis.

Coverage: Global

Endpoints: • fpl-check ($0.25): FPL player check or position value shortlist (official FPL API) • match-preview ($0.15): Match preview — team form, H2H, injuries, xG comparison, key battles, predicted score, and primary bet • value-bets ($0.15): Value bets — EV analysis across 1X2, BTTS, over/under 2.5, and Asian handicap for any matchday • asian-handicap ($0.15): Asian handicap — quarter/half-ball line selection, Pinnacle/Macau intelligence, sharp money indicators • live-intel ($0.15): Live in-play intelligence — momentum, xG trajectory, dangerous attacks, substitution impact, in-play bets • accumulator ($0.15): Accumulator builder — evidence-based multi-match parlay with EV analysis, banker pick, stake guide • league-pulse ($0.10): League intelligence — standings, top scorers, over/under rates, BTTS rates, betting angles • player-intel ($0.10): Player intelligence — goals, assists, xG, injury status, market value, FPL value, card risk • corner-cards ($0.10): Specialty markets — corner statistics, booking points, referee tendencies, over/under probability • clean-sheet ($0.10): Clean sheet probability — GK stats, defensive metrics, BTTS probability, under 2.5 market analysis • transfer-watch ($0.10): Transfer market intelligence — rumours with credibility ratings, squad impact, market valuations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
awayNoaway
dateNodate
homeNohome
langNolang
lineNoe.g. -0.5, +1.5, -1.75
teamNoteam
scoreNoe.g. 1-0
actionYesWhich endpoint to call. Options: fpl-check | match-preview | value-bets | asian-handicap | live-intel | accumulator | league-pulse | player-intel | corner-cards | clean-sheet | transfer-watch
leagueNoleague
marketNomarket
minuteNominute
playerNoPlayer name for deep check (this or position required)
seasonNoseason
windowNowindow
leaguesNoleagues
refereeNoreferee
max_legsNomax_legs
positionNoGK, DEF, MID, or FWD — ranked shortlist mode
strategyNostrategy
home_awayNohome_away
max_priceNoBudget cap in £m for shortlist mode
competitionNocompetition

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / max_price / description
      Previous value: -"Budget cap in £m for shortlist mode, e.g. 8.0"New value: +"Budget cap in £m for shortlist mode"
    • changedInput schema / properties / player / description
      Previous value: -"Player name for a deep check (this or position required), e.g. Salah"New value: +"Player name for deep check (this or position required)"
  2. Changed5 schema fields changed
    • changedInput schema / properties / action / description
      Previous value: -"Which endpoint to call. Options: match-preview | value-bets | asian-handicap | live-intel | accumulator | league-pulse | player-intel | corner-cards | clean-sheet | transfer-watch"New value: +"Which endpoint to call. Options: fpl-check | match-preview | value-bets | asian-handicap | live-intel | accumulator | league-pulse | player-intel | corner-cards | clean-sheet | transfer-watch"
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "match-preview",
      -  "value-bets",
      -  "asian-handicap",
      -  "live-intel",
      -  "accumulator",
      -  "league-pulse",
      -  "player-intel",
      -  "corner-cards",
      -  "clean-sheet",
      -  "transfer-watch"
      -]New value: +[
      +  "fpl-check",
      +  "match-preview",
      +  "value-bets",
      +  "asian-handicap",
      +  "live-intel",
      +  "accumulator",
      +  "league-pulse",
      +  "player-intel",
      +  "corner-cards",
      +  "clean-sheet",
      +  "transfer-watch"
      +]
    • addedInput schema / properties / max_price
      Added value: +{
      +  "description": "Budget cap in £m for shortlist mode, e.g. 8.0",
      +  "type": "string"
      +}
    • changedInput schema / properties / player / description
      Previous value: -"player"New value: +"Player name for a deep check (this or position required), e.g. Salah"
    • addedInput schema / properties / position
      Added value: +{
      +  "description": "GK, DEF, MID, or FWD — ranked shortlist mode",
      +  "type": "string"
      +}
  3. First observed

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full behavioral disclosure burden. It does well by specifying data sources (official FPL API for fpl-check), pricing for each endpoint, and the content of each response (e.g., 'team form, H2H, injuries, xG comparison'). It does not reveal response format, rate limits, or authentication, but given the breadth of endpoints, the description offers substantial transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a clear one-sentence summary, then uses a structured bullet list for endpoints. Each bullet includes the action name, price, and a brief description. While the list is long (11 items), it is dense with unique, non-redundant information. The structure is easy to scan, though slightly longer than strictly necessary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (22 parameters, multi-action dispatcher), the description is remarkably complete: it lists all endpoints and their expected outputs (e.g., 'clean sheet probability — GK stats, defensive metrics, BTTS probability'). It does not provide an output schema, but the endpoint descriptions effectively inform the agent of return content. It lacks a general note on response format or error handling, but overall it covers the essential context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions for most parameters are tautological (e.g., 'away', 'home', 'date'), providing no real meaning. However, the tool description adds crucial semantics for key parameters: 'action' is fully explained with an enum list, 'player' is described as 'for deep check', 'position' is explained as 'ranked shortlist mode', and 'max_price' as 'budget cap'. Despite this, many parameters remain undefined in both schema and description, so the description only partially compensates for the shallow schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Football/soccer intelligence for fans, fantasy managers, and betting analysts.' It then enumerates 11 specific endpoints (fpl-check, match-preview, value-bets, etc.), each with a distinct function. This goes far beyond a mere restatement of the name and effectively distinguishes it from sibling tools like racingpulse or marketpulse by its football-specific scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly defines usage context by covering all football/soccer intelligence needs (FPL, match previews, betting, transfers). It does not explicitly name alternatives or state when not to use the tool, but the endpoint list provides clear scenarios for each action. However, there is no 'use this instead of X' guidance, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.