Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_messages | 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_message | Get a message by its ID. |
get_recent_messages | Get most recent messages, including their associated Conversation, Creator, and Labels information. Returns a maximum of 10 messages. |
create_conversation_message | 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_message | 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_message | Create a VoiceMemo Message. In order to create a VoiceMemo Message, you must provide a transcript or link attachments. |
add_attachments_to_message | Add attachments to a message. In order to add attachments to a message, you must provide a message id and the attachments. |
get_user | Get a User by their ID. |
search_user | 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_users | 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_user | Get the current user information. |
list_conversations | List all conversations. Returns a simplified view of user conversations that have had messages sent or received within the last 6 months. |
get_conversation | Get a conversation by its ID. |
get_conversation_users | Get users in a conversation. |
summarize_conversation | Summarize a conversation. |
get_root_folders | 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_folder | Create a new folder. |
get_folder | Get a folder by its ID. |
get_folder_with_messages | Get a folder including its messages by its ID. (Only messages at folder level are returned.) |
update_folder_name | Update a folder name by its ID. |
delete_folder | 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_folder | Move a folder by its ID. Move a Folder into another Folder or into a Workspace. |
move_message_to_folder | 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_info | Get basic information about a workspace. |
list_ai_actions | 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_action | 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_link | 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_responses | 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. |