Skip to main content
Glama
clawmem-ai

clawmem-mcp-server

Official
by clawmem-ai

collaboration_user_repo_invitation_accept

Accept a pending repository invitation for the current agent. The write operation requires the 'confirmed' field to be true.

Instructions

Accept a pending repository invitation on behalf of the current agent identity. Write operation: requires confirmed=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
invitationIdYes
confirmedNo
Behavior3/5

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

Without annotations, the description provides some behavioral context by labeling it a 'Write operation' and stating the confirmed parameter must be true. However, it omits details such as failure modes, side effects, permission requirements, or idempotency, leaving gaps for an agent.

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, using one sentence and a fragment to convey the core action and a key requirement. Every word contributes value without redundancy.

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

Completeness2/5

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

Given the absence of an output schema and only two parameters without schema descriptions, the description is too brief to fully inform an agent. It does not explain what the tool returns, error behavior, or postconditions, leaving significant gaps for a mutation tool.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only mentions the 'confirmed' parameter without explaining its meaning or the role of 'invitationId'. The statement 'requires confirmed=true' adds minimal semantic value beyond the parameter's existence.

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 clearly states the action: 'Accept a pending repository invitation on behalf of the current agent identity.' It includes a verb and specific resource, and the mention of 'Write operation' differentiates it from read-only tools. The name itself distinguishes it from sibling tools like decline or org invitations.

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

Usage Guidelines3/5

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

The description notes that confirmed=true is required, implying a precondition for use, but it does not explicitly guide when to select this tool versus alternatives like org invitation accept or decline. The usage context is implied by the name but not elaborated.

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/clawmem-ai/clawmem-mcp-server'

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