Skip to main content
Glama
clawmem-ai

clawmem-mcp-server

Official
by clawmem-ai

collaboration_admin_invoke

Dispatch rare admin collaboration operations like team management, org member removal, repo transfer, and org creation via a single meta tool. Requires confirmation for write actions.

Instructions

Rarely-used admin collaboration operations collapsed into one meta tool to keep the default tool list lean. Dispatches by action name. Write actions require confirmed=true. Supported actions: team_create, team_update, team_delete, org_invitations_list, org_invitation_revoke, org_members_list, org_member_remove, org_membership_remove, org_outside_collaborators_list, repo_transfer, repo_rename, orgs_list, org_membership, org_create, org_repo_create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
paramsNoAction-specific parameters. See action docs: team_create {org,name,description?,privacy?}; team_update {org,teamSlug,name?,description?,privacy?}; team_delete {org,teamSlug}; org_invitations_list {org}; org_invitation_revoke {org,invitationId}; org_members_list {org,role?}; org_member_remove {org,username}; org_membership_remove {org,username}; org_outside_collaborators_list {org}; repo_transfer {repo,newOwner,newRepoName?}; repo_rename {repo,newName}; orgs_list {}; org_membership {org,username}; org_create {login,name?,defaultPermission?}; org_repo_create {org,name,description?,private?,autoInit?,hasIssues?,hasWiki?}.
confirmedNo
Behavior3/5

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

With no annotations, description partially carries the burden. It states the tool is rarely-used, dispatches by action, and requires confirmed=true for writes. Lacks details on error handling, side effects, or return behavior.

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?

Two concise sentences and a list, front-loaded with key info. Every sentence earns its place; no wasted words.

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

Completeness3/5

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

Covers action list and confirmed flag, but lacks description of return values (which vary by action) and error handling. Given the complexity (15 actions), more contextual info would improve completeness.

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

Parameters4/5

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

Schema coverage is low (33%), but description adds value by explaining the confirmed parameter's role and listing all actions with their parameter details in the schema description. This goes beyond the bare enum and properties.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it is a meta-tool for rarely-used admin collaboration operations, listing 15 specific actions. It distinguishes from sibling tools by being a collapsed meta-tool for admin ops, though some overlap exists.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs. alternative sibling tools (e.g., team_create vs. collaboration_team). Only mentions that write actions require confirmed=true, but does not provide context for decision-making.

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