Skip to main content
Glama
SimonTrim

Trimble Connect MCP Server

by SimonTrim

tc_organizer

Manage project breakdown structures and nodes in Trimble Connect. Create, update, and organize trees, nodes, and policies to control data hierarchy and access.

Instructions

Trimble Connect Organizer Service: forests, trees (breakdown structures like LBS), nodes, policies, changesets. forestId is usually the Trimble Connect projectId. Regional service URI is resolved automatically. Select the endpoint with the "action" parameter. Path placeholders {projectId}/{id}/{subId}/{extraId}/{version} are filled from the matching input parameters. Actions:

  • trees_list: GET /forests/{id}/trees — id=forestId (projectId)

  • tree_get: GET /forests/{id}/trees/{subId} — id=forestId, subId=treeId, query: {deleted?}

  • tree_create: POST /forests/{id}/trees — id=forestId, body: {name, type} e.g. type='LBS'

  • tree_update: PATCH /forests/{id}/trees/{subId} — id=forestId, subId=treeId, body: fields to update

  • tree_delete: DELETE /forests/{id}/trees/{subId} — id=forestId, subId=treeId

  • tree_policy_get: GET /forests/{id}/trees/{subId}/policy — id=forestId, subId=treeId

  • tree_policy_put: PUT /forests/{id}/trees/{subId}/policy — id=forestId, subId=treeId, body: policy

  • nodes_list: GET /forests/{id}/trees/{subId}/nodes — id=forestId, subId=treeId, query: {top?, skiptoken?}

  • node_get: GET /forests/{id}/trees/{subId}/nodes/{extraId} — id=forestId, subId=treeId, extraId=nodeId

  • node_create: POST /forests/{id}/trees/{subId}/nodes — id=forestId, subId=treeId, body: node

  • node_update: PATCH /forests/{id}/trees/{subId}/nodes/{extraId} — id=forestId, subId=treeId, extraId=nodeId, body

  • node_delete: DELETE /forests/{id}/trees/{subId}/nodes/{extraId} — id=forestId, subId=treeId, extraId=nodeId

  • node_links: GET /forests/{id}/trees/{subId}/nodes/{extraId}/links — id=forestId, subId=treeId, extraId=nodeId

  • node_versions: GET /forests/{id}/trees/{subId}/nodes/{extraId}/versions — id=forestId, subId=treeId, extraId=nodeId

  • node_version_get: GET /forests/{id}/trees/{subId}/nodes/{extraId}/versions/{version} — id=forestId, subId=treeId, extraId=nodeId, version

  • search_forest: GET /forests/{id}/search — id=forestId, query: search params

  • search_tree: GET /forests/{id}/trees/{subId}/search — id=forestId, subId=treeId, query: search params

  • batch_get_nodes: POST /batch-get — body: batch node keys

  • changeset: POST /forests/{id}/trees/{subId}/changeset — id=forestId, subId=treeId, body: changeset

  • changeset_async: POST /forests/{id}/trees/{subId}/changeset-async — id=forestId, subId=treeId, body: changeset

  • changeset_status: GET /changeset/{id} — id=changesetId

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)
Behavior4/5

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

With no annotations, the description carries full burden. It explains the mapping of path placeholders to input parameters, regional URI resolution, and action selection. It covers CRUD and read operations but does not detail side effects (e.g., deletion permanence) or error behavior.

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

Conciseness4/5

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

The description is lengthy due to the many actions, but it is well-structured with an initial overview, placeholder explanation, and a detailed action list. Each sentence adds necessary information without redundancy.

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?

Given the complexity (10 parameters, 21 actions) and no output schema, the description is fairly complete. It covers action-to-endpoint mapping, parameter usage, and regional resolution. It lacks details on return values, but this is partially offset by the absence of an output schema.

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 coverage is 100%, and the description adds significant value by explaining how each action maps to parameters (e.g., id=forestId for trees_list). It clarifies the meaning of path placeholders, enabling correct parameter assignment beyond the schema's basic 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 clearly states it's for the Trimble Connect Organizer Service, managing forests, trees, nodes, policies, changesets. It lists all actions explicitly and distinguishes from sibling tools which focus on other services like BCF, files, or projects.

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

Usage Guidelines3/5

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

The description provides a comprehensive list of actions but does not explicitly state when to use this tool versus alternatives. It lacks comparative guidance or when-not conditions, relying on the agent to infer from the action names.

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