Skip to main content
Glama
ramvishvas

prompt-enhancement-mcp-server

by ramvishvas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoAPI key for Gemini provider
OPENAI_API_KEYNoAPI key for OpenAI provider
ANTHROPIC_API_KEYNoAPI key for Anthropic provider
OPENROUTER_API_KEYNoAPI key for OpenRouter provider
PROMPT_ENHANCER_CONFIGNoPath to custom config file
PROMPT_ENHANCER_LOG_LEVELNoLog level: debug, info, warn, error
PROMPT_ENHANCER_DEFAULT_PROVIDERNoDefault provider to use (e.g., 'anthropic', 'openai')

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
enhance_promptC

Enhances a user prompt using AI to make it more detailed, clear, and effective

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 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of misselection or overlap. Its purpose is unambiguous.

Naming Consistency5/5

The single tool follows a clean verb_noun snake_case convention (enhance_prompt). No inconsistencies are possible with one tool.

Tool Count3/5

One tool matches the narrowly stated purpose but is thin even for that scope. There is no room for variants (e.g. tone, length, format options) that a prompt-enhancement service would plausibly offer.

Completeness3/5

The core enhancement operation is covered, but the surface is a single dead-end call with no options for enhancement style, target format, or refinement iterations. Usable but notably shallow for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues