Skip to main content
Glama

Carbon Voice

by PhononX

add_attachments_to_message

Enables users to attach files or links to a specific message in Carbon Voice by providing the message ID and attachment links, ensuring enhanced communication flexibility.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
idYes
linksYesArray of links to be attached to the message

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" }, "links": { "description": "Array of links to be attached to the message", "items": { "type": "string" }, "type": "array" } }, "required": [ "id", "links" ], "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