Skip to main content
Glama
SimonTrim

Trimble Connect MCP Server

by SimonTrim

tc_folders

Browse, create, rename, delete folders and manage their versions and permissions in Trimble Connect projects.

Instructions

Trimble Connect Folders: browse, create, rename, delete, versions, permissions. Select the endpoint with the "action" parameter. Path placeholders {projectId}/{id}/{subId}/{extraId}/{version} are filled from the matching input parameters. Actions:

  • get: GET /folders/{id} — id=folderId

  • items: GET /folders/{id}/items — id=folderId (use project rootId for root)

  • items_v21: GET /2.1/folders/{id}/items — id=folderId (paged v2.1 API)

  • items_by_path: GET /folders/by_path — query: {projectId, path}

  • items_by_path_v21: GET /2.1/folders/by_path — query: {projectId, path} (paged v2.1 API)

  • item_by_name: GET /folders/{id}/item — id=folderId, query: {name}

  • create: POST /folders — body: {name, parentId}

  • update: PATCH /folders/{id} — id=folderId, body: {name?, parentId?}

  • delete: DELETE /folders/{id} — id=folderId

  • delete_async: DELETE /folders/{id}/delete — id=folderId (async deletion job)

  • deletion_job_status: GET /folders/jobs/{id} — id=jobId

  • versions: GET /folders/{id}/versions — id=folderId

  • versions_v21: GET /2.1/projects/{projectId}/folders/{id}/versions — id=folderId (paged v2.1 API)

  • permissions_get: GET /folders/fs/{id}/permissions — id=folderId

  • permissions_patch: PATCH /folders/fs/{id}/permissions — id=folderId, body: permissions

  • permission_add: POST /folders/{id}/permissions — id=folderId, body: permission

  • permission_update: PATCH /folders/{id}/permissions — id=folderId, body: permission

  • permission_remove: DELETE /folders/{id}/permissions — id=folderId, body: permission to remove

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?

With no annotations, the description bears full responsibility for behavioral transparency. It does a good job of explaining each action's HTTP method and required IDs, including async deletion and job status. However, it omits details like error responses, side effects (e.g., irreversible deletes), authentication requirements, and rate limits. For a tool with many mutating actions, more transparency would be beneficial.

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 a clear header, bullet points for each action, and front-loaded with the overall purpose. Each action entry is minimal and informative. While it could be slightly more concise by grouping similar actions (e.g., versions and versions_v21), the structure is effective for the complexity.

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 (10 parameters, 18 actions) and no output schema, the description is quite complete. It covers all actions, required IDs, and usage of parameters. However, it lacks details on pagination for paged actions (though it mentions paged v2.1 API), error handling, and expected output formats. For a tool with this scope, it is largely adequate but could be enhanced.

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?

Despite 100% schema coverage (baseline 3), the description adds significant meaning beyond the schema. It explains how path placeholders map to parameters (e.g., 'id=folderId'), clarifies that 'items' action uses the project rootId for root, and describes the role of 'body' and 'query' parameters. This context helps the agent correctly invoke each action.

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 the tool's purpose: 'Trimble Connect Folders: browse, create, rename, delete, versions, permissions.' It then exhaustively lists each action with HTTP method and path, leaving no ambiguity about what operations are supported. This distinguishes it from siblings like tc_get_folder_contents which is specifically for folder contents, as this tool covers a broader set of folder operations.

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 explicit instructions on how to use the tool: select the action via the 'action' parameter and fill path placeholders from matching input parameters. However, it does not provide guidance on when to use this tool versus its siblings (e.g., tc_get_folder_contents, tc_files_app), nor does it mention when not to use it. The usage is clear for each action but lacks comparative context.

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