Skip to main content
Glama

Carbon Voice

by PhononX

update_folder_name

Rename a folder on Carbon Voice by specifying its ID and providing a new name to organize and manage conversations or voice memos effectively.

Instructions

Update a folder name by its ID.

Input Schema

NameRequiredDescriptionDefault
idYes
nameYesNew Folder Name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" }, "name": { "description": "New Folder Name", "type": "string" } }, "required": [ "id", "name" ], "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