Skip to main content
Glama
MSPbotsAI

openai-workspace-mcp

by MSPbotsAI

openai_add_project_user

Add an existing organization member to a project with an owner or member role. Use this when the user is already in the organization and needs access to a specific project.

Instructions

Add an existing organization member to a project.

    The user must already be a member of the organization (see
    openai_invite_user / openai_list_users) — this call cannot invite
    someone new to the org.

    Args:
        project_id: The project's ID (see openai_list_projects).
        user_id: The organization member's user ID (see openai_list_users).
        role: Project role to grant — `owner` or `member`.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYes
user_idYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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 discloses the key constraint (cannot invite new org members), the prerequisite (must already be a member), and the role options. It does not cover potential idempotency or error behavior, but the core mutation semantics are clear.

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 concise and well-structured. The main action is front-loaded, followed by a key limitation, then parameter documentation. Every sentence adds value with no redundancy.

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

Completeness5/5

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

Given the tool's simplicity (3 required params), no annotations, and presence of an output schema, the description is complete. It covers purpose, usage constraints, prerequisites, and parameter semantics, providing enough context for correct invocation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates. Each parameter is explained with meaningful context: project_id references openai_list_projects, user_id references openai_list_users, and role specifies valid values 'owner' or 'member'.

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 tool's function with a specific verb and resource: 'Add an existing organization member to a project.' It distinguishes this from invite_user by explicitly noting this call cannot invite someone new to the org.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance, stating the prerequisite (user must already be an org member), directly referencing alternatives (openai_invite_user / openai_list_users), and providing cross-references for parameter lookups (openai_list_projects, openai_list_users).

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/MSPbotsAI/openai-workspace-mcp-'

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