Skip to main content
Glama
nhantruong96

trimble-connect-mcp

by nhantruong96

tc_rename_item

Rename a folder or file in a Trimble Connect project. Provide project ID, item ID, and new name to update the item's name.

Instructions

Rename a folder or a file.

Requires TC_ENABLE_WRITE=1. Renaming and moving must be separate calls — the API ignores the new name if a new parent is sent at the same time.

Args: project_id: Project ID. item_id: Folder or file ID. new_name: New name. item_type: "FOLDER" (default) or "FILE".

Returns: {"renamed": true, "id", "name", ...}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes
new_nameYes
item_typeNoFOLDER
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 indicate a write operation (readOnlyHint=false), and the description adds valuable operational context: the TC_ENABLE_WRITE requirement and the API behavior of ignoring new names when a new parent is sent. This complements rather than contradicts the annotations, though it does not cover error cases or atomicity.

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 and well-structured: an opening purpose, a requirement line, a behavioral note, a concise Args list, and a Returns line. Every sentence serves a purpose with no fluff.

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 simplicity, the description covers the essential operational details: the write flag, the rename/move separation, all parameters, and a return value sketch. It omits edge-case behavior (e.g., errors, conflicts), but the output schema and sibling context fill most gaps, making it sufficiently complete for a mutation tool.

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 description coverage is 0%, and the Args section provides basic meanings for each parameter (e.g., 'Folder or file ID' for item_id, default for item_type). This adds some value but is largely tautological, merely restating field names without deeper detail like ID formats or type 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 states 'Rename a folder or a file' with a specific verb and resource, clearly distinguishing it from sibling tools like tc_move_item and tc_copy_file. The title and tool name align, and the scope is unambiguous.

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 clear context: requires TC_ENABLE_WRITE=1 and explicitly warns that renaming and moving must be separate calls, which differentiates it from tc_move_item. However, it does not explicitly name alternatives or state when not to use the tool beyond this separation constraint.

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