Skip to main content
Glama
nhantruong96

trimble-connect-mcp

by nhantruong96

tc_copy_folder

Copy a folder and all its contents to another location within Trimble Connect. Recreates the folder tree and copies files individually, enabling folder duplication without a server-side copy endpoint.

Instructions

Copy a folder and everything inside it to another location.

Trimble Connect has no server-side folder-copy endpoint, so this walks the tree and recreates folders + copies files one by one. Slow for large trees — max_items caps the work. Requires TC_ENABLE_WRITE=1.

Args: project_id: Project ID. folder_id: Folder to copy. target_parent_folder_id: Folder that will contain the copy. new_name: Name for the copy (default: same name as the source). max_items: Safety cap on folders+files processed (default 300).

Returns: {"copied": true, "new_folder_id", "folders_created", "files_copied", "errors": [...], "truncated": bool}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_nameNo
folder_idYes
max_itemsNo
project_idYes
target_parent_folder_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond annotations, the description discloses that the operation walks the tree, recreates folders, copies files one by one, can be slow, and may be truncated by max_items. It also mentions the requires write flag and returns an errors field, providing substantial insight into behavior.

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 somewhat lengthy but well-structured: core action, then caveats, then args, then return value. Each sentence provides valuable information without redundancy, though it could be tightened by moving the args list to a more compact format.

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?

Given the tool's complexity and the provided output schema, the description covers all necessary context: operation mechanics, performance caveats, configuration requirement, parameter semantics, and return value structure. It is complete enough for an agent to decide when to use it and what to expect.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates by explaining each parameter. It clarifies target_parent_folder_id as 'Folder that will contain the copy,' new_name defaults to the source name, and max_items as a safety cap—meaning beyond the schema.

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 'Copy a folder and everything inside it to another location' with a specific verb and resource, clearly distinguishing it from sibling tools like tc_copy_file. The title 'Copy folder (recursive)' reinforces the scope.

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 explains when to use this tool by noting that Trimble Connect lacks a server-side copy endpoint, so a manual walk is needed. It warns about slowness for large trees and mentions the max_items cap and the TC_ENABLE_WRITE requirement, but does not explicitly name alternative tools.

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