Skip to main content
Glama

acc_list_project_users

Read-only

List project members with company, roles, access levels, and product access. Retrieve ACC user GUIDs and role IDs for folder-permission assignments.

Instructions

List members of a project with their company, roles, access levels and product access. The returned 'id' (ACC user GUID) and 'autodeskId' are the subject ids used by the folder-permission tools; 'roleIds'/'roles' reveal the project's role ids for ROLE-based permissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoFilter by email (contains)
limitNo
offsetNo
project_idYesProject id
company_nameNoFilter by company name
name_containsNoFilter by user name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context by mapping the output fields ('id', 'autodeskId', 'roleIds') to their use in permission workflows. It does not contradict the annotations and provides extra value beyond the structured data.

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 two sentences, front-loaded with the core purpose, and the second sentence adds crucial output semantics without redundancy. Every word earns its place.

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 is sufficient for a read-only list tool with an output schema. It explains the significance of key output fields and their relationship to other tools, but does not mention pagination or filter behavior. Given the complexity (6 parameters, output schema), it is mostly complete but has minor gaps.

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 67%, with the filter parameters described in the schema. The description does not explain the pagination parameters (limit/offset) or add semantics beyond the schema. It links output IDs to permissions but not input parameters, so it does not compensate for the coverage gap.

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 uses the specific verb 'List' with a clear resource ('members of a project') and enumerates the returned fields (company, roles, access levels, product access). This distinguishes it from siblings like acc_list_projects or acc_get_project.

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?

The description provides clear context for when to use this tool: it explains that the returned IDs are used by folder-permission tools and that roleIds are relevant for ROLE-based permissions. However, it does not explicitly state when not to use it or name alternative tools, so it stops short of a 5.

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