accept_my_invite
Accept a pending organization invitation by its ID to join the organization.
Instructions
Accept a pending org invitation by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource |
Accept a pending organization invitation by its ID to join the organization.
Accept a pending org invitation by id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It does not disclose any behavioral traits beyond the implied mutation: no mention of side effects (e.g., invitation status changes), auth requirements, or potential errors. The description essentially restates the tool name without adding transparent details.
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, front-loaded sentence with no unnecessary words. It efficiently states the action, resource, and parameter requirement.
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?
For a simple one-parameter tool, the description covers the core action and parameter. However, it lacks usage context (e.g., when to call it), return value information (no output schema), and side-effect transparency. It is adequate but minimal, leaving the agent to infer some necessary details from the tool name and siblings.
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?
The schema already provides 100% coverage for the single 'id' parameter, but its description ('ID of the resource') is generic. The tool description adds meaning by clarifying that the id refers to the pending org invitation, which helps the agent understand what to pass.
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 action ('accept') and the resource ('pending org invitation') with the identifier ('by id'). It does not explicitly distinguish from the sibling tool 'accept_invite', but the specific resource type helps. The tool name includes 'my' which hints at the user's own invite, but the description omits that qualifier.
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 like 'accept_invite', nor does it mention prerequisites such as having a pending invite or how to obtain the id (e.g., via 'list_my_invites'). It only states the action.
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/mediagraph-io/mediagraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server