Skip to main content
Glama

Carbon Voice

by PhononX

update_folder_name

Modify the name of a folder by specifying its ID and providing a new name, enabling organized management of voice conversations and memos on Carbon Voice.

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