le_list_team_players
Retrieve all players from a specific team by providing the team ID or name.
Instructions
List all players in a club/team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team name (if ID not provided). | |
| teamid | No | Team ID. |
Retrieve all players from a specific team by providing the team ID or name.
List all players in a club/team.
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team name (if ID not provided). | |
| teamid | No | Team ID. |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully disclose behavior, but it omits what happens when both or neither parameter is provided, and does not specify the return format (e.g., list of player names or IDs).
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?
Single sentence, front-loaded with the essential action. While concise, it could benefit from slightly more detail without becoming verbose.
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?
The tool has no output schema, so the description should convey what is returned (e.g., list of player names or full player objects). It also fails to explain the interplay between 'team' and 'teamid' parameters.
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?
Schema covers all parameters with descriptions; the description adds no extra meaning beyond 'List all players in a club/team'. Baseline score of 3 is appropriate given high schema coverage.
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 verb 'list' and the resource 'players in a club/team', which is specific and distinct from sibling tools like le_search_players (which implies filtering) and le_get_db_rows (generic).
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?
No guidance on when to use this tool versus alternatives, no prerequisites or conditions stated, and no advice on choosing between 'team' and 'teamid' parameters.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/INSANE0777/Fc26-live-editor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server