Skip to main content
Glama

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

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