Skip to main content
Glama
nhantruong96

trimble-connect-mcp

by nhantruong96

tc_create_folder

Create a new folder in a Trimble Connect project under a specified parent folder, or the project root if none is given. Returns the new folder's ID, name, and path.

Instructions

Create ONE new folder inside a parent folder.

Requires TC_ENABLE_WRITE=1 (see tc_write_status).

Args: project_id: Project ID (resolves the region). name: New folder name (max 255 chars, must be unique in the parent). parent_folder_id: Parent folder; omit to create under the project ROOT folder.

Returns: {"created": true, "id", "name", "parentId", "path"}. For a whole CDE tree use tc_create_folder_structure instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
project_idYes
parent_folder_idNo

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=false (write), destructiveHint=false, and idempotentHint=false. The description adds valuable context beyond these: the folder name must be unique within the parent, max 255 characters, parent_folder_id omitted means root folder, and the return format. This provides constraints and side-effect expectations not captured in 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 and well-structured: purpose first, then prerequisite, args, return value, and alternative. Every sentence adds value, with no redundant information. It front-loads the primary purpose and uses formatting (one line per param) for readability.

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 create-folder tool, the description covers prerequisites, parameter semantics, constraints, return format, and the key alternative for larger operations. It is self-contained even though the input schema is minimal, and it references tc_write_status for extra context. No critical gaps exist.

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 bears the full burden of explaining parameters. It does so thoroughly: project_id resolves the region, name has length/uniqueness constraints, and parent_folder_id has a default behavior (root folder). All three parameters are semantically defined, fully compensating for the schema's minimal info.

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 begins with 'Create ONE new folder inside a parent folder,' which is a specific verb+resource and clearly states the tool's scope. It also distinguishes from sibling tool tc_create_folder_structure, noting that for a 'whole CDE tree use tc_create_folder_structure instead.' This makes the purpose unmistakable and differentiated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides an explicit prerequisite: 'Requires TC_ENABLE_WRITE=1 (see tc_write_status).' It also gives an explicit alternative for a different use case: 'For a whole CDE tree use tc_create_folder_structure instead.' This gives clear when-to-use and when-not-to-use guidance.

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