Skip to main content
Glama
jedi-knights

jk-mcp-usls

by jedi-knights

get_team

Read-onlyIdempotent

Get full information for a USL Super League team by its numeric ID, including display name, abbreviation, and location.

Instructions

Get details for a specific USL Super League team.

Returns full team information including display name, abbreviation, and location. Use the numeric ID returned by get_teams.

Args: team_id: ESPN numeric team ID (e.g. "18418" for Atlanta United FC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful context beyond annotations: the league (USL Super League), the return contents (display name, abbreviation, location), and the ESPN ID source. No contradictions with annotations.

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 compact: two short paragraphs with the purpose first, then return highlights, then parameter details. Every sentence earns its place; there is no filler or redundancy.

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

Completeness5/5

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

This is a simple read operation with strong annotations, an output schema, and a single parameter. The description covers the league, the specific-team scope, the parameter format/source, and expected return fields. Nothing critical is missing for an agent to select and invoke it correctly.

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

Parameters5/5

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

The schema provides no description for team_id (0% coverage), so the description must compensate. It does so excellently by specifying the parameter is an 'ESPN numeric team ID', giving a concrete example ('18418' for Atlanta United FC), and pointing to get_teams as the source.

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 uses a specific verb+resource pattern: 'Get details for a specific USL Super League team.' It clearly differentiates from the sibling get_teams by emphasizing 'specific' and referencing the numeric team ID.

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

Usage Guidelines4/5

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

It gives an explicit prerequisite: 'Use the numeric ID returned by get_teams.' This establishes when to use this tool and ties it directly to its listing sibling. It does not enumerate exclusions for other sibling tools, but the 'specific team' framing makes the intended use unambiguous.

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/jedi-knights/jk-mcp-usls'

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