Skip to main content
Glama

MCP Chat Logger

save_chat_history

Store and organize chat logs by saving conversations as Markdown files. Automatically include timestamps and optional session IDs for easy tracking and retrieval.

Instructions

Save chat history as a Markdown file Args: messages: List of chat messages, each containing role and content conversation_id: Optional conversation ID for file naming

Input Schema

NameRequiredDescriptionDefault
conversation_idNo
messagesYes

Input Schema (JSON Schema)

{ "properties": { "conversation_id": { "default": null, "title": "Conversation Id", "type": "string" }, "messages": { "items": { "additionalProperties": true, "type": "object" }, "title": "Messages", "type": "array" } }, "required": [ "messages" ], "title": "save_chat_historyArguments", "type": "object" }

Other Tools from MCP Chat Logger

Related Tools

    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/undefined/MCP_Chat_Logger'

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