Card snapshot
api.frontofgoal.com
·
2026-08-20 01:27:50 UTC
·
b0aea24260f83a159c6c92d78c2e8fd680e55f1feca529bd6e9a85b3842f5ce6
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Front of Goal Odds Agent",
"description": "Live soccer prediction-market odds, order-book depth, upcoming fixtures, and price-movement alerts from Polymarket.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://api.frontofgoal.com/a2a",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "get_match_data",
"name": "Get soccer match data",
"description": "Fetch full context for one Front of Goal event page: teams, kickoff, venue, referee, form, and every market with live odds and CLOB token IDs. Find event_slug via list_upcoming_matches or a frontofgoal.com/event/ URL.",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_live_odds",
"name": "Get live odds",
"description": "Current midpoint price for up to 20 Polymarket CLOB token IDs (from get_match_data's outcomes).",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_order_book",
"name": "Get order book depth",
"description": "Bid/ask levels for one Polymarket CLOB token ID.",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "list_upcoming_matches",
"name": "List upcoming soccer matches",
"description": "Upcoming fixtures with kickoff time, teams, and competition. Optionally filter by team or competition name (case-insensitive substring).",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_biggest_movers",
"name": "Get biggest price movers",
"description": "Soccer markets with the largest 1-day price swings, above a minimum liquidity floor.",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}