Delete user file folder MCP tool
Delete an empty workspace file folder. This never deletes files or subfolders; move its contents first.
-
MCP tool name:
Delete_User_File_Folder -
Returns: Delete user file folder MCP response
-
Annotations: Not read only, destructive, idempotent, closed world
-
Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
Examples
Use Workspace Actions after identifying the intended folder and file IDs. Folder changes are shared with your workspace.
{
"tool": "Delete_User_File_Folder",
"arguments": {
"folder_id": "6aa1620aed2ae46d750e9b54"
}
}Only empty folders can be deleted. Move the contents first; this tool never deletes files.
Related articles
- Delete user file folder MCP response: Review the response shape returned by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
- MCP servers: Review where this MCP tool can be used.
Read user file folder
Read a workspace file folder and one page of its immediate contents. Omit folder_id or use null to browse All files. File contents are not retrieved.
Move user files
Move existing workspace user files into a folder, or use folder_id null to move them to All files. Preserves file identity and history.