Server Details
Visual AI prompt builder that decomposes any raw prompt into 12 semantic blocks (role, context, objective, constraints, examples, etc.) and recompiles them into Claude-optimized XML. Exposes decompose_prompt and compile_prompt tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
3 toolscompile_promptInspect
Compile a list of blocks into a Claude-optimized structured XML prompt.
Takes the JSON returned by decompose_prompt (or manually crafted blocks)
and produces a ready-to-use XML prompt with a token estimate.
Args:
blocks_json: JSON-stringified list of blocks.
Each block: {"type": "role|objective|...", "content": "...",
"label": "...", "description": "...", "summary": ""}
Returns:
The compiled XML prompt with token estimate.| Name | Required | Description | Default |
|---|---|---|---|
| blocks_json | Yes |
decompose_promptInspect
Decompose a raw prompt into structured blocks (role, objective, context, constraints, etc.).
Uses AI (Claude/OpenAI) if an API key is configured on the server, otherwise
falls back to keyword-based heuristic analysis.
Returns a JSON list of blocks ready to edit or pass to compile_prompt.
Args:
prompt: The raw prompt string to decompose.
Returns:
A summary of extracted blocks + the full JSON to pass to compile_prompt.| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes |
list_block_typesInspect
List all available block types in flompt with their descriptions.
Useful to know which types to use when manually crafting blocks
to pass to compile_prompt.
Returns:
Description of each block type and the recommended canonical ordering.| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!