Advanced Prompting Engine
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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):
|
| 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
| Name | Description |
|---|---|
| orient | Understand the philosophical manifold before using it. |
| build_construction_basis | Build a complete construction basis from an intent. |
| compare_positions | Compare two intents dimensionally. |
| resolve_and_construct | Build a basis and resolve all tensions. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| axiom_manifest | The 12 philosophical faces with core questions, sub-dimensions, and action guidance. |
| schema_manifest | Current state of the graph — node/edge counts by type. |
| coordinate_schema | Schema for a valid coordinate object. |
| examples | Example 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