Skip to main content
Glama
PhononX

Carbon Voice

by PhononX

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_messagesA

List Messages. By default returns latest 20 messages. The maximum allowed range between dates is 183 days (6 months). All presigned URLs returned by this tool are ready to use. Do not parse, modify, or re-encode them—always present or use the URLs exactly as received.If you want to get messages from a specific date range, you can use the "start_date" and "end_date" parameters. If you want to get messages from a specific date, you can use the "date" parameter. If you want to get messages from a specific user, you can use the "user_ids" parameter. If you want to get messages from a specific conversation, you can use the "conversation_id" parameter. If you want to get messages from a specific folder, you can use the "folder_id" parameter. If you want to get messages from a specific workspace, you can use the "workspace_id" parameter. If you want to get messages for a particular language, you can use the "language" parameter.

get_messageB

Get a message by its ID.

get_recent_messagesB

Get most recent messages, including their associated Conversation, Creator, and Labels information. Returns a maximum of 10 messages.

create_conversation_messageB

Sends a message to an existing conversation or any type with a conversation_id. To reply as a thread, included a message_id for "parent_id". You must provide a transcript or attachment.

create_direct_messageB

Send a Direct Message (DM) to a User or a Group of Users. In order to create a Direct Message, you must provide transcript or link attachments.

create_voicememo_messageB

Create a VoiceMemo Message. In order to create a VoiceMemo Message, you must provide a transcript or link attachments.

add_attachments_to_messageB

Add attachments to a message. In order to add attachments to a message, you must provide a message id and the attachments.

get_userB

Get a User by their ID.

search_userA

Search for a User by their phone number, email address, id or name. (In order to search for a User, you must provide a phone number, email address, id or name.)When searching by name, only users that are part of your contacts will be returned

search_usersA

Search multiple Users by their phone numbers, email addresses, ids or names. (In order to search Users, you must provide phone numbers, email addresses, ids or names.)When searching by name, only users that are part of your contacts will be returned

get_current_userB

Get the current user information.

list_conversationsA

List all conversations. Returns a simplified view of user conversations that have had messages sent or received within the last 6 months.

get_conversationB

Get a conversation by its ID.

get_conversation_usersC

Get users in a conversation.

summarize_conversationD

Summarize a conversation.

get_root_foldersB

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:voicememo,prerecorded)

create_folderB

Create a new folder.

get_folderB

Get a folder by its ID.

get_folder_with_messagesA

Get a folder including its messages by its ID. (Only messages at folder level are returned.)

update_folder_nameB

Update a folder name by its ID.

delete_folderA

Delete a folder by its ID. Deleting a folder will also delete nested folders and all the messages in referenced folders. (This is a destructive action and cannot be undone, so please be careful.)

move_folderA

Move a folder by its ID. Move a Folder into another Folder or into a Workspace.

move_message_to_folderB

Move a message to a folder by its ID. Move a Message into another Folder or into a Workspace. Only allowed to move messages of type: voicememo,prerecorded.

get_workspaces_basic_infoB

Get basic information about a workspace.

list_ai_actionsA

List AI Actions (Prompts). Optionally, you can filter by owner type and workspace id. Filtering by owner type, Possible values: "user", "workspace", "system". Do not use unless the user explicitly requests it.

run_ai_actionC

Run an AI Action (Prompt) for a message. You can run an AI Action for a message by its ID or a list of message IDs.

run_ai_action_for_shared_linkC

Run an AI Action (Prompt) for a shared link. You can run an AI Action for a shared link by its ID or a list of shared link IDs. You can also provide the language of the response.

get_ai_action_responsesB

Retrieve previously generated AI Action (Prompt) responses by filtering for a specific prompt, message, or conversation ID. Combine filters to narrow results and view all AI-generated responses related to a particular prompt, message, or conversation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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