Skip to main content
Glama

Carbon Voice

by PhononX
message.interface.ts1.15 kB
import { z } from 'zod'; import { addLinkAttachmentsToMessageBody, addLinkAttachmentsToMessageParams, createConversationMessageBody, createConversationMessageParams, getMessageByIdParams, getMessageByIdQueryParams, } from '../generated/carbon-voice-api/CarbonVoiceSimplifiedAPI.zod'; // Define the base types from the Zod schemas type MessagePathParams = z.infer<typeof getMessageByIdParams>; type MessageQueryParams = z.infer<typeof getMessageByIdQueryParams>; export type GetMessageInput = MessagePathParams & MessageQueryParams; type CreateConversationMessageParams = z.infer< typeof createConversationMessageParams >; type CreateConversationMessageBody = z.infer< typeof createConversationMessageBody >; export type CreateConversationMessageInput = CreateConversationMessageParams & CreateConversationMessageBody; type AddLinkAttachmentsToMessageParams = z.infer< typeof addLinkAttachmentsToMessageParams >; type AddLinkAttachmentsToMessageBody = z.infer< typeof addLinkAttachmentsToMessageBody >; export type AddLinkAttachmentsToMessageInput = AddLinkAttachmentsToMessageParams & AddLinkAttachmentsToMessageBody;

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