Spocal Sports MCP
Server Details
Structured Japan sports schedules, fixtures, broadcasts, and live updates for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: list_capabilities is a meta-tool for understanding the server, list_supported_competitions provides competition data, and preview_today_events provides event data. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern in snake_case: 'list_capabilities', 'list_supported_competitions', and 'preview_today_events'. The verbs ('list' and 'preview') are different but appropriate for their actions, and the pattern is uniform.
With only three tools, the server is quite small but within the typical well-scoped range. However, given the stated scope includes sports data tools and an article authoring workflow, the count feels slightly low for the described capabilities.
The server lacks tools for fetching full event details, searching across events, or performing the article authoring/publishing actions mentioned in the capabilities overview. The preview tool is limited to three events per day and competitions are capped, leaving significant gaps in the expected workflow.
Available Tools
3 toolslist_capabilitiesAInspect
List Spocal MCP capabilities: the sports data tools, and the article authoring workflow for publishing to Spocal. Call this first to learn how to embed matches, players and prediction markets in an article.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates the tool returns capability information and implies a read-only action via the verb 'list,' but it does not explicitly state that it is side-effect-free, describe the return format, or mention any prerequisites beyond calling it first. This is adequate but not rich in behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the core purpose and followed by a practical usage instruction. Every sentence contributes value with no redundancy or filler, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema, the description adequately covers what the tool does, the scope of capabilities, and when to call it. It could be slightly more explicit about the output format (e.g., whether it returns a list or instructions), but the description sufficiently conveys the tool's role as an entry point.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, which sets a baseline of 4. The description does not need to explain parameters since there are none, and it adds no parameter-related semantics beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists Spocal MCP capabilities, specifying both sports data tools and the article authoring workflow. It distinguishes itself from siblings by positioning itself as the first call to learn how to embed matches, players, and prediction markets, making the purpose specific and actionable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Call this first,' providing clear when-to-use guidance for discovering capabilities and workflows. However, it does not explicitly mention alternatives or when not to use this tool relative to sibling tools like list_supported_competitions, so it lacks full exclusionary guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_supported_competitionsAInspect
List a capped set of supported competitions without schedule rows.
The url field on each result is that entity's canonical Spocal URL. To cite it in article Markdown, write the URL on a line of its own; the publisher expands a standalone Spocal URL into a match card. Use the returned value verbatim — never build a URL from an event_id or a slug. external_url inside broadcasts and streaming_services is a broadcaster or source link, not a Spocal entity, and must never be embedded as a Spocal block.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum competitions to return, capped at 25. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It details critical output semantics: the 'url' field is canonical, URLs must be used verbatim, and 'external_url' fields are not Spocal entities. This goes well beyond a basic list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the purpose and every sentence earns its place by conveying essential usage rules around URL handling. It is concise without being under-specified.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with no output schema, the description provides sufficient context: it explains the capped nature, the absence of schedule rows, and the key URL-related behaviors needed to correctly consume the results. It is complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents the single 'limit' parameter with its maximum and exclusivity. The description's 'capped set' aligns with the schema but adds no additional parameter-level detail, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('List') and resource ('supported competitions'), including the 'capped set' and 'without schedule rows' qualifiers. However, it does not explicitly differentiate from sibling tools like list_capabilities or preview_today_events.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context about what the tool returns and how to use the URLs, and the phrase 'without schedule rows' implies a limitation. However, it does not explicitly state when to use this tool versus alternatives or give when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
preview_today_eventsAInspect
Preview up to three events for a Japan date with paid fields removed.
The url field on each result is that entity's canonical Spocal URL. To cite it in article Markdown, write the URL on a line of its own; the publisher expands a standalone Spocal URL into a match card. Use the returned value verbatim — never build a URL from an event_id or a slug. external_url inside broadcasts and streaming_services is a broadcaster or source link, not a Spocal entity, and must never be embedded as a Spocal block.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Japan date in YYYY-MM-DD. Defaults to today's date in Asia/Tokyo. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that paid fields are removed, explains the canonical URL behavior, and warns against constructing URLs from event_id or slug. It also clarifies the distinct nature of external_url for broadcasts/streaming services, which is valuable behavioral context beyond a simple read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose in one sentence. The subsequent paragraph about URL usage is detailed but focused on critical pitfalls, and there is no redundant filler. It earns its length given the importance of the usage caveats.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Even without an output schema, the description explains the most important output fields (url and external_url) and how they should be handled. It could be more complete by describing the overall response structure or behavior when no events exist, but for a simple preview tool with one optional parameter, it is largely sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides 100% coverage for the single date parameter, including its pattern and default behavior. The description adds no further parameter-level details, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb phrase, 'Preview up to three events for a Japan date with paid fields removed,' which clearly defines the action, resource, and scope. This distinguishes it from sibling tools list_capabilities and list_supported_competitions, which serve obviously different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly clarifies when to use the tool (for previewing a date's events) and even provides detailed usage instructions for citing URLs. However, it does not explicitly state when not to use it or contrast it with alternatives, so it stops short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to query sports data including teams, players, events, and standings from TheSportsDB through natural language or direct tool calls.8MIT
- AlicenseAqualityCmaintenanceSchedules, scores, odds, splits & explainable AI bet confidence — 8+ sports, free instant key.162MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.MIT
- AlicenseAqualityBmaintenanceLive football/soccer data from top European leagues, enabling queries for standings, fixtures, scorers, and team comparisons via natural language.611MIT