Skip to main content
Glama

get_conversation

Retrieve a specific conversation including all messages and associated tags from the Cuti-E admin platform using its unique ID.

Instructions

Get a single conversation with its messages and tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conversation_idYesThe conversation ID (conv_...)

Implementation Reference

  • The handler logic for "get_conversation" which executes a GET request to the Cuti-E API.
    case "get_conversation": {
      result = await apiRequest("GET", `/v1/conversations/${args.conversation_id}`);
      break;
    }
  • The tool registration and schema definition for "get_conversation".
    {
      name: "get_conversation",
      description:
        "Get a single conversation with its messages and tags.",
      inputSchema: {
        type: "object",
        properties: {
          conversation_id: {
            type: "string",
            description: "The conversation ID (conv_...)",
          },
        },
        required: ["conversation_id"],
      },
    },

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/Stig-Johnny/cutie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server