MCP Journaling Server

by mtct

record_interaction

Capture and store user messages and assistant responses for continuity in journaling sessions. Enables the LLM to retrieve past interactions for consistent, context-aware discussions.

Instructions

Record both the user's message and assistant's response.

Args: user_message: The user's message assistant_message: The assistant's response

Returns: str: Confirmation message

Input Schema

NameRequiredDescriptionDefault
assistant_messageYes
user_messageYes

Input Schema (JSON Schema)

{ "properties": { "assistant_message": { "title": "Assistant Message", "type": "string" }, "user_message": { "title": "User Message", "type": "string" } }, "required": [ "user_message", "assistant_message" ], "title": "record_interactionArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Journaling Server

Related Tools

ID: kiay3i2li7