Skip to main content
Glama

Carbon Voice

by PhononX

get_folder

Retrieve a folder by its ID on Carbon Voice, including optional first-level tree details and filtering by update date and direction for organized access to voice memos and conversations.

Instructions

Get a folder by its ID.

Input Schema

NameRequiredDescriptionDefault
dateNoReturn only Subfolders updated based on the date and direction (must inform include_first_level_tree = true)
directionNoDirection of the results (newer or older)newer
idYes
include_first_level_treeNoDefines if the first level of the folder tree should be returned

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "description": "Return only Subfolders updated based on the date and direction (must inform include_first_level_tree = true)" }, "direction": { "default": "newer", "description": "Direction of the results (newer or older)", "enum": [ "older", "newer" ], "type": "string" }, "id": { "type": "string" }, "include_first_level_tree": { "description": "Defines if the first level of the folder tree should be returned", "type": "boolean" } }, "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