get_team_join_requests
Retrieve pending membership requests for a Lichess chess team to review and manage team access.
Instructions
Get join requests for a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | The team ID |
Retrieve pending membership requests for a Lichess chess team to review and manage team access.
Get join requests for a team
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | The team ID |
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 states a read operation ('get'), implying it's likely non-destructive, but doesn't confirm safety, permissions required, rate limits, pagination, or return format. For a tool with zero annotation coverage, this leaves significant gaps in understanding how it behaves.
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 a single, efficient sentence with no wasted words. It's front-loaded with the core purpose ('Get join requests for a team'), making it easy to parse. Every word earns its place, and there's no redundancy or unnecessary elaboration.
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?
Given the tool's low complexity (one parameter, no output schema, no annotations), the description is minimally adequate. It states what the tool does but lacks behavioral context (e.g., permissions, return format) and usage guidelines. With no output schema, it doesn't explain return values, leaving the agent to infer or discover them through use.
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 description coverage is 100%, with the single parameter 'teamId' documented as 'The team ID' in the schema. The description adds no additional meaning beyond this, such as format examples or where to find the ID. With high schema coverage, the baseline score of 3 is appropriate, as the schema does the heavy lifting.
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 'Get join requests for a team' clearly states the action (get) and resource (join requests for a team). It distinguishes from siblings like 'get_team_info' or 'get_team_members' by focusing specifically on join requests. However, it doesn't specify scope (e.g., pending vs. all) or differentiate from 'accept_join_request' and 'decline_join_request', which are action-oriented siblings.
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 no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing team admin permissions), when to use it over other team-related tools like 'get_team_info', or how it relates to siblings like 'accept_join_request' and 'decline_join_request' for managing requests. Usage is implied but not explicitly stated.
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/karayaman/lichess-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server