Skip to main content
Glama

Carbon Voice

by PhononX

summarize_conversation

Capture key insights by condensing lengthy conversations into concise summaries using a structured approach. Ideal for extracting essential details from discussions within Carbon Voice.

Instructions

Summarize a conversation.

Input Schema

NameRequiredDescriptionDefault
conversation_idYes
end_dateNo
languageNo
limitNo
message_idsNo
prompt_idYes
start_dateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "conversation_id": { "minLength": 1, "type": "string" }, "end_date": { "format": "date-time", "type": "string" }, "language": { "type": "string" }, "limit": { "default": 50, "type": "number" }, "message_ids": { "items": { "type": "string" }, "type": "array" }, "prompt_id": { "minLength": 1, "type": "string" }, "start_date": { "format": "date-time", "type": "string" } }, "required": [ "conversation_id", "prompt_id" ], "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