New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

list_today_matches

List today's (UTC) fixtures — "what games are on today / right now?". Each fixture carries its status, live score, the live match clock (upstream minute text, verbatim e.g. "1h 25" / "2h 47" / "ht") when in-running, and a ready-to-read summary (live score & clock, or the kickoff time). Read clock...

SERVERInfersports SOURCEhttps://api.infersports.dev/mcp
Low RISK CLASS
Category Read
Parameters 50 required
Recommended Allowedsee the rule below
Registry record Grade C, identity unverified Pull the record →

This record as markdown: /tools/dev-infersports-infersports/list-today-matches.md

What list_today_matches does on Infersports

AI agents call list_today_matches to retrieve information from Infersports without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
limit integer
sport object
league object
status object
timezone object

Parameters from the server's own tool schema.

Why list_today_matches is rated Low

This is a pure data retrieval operation that queries match fixtures and returns read-only information. There are no side effects, no data modification, no command execution, and no financial implications. It is a standard query/list operation appropriate for the Read category with low severity due to minimal potential for harm.

From the tool's definition Tool description explicitly states "Read-only" for the server. The tool lists today's fixtures with status, scores, and timing information. The function retrieves match data ("List today's fixtures") without any creation, modification, or deletion of data.

Questions about list_today_matches

What does the list_today_matches tool do? +

List today's (UTC) fixtures — "what games are on today / right now?". Each fixture carries its status, live score, the live match clock (upstream minute text, verbatim e.g. "1h 25" / "2h 47" / "ht") when in-running, and a ready-to-read summary (live score & clock, or the kickoff time). Read clock for the real minute rather than estimating it from kickoff. clock is null pre-match. Args: sport: optional filter — "football" or "basketball". status: optional filter — "live", "scheduled" or "finished". league: optional league filter — a name (fuzzy-matched, e.g. "World Cup") or an external id ("lg_…"). limit: max fixtures to return (1–200, default 50). timezone: optional IANA timezone (e.g. "America/New_York", "Asia/Shanghai") to render each fixture's kickoff in its summary as local time; default UTC. It is categorised as a Read tool in the Infersports MCP Server, which means it retrieves data without modifying state.

What parameters does list_today_matches accept? +

list_today_matches accepts 5 parameters: limit, sport, league, status, timezone. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on list_today_matches? +

Register the Infersports MCP server in PolicyLayer and add a rule for list_today_matches: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Infersports. Nothing to install.

What risk level is list_today_matches? +

list_today_matches is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit list_today_matches? +

Yes. Add a rate_limit block to the list_today_matches rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block list_today_matches completely? +

Set action: deny in the PolicyLayer policy for list_today_matches. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides list_today_matches? +

list_today_matches is provided by the Infersports MCP server (https://api.infersports.dev/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Infersports, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Infersports's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.