Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
create_prompt_basisA

Measure intent across 12 philosophical dimensions and return a construction basis.

Use this before constructing any prompt where dimensional precision, philosophical coherence, or systematic completeness matters.

Provide either 'intent' (natural language) or 'coordinate' (JSON object with 12 faces, each having x, y, weight).

Output modes (mutually exclusive, focused takes priority):

  • Default: full output (~50KB) with all pipeline data

  • compact=true: summary fields only (~2KB)

  • focused=true: guidance-centric output (~500 bytes) with dominant dimensions, gaps, resonance, and coherence — what a prompt engineer needs

explore_spaceC

Explore the philosophical manifold. Operations: list_faces, list_constructs, get_construct, get_neighborhood, find_path, get_spoke, stress_test, triangulate.

extend_schemaC

Add constructs or relations to the graph. Contradiction detection is automatic.

Operations: add_construct, add_relation.

interpret_basisA

Interpret a construction basis produced by create_prompt_basis.

Takes the JSON output from create_prompt_basis and returns a plain-language interpretation of the philosophical measurement. Extracts the guidance section and formats it as readable text with dominant dimensions, gaps, and strongest resonance.

Prompts

Interactive templates invoked by user choice

NameDescription
orientUnderstand the philosophical manifold before using it.
build_construction_basisBuild a complete construction basis from an intent.
compare_positionsCompare two intents dimensionally.
resolve_and_constructBuild a basis and resolve all tensions.

Resources

Contextual data attached and managed by the client

NameDescription
axiom_manifestThe 12 philosophical faces with core questions, sub-dimensions, and action guidance.
schema_manifestCurrent state of the graph — node/edge counts by type.
coordinate_schemaSchema for a valid coordinate object.
examplesExample intents with interpretations to demonstrate engine usage.

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/JoshuaRamirez/advanced-prompting-engine'

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