Skip to main content
Glama
SimonTrim

Trimble Connect MCP Server

by SimonTrim

tc_releases

Manage Trimble Connect releases: list, get, create, update, delete release packages, and handle files with add, remove, download operations.

Instructions

Trimble Connect Releases (file release packages). Select the endpoint with the "action" parameter. Path placeholders {projectId}/{id}/{subId}/{extraId}/{version} are filled from the matching input parameters. Actions:

  • list: GET /releases — query: {projectId}

  • get: GET /releases/{id} — id=releaseId

  • create: POST /releases — body: release {name, projectId...}

  • update: PATCH /releases/{id} — id=releaseId, body: fields to update

  • delete: DELETE /releases/{id} — id=releaseId

  • list_files: GET /releases/{id}/files — id=releaseId

  • add_files: POST /releases/{id}/files — id=releaseId, body: files to add

  • remove_files: DELETE /releases/{id}/files — id=releaseId, body: files to remove

  • download_files: POST /releases/downloadFiles — body: download request

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 were provided, so the description carries full responsibility. It discloses the REST methods (GET, POST, PATCH, DELETE) and actions including delete and remove, but does not discuss side effects, authentication, or rate limits.

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 well-structured with a bullet list of actions and path templates. It is slightly long but mostly concise; every line adds necessary detail.

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 (multiple actions, 10 parameters, no output schema), the description covers the main aspects: action selection, parameter mapping, and body usage. It omits return value details, but this is acceptable without an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds context by linking path placeholders to parameters and noting body usage for certain actions, but the schema already describes each parameter sufficiently.

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?

Description clearly states 'Trimble Connect Releases (file release packages)' and enumerates all actions. The tool is distinct from siblings such as tc_files or tc_folders.

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?

Explains how to select endpoints via the 'action' parameter and how path placeholders map to input parameters, but does not advise when to use this tool vs alternatives like tc_files or tc_list_activities.

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