Skip to main content
Glama
nhantruong96

trimble-connect-mcp

by nhantruong96

tc_remove_permissions

Destructive

Removes specified users or groups from a file or folder's access control list, so they lose direct permissions and inherit access from the parent item. Requires confirmation to prevent accidental changes.

Instructions

Remove users/groups from a folder's or file's ACL entirely.

They fall back to whatever the parent folder / project grants them. To actively BLOCK someone instead, use tc_grant_permissions with level="NO_ACCESS". Requires TC_ENABLE_WRITE=1 AND confirm=true.

Args: project_id: Project ID. item_id: Folder or file ID. subject_ids: User/group ids to drop from the ACL. confirm: Must be true — safety gate. item_type: "FOLDER" (default) or "FILE".

Returns: {"updated": true, "acl": {...}, "removed": [ids]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
item_idYes
item_typeNoFOLDER
project_idYes
subject_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

While annotations already mark as destructive/write, the description adds valuable behavioral context: removal removes entries entirely, fallback to parent grants, and the confirm safety gate. It does not mention irreversibility explicitly but the destructive hint covers that.

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?

Highly structured and efficient: opening sentence gives the core action, followed by behavior notes, args list, and return format. Every sentence adds value with no fluff.

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 5 parameters, annotations, and no formal output schema, the description is remarkably complete. It covers prerequisites, alternatives, parameter meanings, and return shape, leaving little ambiguity.

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?

Schema coverage is 0%, so the description carries the full burden. It names every parameter with a brief meaning, adds that confirm is a safety gate, and clarifies item_type defaults. This goes beyond the schema's bare types and defaults.

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 the tool removes users/groups from an ACL entirely, with specific scope (folder/file). It distinguishes from related tools by explicitly naming tc_grant_permissions as the alternative for blocking access.

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?

Provides explicit usage context: explains fallback behavior, names alternative for blocking, and states the hard requirements (TC_ENABLE_WRITE=1 and confirm=true). This gives the agent clear decision-making 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