Skip to main content
Glama

Carbon Voice

by PhononX

create_folder

Organize voice content by creating folders for voicememos or prerecorded files within a specified workspace on the Carbon Voice server.

Instructions

Create a new folder.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the Folder
parent_folder_idNoParent Folder ID
typeYesFolder type
workspace_idYesWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the Folder", "type": "string" }, "parent_folder_id": { "description": "Parent Folder ID", "type": "string" }, "type": { "description": "Folder type", "enum": [ "voicememo", "prerecorded" ], "type": "string" }, "workspace_id": { "description": "Workspace ID", "type": "string" } }, "required": [ "name", "type", "workspace_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