Skip to main content
Glama
nhantruong96

trimble-connect-mcp

by nhantruong96

tc_list_project_members

Read-onlyIdempotent

List project members with their roles and statuses. Optionally filter by group or include removed members to obtain IDs for folder permissions.

Instructions

List members (users) of a project with their role and status.

Args: project_id: Project ID from tc_list_projects. include_removed: Also list users with status REMOVED (default False). group_id: Optional — only members of this group (see tc_list_groups).

Returns: {"count": int, "members": [{"id","email","name","role" ("ADMIN"|"USER"),"status" ("ACTIVE"|"PENDING"|"REMOVED")}]}. Member ids are what folder-permission tools expect as subject ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idNo
project_idYes
include_removedNo

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, idempotentHint, and destructiveHint. The description adds valuable behavioral context: it defines the output shape, the meaning of status values, the default for include_removed, and notes that member ids are what folder-permission tools expect. No contradiction with annotations.

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 front-loaded with a one-sentence summary, then organizes parameter explanations and return format in clear Args/Returns sections. Every sentence adds needed information without padding.

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?

For a list tool with an output schema present, the description covers all necessary context: parameters, defaults, output shape, and cross-tool compatibility. Given the sibling set, this is a complete and self-contained description.

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 descriptions are 0% covered, so the description must fully explain parameters. It does: project_id is sourced from tc_list_projects, include_removed controls whether REMOVED users appear and defaults to False, and group_id filters to a specific group. This adds meaning entirely beyond the raw 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 opens with a specific verb and resource: 'List members (users) of a project with their role and status.' This clearly differentiates it from sibling tools like tc_list_group_users and tc_list_project_roles by specifying the subject is project members and includes role/status.

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 usage context: project_id comes from tc_list_projects, group_id is optional and references tc_list_groups, and include_removed changes the result set. It does not explicitly state when not to use this tool, but the provenance and filtering guidance make the intended use clear.

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/trimble-connect-mcp'

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