Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONPATHNoPath to the promptsmith/src directory to ensure modules are properly imported.
UV_LINK_MODENoThe link mode for uv, typically set to 'copy'.copy
FASTMCP_SHOW_STARTUP_BANNERNoWhether to show the startup banner for the FastMCP framework.false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
recommend_strategy

Analyze a task and recommend the optimal reasoning framework.

Returns the detected category, complexity_score, recommended framework, and alternative options.

generate_meta_prompt

Generate an optimized meta-prompt for the given task.

Analyzes the task, selects the best reasoning framework (or uses the specified one), and generates a structured prompt designed to elicit high-quality reasoning.

log_execution_feedback

Log feedback about how a generated prompt performed.

Used to track effectiveness and improve framework selection over time.

list_available_frameworks

List all available reasoning frameworks with their descriptions.

Use this to understand what frameworks are available and when each is best used.

get_usage_stats

Get usage statistics for PromptCore.

Shows total prompts generated, distribution by framework and category, and average complexity scores.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_recent_logsGet the most recent reasoning logs.

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/BlinkVoid/PromptSmith'

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