Skip to main content
Glama
SimonTrim

Trimble Connect MCP Server

by SimonTrim

tc_comments

List, get, create, update, and delete comments on Trimble Connect objects (files, folders, todos, views). Also manage attachments and reactions.

Instructions

Trimble Connect Comments (on files, folders, todos, views…) incl. attachments and reactions. Select the endpoint with the "action" parameter. Path placeholders {projectId}/{id}/{subId}/{extraId}/{version} are filled from the matching input parameters. Actions:

  • list: GET /comments — query: {objectId, objectType} e.g. objectType=TODO|FILE|FOLDER|VIEW

  • get: GET /comments/{id} — id=commentId

  • create: POST /comments — body: {objectId, objectType, description...}

  • update: PATCH /comments/{id} — id=commentId, body: {description...}

  • delete: DELETE /comments/{id} — id=commentId

  • list_attachments: GET /comments/{id}/attachments — id=commentId

  • add_attachments: POST /comments/{id}/attachments — id=commentId, body: {attachments:[fileIds]}

  • remove_attachments: DELETE /comments/{id}/attachments — id=commentId, body: {attachments:[fileIds]}

  • list_reactions: GET /comments/{id}/reactions — id=commentId

  • add_reaction: POST /comments/{id}/reactions — id=commentId, body: {reaction}

  • delete_reaction: DELETE /comments/{id}/reactions/{subId} — id=commentId, subId=reactionId

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 full burden. It describes HTTP methods (GET, POST, PATCH, DELETE) which imply read/write/destructive behaviors, but it does not disclose required permissions, rate limits, side effects, or error handling. The description covers some behavioral aspects like path parameter filling but lacks depth.

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 relatively long but well-structured as a list of actions with consistent patterns (action: HTTP method /path — parameter details). The first sentence clearly sets the scope, and the list format aids readability. However, it could be slightly more concise by grouping similar actions.

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 tool's complexity (11 actions, 10 parameters) and no output schema, the description covers all actions and explains parameter mappings. It lacks information on return values or error responses, which would be helpful for completeness. Overall, it provides sufficient context for most usage scenarios.

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?

The schema has 100% description coverage, but the description adds significant value by explaining how parameters like id, subId, extraId, version, and projectId serve as path placeholders. It also provides examples for query parameters (e.g., objectType=TODO) and describes the body parameter. This enhances understanding beyond the schema definitions.

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 that the tool handles Trimble Connect comments on files, folders, todos, views, etc., including attachments and reactions. It lists 11 specific actions with HTTP methods and paths, and instructs to select the endpoint via the 'action' parameter. This clearly distinguishes it from sibling tools that handle other resources like todos or views.

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 explicit instructions for each action, including the required parameters and HTTP methods. It explains how path placeholders are filled from input parameters. Although it does not explicitly state when not to use this tool or compare it to alternatives, the specific domain of comments makes its usage 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/SimonTrim/trb-mcp-server-api'

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