MCP Chat Logger

by AlexiFeng
Verified

save_chat_history

Preserve chat history by saving messages as Markdown files, including timestamps and optional conversation IDs for easy organization 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" }

You must be authenticated.

Other Tools from MCP Chat Logger

Related Tools

ID: 6a8m190650