Skip to main content
Glama

Carbon Voice

by PhononX

move_folder

Relocate a folder by its ID to a different folder or workspace using the MCP server. Organize and manage your Carbon Voice data efficiently by specifying workspace or folder IDs.

Instructions

Move a folder by its ID. Move a Folder into another Folder or into a Workspace.

Input Schema

NameRequiredDescriptionDefault
folder_idNoFolder ID
idYes
workspace_idNoWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folder_id": { "description": "Folder ID", "type": "string" }, "id": { "type": "string" }, "workspace_id": { "description": "Workspace ID", "type": "string" } }, "required": [ "id" ], "type": "object" }

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/PhononX/cv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server