Skip to main content
Glama
charliemday

Pretty Prompt MCP Server

by charliemday

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRETTY_PROMPT_API_KEYYesAPI key from settings (pp_mcp_...)
PRETTY_PROMPT_BACKEND_URLNoFastAPI backend URLhttps://production.pretty-prompt.com
PRETTY_PROMPT_SUPABASE_URLNoSupabase project URLhttps://api.pretty-prompt.com
PRETTY_PROMPT_SUPABASE_ANON_KEYNoSupabase anon keyProduction anon key

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
list_library_promptsB

List saved prompts from the user's Pretty Prompt library.

save_to_libraryA

Save a prompt to the user's Pretty Prompt library.

list_library_foldersA

List folders in the user's Pretty Prompt library. Use this before move_prompt_to_folder to get folder UUIDs. Folders are a flat list; parent_id indicates nesting (null = root).

move_prompt_to_folderA

Move a library prompt into a folder, or to the library root. Call list_library_folders first to resolve folder UUIDs. Pass folder_id=null to remove the prompt from its folder.

improve_promptA

Improve and refine a prompt using Pretty Prompt. Returns a polished prompt (flattened text plus structured sections), an explanation, and optional follow-up questions. Uses the user's prompt credits. To refine further, call again with question_answers from the follow_up_questions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/charliemday/pretty-mcp'

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