Skip to main content
Glama
seungwonme

prompt-new-mcp

by seungwonme

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
saveA

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.

listC

List saved prompts in the prompts directory

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: 'list' retrieves existing prompts, while 'save' logs user messages. There is no overlap or ambiguity between these functions, making it easy for an agent to choose the correct tool based on the task.

Naming Consistency5/5

Both tool names follow a simple, consistent verb-only pattern ('list' and 'save'), which is clear and predictable. There are no deviations in naming style, making the set easy to understand at a glance.

Tool Count2/5

With only 2 tools, the server feels thin for a prompt management system. While 'list' and 'save' cover basic logging and retrieval, there are obvious gaps like updating, deleting, or searching prompts, which limits functionality for the domain.

Completeness2/5

The tool surface is severely incomplete for prompt management. It lacks essential operations such as update, delete, search, or get specific prompts, leaving agents unable to perform full CRUD workflows. The 'save' tool's mandatory use for logging also seems misaligned with typical prompt management tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues