Skip to main content
Glama
nhantruong96

trimble-connect-mcp

by nhantruong96

tc_list_file_versions

Read-onlyIdempotent

List all versions of a file in Trimble Connect, showing revision, size, creation/modification dates, and author per version.

Instructions

List the version history of a file.

Args: project_id: Project the file belongs to. file_id: File ID.

Returns: {"count": int, "versions": [...]} with versionId, revision, size, createdOn/modifiedOn and author per version (fields as provided by the API).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_idYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds the return format (count and versions with fields) and notes fields are 'as provided by the API,' giving extra behavioral context beyond the annotations.

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?

The description is compact at five lines, structured with Args and Returns sections. Every sentence contributes value—purpose, parameter definitions, and return shape—without redundant or irrelevant text.

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

Completeness5/5

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

For a simple read-only list operation, the description covers the essential aspects: purpose, required parameters, and return object structure. Annotations cover the safety profile, and the output schema (if present) would handle further details. This is complete for the tool's complexity.

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?

With schema description coverage at 0%, the description compensates by explaining project_id as 'Project the file belongs to' and file_id as 'File ID.' These explanations add meaning beyond the bare property names, though they are minimal and lack examples or constraints.

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 opens with 'List the version history of a file,' which is a specific verb + resource combination. It clearly distinguishes from sibling tools like tc_get_file and tc_download_file by focusing on version history rather than content retrieval.

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 a clear context: you use this when you need the version history of a file. It does not explicitly state when not to use it or name alternatives, but no overlapping sibling exists for listing versions, so the guidance is sufficient.

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/nhantruong96/trimble-connect-mcp'

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