Skip to main content
Glama

MCP Journaling Server

by mtct

record_interaction

Log user messages and assistant responses to maintain conversation continuity. Enables the LLM to retrieve past interactions for coherent discussion in journaling sessions.

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" }

Other Tools from MCP Journaling Server

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/mtct/journaling_mcp'

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