Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

afl_clubs_list

Read-onlyIdempotent

Retrieve all AFL and AFLW clubs, including unique IDs, names, abbreviations, and nicknames, for use in sports data analysis and odds comparison.

Instructions

List AFL/AFLW clubs (32).

Returns: {clubs:[{id, providerId, name, abbreviation, nickname}]}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoZero-based page number.
pageSizeNoRows per page.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds context beyond annotations by specifying the return shape ({clubs:[...]}) and auth requirement (none needed), which is useful for invocation.

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 extremely concise, delivering purpose, return structure, and auth in three short lines. It is front-loaded and contains no filler or redundant information.

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?

For a simple list tool, the description is nearly complete: it covers what, returns, and auth. The schema handles pagination parameters, and annotations cover safety. The only missing piece is explicit guidance on when to use this over sibling tools, but that is not critical given the low complexity.

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% with descriptive parameter names and clear descriptions (page: 'Zero-based page number.', pageSize: 'Rows per page.'). The tool description adds no additional parameter meaning, so baseline 3 is appropriate.

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?

The description clearly states the tool lists AFL/AFLW clubs with a specific resource and a count of 32. It does not explicitly differentiate from the sibling afl_teams_list, which could be similar, but the core purpose is unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives such as afl_teams_list or afl_club_get, and no exclusions are mentioned. For a simple read-only list, this is a gap but not fatal given the name implies its scope.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DanielTomaro13/sportsdata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server