Skip to main content
Glama

delete_conversation

Remove conversations from the Cuti-E admin platform to manage data and maintain organization. Specify the conversation ID to delete specific chat histories.

Instructions

Close/delete a conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conversation_idYesThe conversation ID to delete

Implementation Reference

  • The handler implementation for the delete_conversation tool, which executes a DELETE request against the API.
    case "delete_conversation": {
      result = await apiRequest("DELETE", `/v1/conversations/${args.conversation_id}`);
      break;
    }
  • The registration and schema definition for the delete_conversation tool.
    {
      name: "delete_conversation",
      description:
        "Close/delete a conversation.",
      inputSchema: {
        type: "object",
        properties: {
          conversation_id: {
            type: "string",
            description: "The conversation ID to delete",
          },
        },
        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