Skip to main content
Glama
ugmurthy

PromptDB MCP Server

by ugmurthy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for SSE transport. Default is 3000.3000
TRANSPORT_TYPENoTransport type: 'stdio' or 'sse'. Default is 'stdio'.stdio

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
listPromptsA

List all available prompts with their content and versions

getPromptA

Retrieve a prompt by task name

setPromptA

Create or update a prompt for a task

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct role: listPrompts returns all prompts, getPrompt retrieves a single prompt by task name, and setPrompt creates or updates a prompt. There is no meaningful overlap or ambiguity between these operations.

Naming Consistency5/5

All three tool names follow a consistent camelCase verb-noun pattern: listPrompts, getPrompt, setPrompt. The naming makes each tool's behavior predictable and easy to infer.

Tool Count5/5

Three tools is well-scoped for a focused prompt management server. Each tool covers a core operation and none feel redundant or unnecessary.

Completeness3/5

The set covers listing, reading, and creating/updating prompts, but there is no delete operation, which leaves the CRUD lifecycle incomplete. Version information is mentioned in listPrompts but there is no dedicated tool for managing or retrieving specific versions.

Maintenance

ActivityInactive
ResponsivenessNo issues