Skip to main content
Glama

acc_add_project_user

Add a member to an Autodesk Construction Cloud project, setting product access, company, and project roles. Invites users who aren't account members yet.

Instructions

Add one member to a project with product access, company and roles. The signed-in user must be a project admin (or account admin). Rule: projectAdministration:administrator requires every other granted product to be administrator too.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail of the user to add (invited if not yet an account member)
productsNoProduct access as key:access pairs, comma-separated. Access = member|administrator|none. Example: 'docs:member' or 'docs:administrator,projectAdministration:administrator' for a project admindocs:member
role_idsNoComma-separated role ids (find via acc_list_project_users of a reference project)
company_idNoCompany id (see acc_list_companies)
project_idYesProject id
make_project_adminNoShortcut: grant administrator on projectAdministration AND all products listed

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses permission requirements and a specific rule for projectAdministration:administrator, which adds value beyond the annotation readOnlyHint=false. It doesn't mention side effects like invitations, but those are partially covered in the schema.

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 sentences, front-loaded with the action, then providing auth and rule constraints. No wasted words.

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?

The description covers the core action, auth requirements, and a key constraint. With output schema and full param descriptions, it's fairly complete. Lacks explicit comparison to sibling tools, but that's secondary.

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 100%, so baseline is 3. The description adds a cross-parameter constraint: 'projectAdministration:administrator requires every other granted product to be administrator too.' This clarifies how to correctly set the products parameter beyond the schema.

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 'Add one member to a project with product access, company and roles.' It uses a specific verb and resource, and distinguishing it from siblings that list, update, or remove project users.

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?

It provides explicit context on when to use the tool: 'The signed-in user must be a project admin (or account admin).' It also gives a rule about product access consistency. However, it doesn't explicitly mention alternatives or when not to use it, e.g., comparing to acc_import_project_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/nhantruong96/acc-mcp'

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