Skip to main content
Glama

add_workspace_member

Grant a user access to a workspace with a specific role. Requires workspace ID, user ID, and role (admin, developer, or user). Set confirm to true to execute.

Instructions

Grant a user access to a workspace.

Org admins and org billing members get automatic workspace roles and don't need to be added explicitly. workspace_billing is inherited from org-level billing role and cannot be assigned here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes
user_idYes
workspace_roleYesOne of: ['workspace_admin', 'workspace_developer', 'workspace_user']
confirmNoMust be true to execute.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It discloses that certain roles are automatic and workspace_billing cannot be assigned. However, it does not mention the confirmation mechanism or any other behavioral traits like permissions or side effects.

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?

Three concise sentences with no fluff. The first sentence clearly states the purpose, and the following sentences add essential context. Every sentence is justified.

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

Completeness4/5

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

Has output schema (not shown but available). The description covers the main purpose, exceptions, and a behavioral constraint (workspace_billing inherited). It lacks mention of the 'confirm' parameter's role, but overall is sufficiently complete for a simple add operation.

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

Parameters3/5

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

Schema description coverage is 50% (workspace_role and confirm have descriptions). The description adds context about roles (workspace_billing cannot be assigned) but does not describe workspace_id or user_id semantics. It partially compensates for the schema gap.

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?

The description clearly states the verb 'Grant' and the resource 'user access to a workspace'. It distinguishes from siblings like 'invite_member' by implying direct addition, but does not explicitly differentiate from 'invite_member' or 'update_workspace_member_role'.

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

Usage Guidelines4/5

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

Provides explicit context: org admins and billing members get automatic roles and don't need to be added, and workspace_billing role is inherited. This guides the agent on when not to use the tool, though it does not mention when to prefer this over 'invite_member'.

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/Trushtonfactory/anthropic-admin-mcp'

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