get_folder_with_messages
Retrieve a folder and its associated messages by specifying the folder ID. Use this tool to access and organize messages stored in the Carbon Voice MCP server.
Instructions
Get a folder including its messages by its ID. (Only messages at folder level are returned.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}