Skip to main content
Glama
SimonTrim

Trimble Connect MCP Server

by SimonTrim

tc_api_call

Execute any Trimble Connect REST API call by specifying method, region, path, and optional body/query. Supports Core API and BCF API.

Instructions

Execute any Trimble Connect REST API call. Use the documentation tools first to find the right endpoint, then use this tool to execute it. Supports Core API and BCF API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body for POST/PUT/PATCH (JSON object)
pathYesAPI path (e.g. /projects, /files/{fileId}, /todos). Do NOT include the base URL.
queryNoQuery parameters as key-value pairs (e.g. {projectId: '...', type: 'FILE'})
methodYesHTTP method
regionYesTrimble Connect region: us (North America), eu (Europe), ap (Asia-Pacific), ap-au (Australia)
apiTypeNoAPI type: core (/tc/api/2.0) or bcf (/bcf/2.1)core
Behavior2/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 mentions executing API calls but doesn't disclose behavioral traits like write operations, rate limits, or error handling. The description is too minimal for a generic API caller.

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

Conciseness5/5

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

Two sentences, front-loaded with purpose and usage context. Every word is necessary; no fluff. Excellent conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description adequately states that it can call any endpoint and supports Core and BCF APIs. It also instructs to use documentation tools first. However, it doesn't explain return values or error handling, which could be improved given no 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%, and all parameters have descriptions. The description adds no extra meaning beyond the schema. Baseline 3 is appropriate as the schema does the heavy lifting.

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 executes any Trimble Connect REST API call, specifying Core and BCF APIs. It distinguishes itself from sibling tools that target specific endpoints, providing a clear purpose.

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?

It advises using documentation tools first to find the right endpoint, giving context on when to use this tool. However, it doesn't explicitly state when not to use it or list alternatives, but the context is clear enough for an agent.

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