Skip to main content
Glama

Carbon Voice

by PhononX

get_root_folders

Retrieve root folder details like names, IDs, and structure for specific workspace folders on Carbon Voice. Supports sorting and works with voice memo and prerecorded types.

Instructions

Lists all root folders for a given workspace, including their names, IDs, and basic structure, but does not provide aggregate counts.(Required to inform message type,prerecorded)

Input Schema

NameRequiredDescriptionDefault
include_all_treeNoReturn all folders tree
sort_byNoField to sort byname
sort_directionNoSort order directionASC
typeYesFolder Type
workspace_idNoWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "include_all_tree": { "description": "Return all folders tree", "type": "boolean" }, "sort_by": { "default": "name", "description": "Field to sort by", "enum": [ "created_at", "last_updated_at", "name" ], "type": "string" }, "sort_direction": { "default": "ASC", "description": "Sort order direction", "enum": [ "ASC", "DESC" ], "type": "string" }, "type": { "description": "Folder Type", "enum": [ "voicememo", "prerecorded" ], "type": "string" }, "workspace_id": { "description": "Workspace ID", "type": "string" } }, "required": [ "type" ], "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