Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a unique aspect: capabilities, supported competitions, and event previews. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: list_capabilities, list_supported_competitions, preview_today_events.

Tool Count4/5

Three tools is slightly low but fits the preview/free-tier scope. Not extreme, but could benefit from one or two more.

Completeness3/5

The tool set covers listing capabilities, competitions, and events, but lacks search or detailed operations. For a preview API, it may be sufficient, but gaps exist.

Available Tools

3 tools
list_capabilitiesAInspect

List Spocal MCP capabilities, free preview boundaries, and paid tool names.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are present, and the description does not disclose behavioral traits such as read-only status, authentication requirements, error behavior, or side effects. For a zero-parameter listing tool, this is minimal but still lacking.

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

Conciseness5/5

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

The description is a single concise sentence that immediately conveys the tool's purpose. No words are wasted, and it is front-loaded.

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 absence of parameters and output schema, the description adequately covers what the tool does. However, it could be slightly more explicit about the structure of the output or the nature of 'capabilities.'

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

Parameters4/5

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

There are no parameters, so the schema provides no information. The description adds value by specifying what the tool returns: capabilities, free preview boundaries, and paid tool names.

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 lists three specific items: Spocal MCP capabilities, free preview boundaries, and paid tool names. This distinguishes it from sibling tools that focus on specific data like schedules or events.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites, when it is appropriate, or when to prefer other tools.

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

list_supported_competitionsBInspect

List a capped set of supported competitions without schedule rows.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum competitions to return, capped at 25.
Behavior2/5

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

With no annotations, the description must disclose behavioral traits but only mentions 'capped set' and the limit parameter. It doesn't specify whether this is a read-only operation, authorization requirements, or error behaviors. The statement 'without schedule rows' adds context, but overall transparency is low.

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

Conciseness5/5

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

The description is a single efficient sentence, front-loaded with the verb 'List' and resource 'supported competitions', containing no extraneous words.

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

Completeness2/5

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

Given the lack of output schema and annotations, the description is too minimal. It does not explain what information is returned (e.g., competition names, IDs), nor any ordering or filtering behavior, leaving the agent with incomplete understanding.

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 coverage is 100% for the single 'limit' parameter, which is clearly described in the schema. The description adds minimal value by stating 'capped set', but does not provide further semantic detail beyond the 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 lists a capped set of supported competitions without schedule rows, specifying the verb and resource with distinct qualifiers. This differentiates it from siblings like get_competition_schedule which likely includes schedule details.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies it's for obtaining a concise list of competitions without schedule rows, but lacks direct comparison to sibling tools like get_competition_schedule or search_events.

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

preview_today_eventsBInspect

Preview up to three events for a Japan date with paid fields removed.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoJapan date in YYYY-MM-DD. Defaults to today's date in Asia/Tokyo.
Behavior3/5

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

Description discloses two behavioral traits: result limit of three and removal of paid fields. With no annotations, this is some help but lacks details on authorization, side effects, or performance.

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?

One clear sentence with no extraneous text. Could be slightly improved by separating the behavior from the date specificity, but remains efficient.

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

Completeness3/5

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

For a tool with no output schema, the description gives some idea of the result (events, up to three, paid fields removed). Still lacks details on sorting, pagination, or error handling, leaving moderate gaps.

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 coverage is 100% and already describes the date parameter format and default. The description does not add additional parameter semantics beyond what the schema provides.

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

Purpose4/5

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

Description clearly states it previews up to three events for a Japan date with paid fields removed. The verb 'preview' and resource 'events' are specific. However, it does not explicitly differentiate from sibling tools like search_events or get_event_detail.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. Does not mention when not to use it or identify conditions like date defaults or limitations.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources