Skip to main content
Glama
SimonTrim

Trimble Connect MCP Server

by SimonTrim

tc_projects

Manage Trimble Connect projects: list, get, update, delete, clone, and handle members, roles, settings, licenses, metrics, and sync status.

Instructions

Trimble Connect Projects administration: update/delete/clone project, members, roles, settings, license, metrics, sync status. Select the endpoint with the "action" parameter. Path placeholders {projectId}/{id}/{subId}/{extraId}/{version} are filled from the matching input parameters. Actions:

  • list: GET /projects — query: {fullyLoaded?}

  • list_v21: GET /2.1/projects — paged project list (v2.1 API)

  • list_mini: GET /projects/me — minimal list of user's projects

  • get: GET /projects/{projectId}

  • update: PATCH /projects/{projectId} — body: {name?, description?...}

  • delete: DELETE /projects/{projectId}

  • clone: POST /projects/clones — body: clone request {projectId, name...}

  • clone_status: GET /projects/clones/{id} — id=cloneId

  • metrics: GET /projects/{projectId}/metrics

  • settings_get: GET /projects/{projectId}/settings

  • settings_update: PATCH /projects/{projectId}/settings — body: settings

  • license_get: GET /projects/{projectId}/license

  • license_update: PATCH /projects/{projectId}/license — body: license details

  • roles: GET /projects/{projectId}/roles — list roles available in project

  • list_users: GET /projects/{projectId}/users

  • get_user: GET /projects/{projectId}/users/{id} — id=userId

  • add_users: POST /projects/{projectId}/users — body: users to add/invite [{email, role?}]

  • update_user_role: PATCH /projects/{projectId}/users/{id} — id=userId, body: {role}

  • remove_user: DELETE /projects/{projectId}/users/{id} — id=userId

  • request_access: POST /projects/accessRequests — body: access request

  • sync_objects: GET /projects/{projectId}/objects — object sync list

  • sync_status: GET /projects/{projectId}/status — project sync status

  • fs_structure: GET /sync/{projectId} — full file-system structure of the project (query: {excludeVersion?:'true'})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoPrimary resource ID — required when the action path contains {id}
bodyNoJSON request body for POST/PUT/PATCH (and some DELETE) actions
queryNoQuery parameters as key-value pairs
subIdNoSecondary resource ID — required when the action path contains {subId}
actionYesEndpoint to call (see tool description)
regionYesTrimble Connect region: us (North America), eu (Europe), ap (Asia-Pacific), ap-au (Australia)
extraIdNoTertiary resource ID — required when the action path contains {extraId}
versionNoVersion number — required when the action path contains {version}
projectIdNoProject ID — required when the action path contains {projectId}
bcfVersionNoBCF API version for BCF actions (default 2.1)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the HTTP methods (GET, POST, PATCH, DELETE) and request bodies, implying side effects for mutations. However, it does not explicitly disclose the permanence of deletions, required permissions, or potential side effects like cascading changes. The description provides moderate transparency but leaves some behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-structured with a bulleted list of actions, each briefly described. Some redundancy exists (e.g., repeated path patterns), and it could be more concise while retaining all information. The structure aids readability, but the length is justified by the number of actions.

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 complexity (10 parameters, 23 actions), the description is remarkably complete. It covers all actions with their HTTP methods, paths, request bodies, and parameter requirements. No output schema exists, but the description sufficiently explains the tool's capabilities. It addresses the need for agents to understand how to invoke different endpoints.

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 description coverage is 100%, so parameters are well-documented in the schema. The description adds value by explaining when parameters like projectId, id, subId, etc., are required based on the action's path. It also clarifies the 'action' parameter's enum values and the 'region' parameter's meanings. This contextual information goes beyond the schema's descriptions.

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 explicitly states the tool is for 'Trimble Connect Projects administration' and enumerates a comprehensive list of actions (update, delete, clone, members, roles, settings, license, metrics, sync status). This is a specific verb+resource combination that distinguishes it from sibling tools like tc_list_projects or tc_create_project, which are more limited.

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 explains how to select the endpoint via the 'action' parameter and that path placeholders are filled from matching input parameters. It lists all actions with their HTTP methods and paths. However, it does not explicitly state when to use this tool versus simpler alternatives like tc_list_projects or tc_get_project, leaving the decision implicit.

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/SimonTrim/trb-mcp-server-api'

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