Skip to main content
Glama

AI Conversation Logger

by fablefang

log_conversation

Log and structure AI conversations with user requests, execution plans, summaries, and file operations in a markdown format for easy retrieval and project continuity.

Instructions

记录AI对话 - 所有会话都要记录

使用规范: • userRequest: 用户原始需求+上传文件说明 • aiTodoList: 你的执行计划清单(即使只是查看也要列出) • aiSummary: 你的操作总结(3-5句话,包括解释、分析等) • fileOperations: 文件操作总结,格式:"动作 文件路径 - 说明"(可为空) • title: 对话标题(可选) • tags: 标签数组(可选)

Input Schema

NameRequiredDescriptionDefault
aiSummaryYesAI的操作总结(3-5句话,包括解释、分析等)
aiTodoListYesAI的执行计划清单(即使只是查看也要列出)
fileOperationsNo文件操作总结,格式:"动作 文件路径 - 说明"(可为空)
projectNo项目名(可选,自动检测)
tagsNo标签数组(可选)
titleNo对话标题(可选)
userRequestYes用户原始需求 + 上传文件说明

Input Schema (JSON Schema)

{ "properties": { "aiSummary": { "description": "AI的操作总结(3-5句话,包括解释、分析等)", "type": "string" }, "aiTodoList": { "description": "AI的执行计划清单(即使只是查看也要列出)", "items": { "type": "string" }, "type": "array" }, "fileOperations": { "description": "文件操作总结,格式:\"动作 文件路径 - 说明\"(可为空)", "items": { "type": "string" }, "type": "array" }, "project": { "description": "项目名(可选,自动检测)", "type": "string" }, "tags": { "description": "标签数组(可选)", "items": { "type": "string" }, "type": "array" }, "title": { "description": "对话标题(可选)", "type": "string" }, "userRequest": { "description": "用户原始需求 + 上传文件说明", "type": "string" } }, "required": [ "userRequest", "aiTodoList", "aiSummary" ], "type": "object" }
Install Server

Other Tools from AI Conversation 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/fablefang/ai-conversation-logger-mcp'

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