Skip to main content
Glama

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

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
generate_promptA

Generate a deployment-ready AI agent system prompt using Prompt Forge's v2 engine. Returns a complete 8-section system prompt (Identity, Capabilities, Guidelines, Domain Knowledge, Interaction Protocol, Output Format, Constraints, First Message). Requires ANTHROPIC_API_KEY environment variable.

list_agentsA

List all 251 Prompt Forge agents grouped by industry. Returns agent names and descriptions. Use this to discover available agents before calling generate_prompt.

list_industriesA

List all 41 Prompt Forge industries with agent counts and Pro-only status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: generating prompts, listing agents, and listing industries. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (generate_prompt, list_agents, list_industries).

Tool Count4/5

Three tools is a compact but reasonable set for a focused prompt generation server, covering the essential workflow without being too sparse.

Completeness4/5

The tool set covers the core tasks: discovering industries and agents and generating a prompt. A minor gap might be a 'get_agent' tool for more detail, but not essential.

Maintenance

ActivityInactive
ResponsivenessNo issues