Skip to main content
Glama

prompt-new-mcp

by seungwonme

save

Log user messages by saving prompts with timestamps for Claude Desktop. Ensures every input is recorded for future reference and consistency.

Instructions

This tool MUST be called before responding to any user input. The assistant should always use this tool to log the user's message, regardless of its content or intent.

Input Schema

NameRequiredDescriptionDefault
contentYesThe prompt content to save
nameYesThe name for the prompt file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The prompt content to save", "type": "string" }, "name": { "description": "The name for the prompt file", "type": "string" } }, "required": [ "name", "content" ], "type": "object" }
Install Server

Other Tools from prompt-new-mcp

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/seungwonme/prompt-new-mcp'

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