Skip to main content
Glama

Compose Blueprint Output

blueprint.compose

Compose the final frontend-ready Blueprint JSON from a grouping artifact, producing structured project maps with summaries and group documentation.

Instructions

Compose the final frontend-ready Blueprint JSON from a grouping artifact. If the response contains assistantNextSteps with required=true and executionPolicy=must_execute_before_final_response, the assistant must execute those steps before giving the user a final answer. For hydrate-group-docs, spawn one sub-agent per target group doc when sub-agents are available; otherwise edit the target docs yourself. Do not ask the user unless the required step is impossible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupingArtifactIdYesArtifact ID returned by blueprint.group apply mode
languageNoLanguage to use for Blueprint JSON summaries and group Markdown docs. Defaults to English.English
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully details behavioral traits: conditions for executing assistantNextSteps, sub-agent spawning for hydrate-group-docs, and the prohibition on asking the user unless impossible. This is highly transparent and actionable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, no fluff. Purpose is front-loaded, behavioral instructions follow logically. Every sentence adds necessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple parameter set (2 params, no nested objects, no output schema), the description covers the core function and provides comprehensive behavioral rules, making it sufficient for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, providing baseline info for both parameters. The description does not add new meaning beyond what the schema already states about groupingArtifactId and language.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence clearly states the verb 'Compose' and the resource 'frontend-ready Blueprint JSON' from a grouping artifact, defining a distinct purpose that differentiates from sibling tools like blueprint.group, blueprint.scan, etc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The description only provides internal behavioral instructions (e.g., how to handle assistantNextSteps and hydrate-group-docs), not tool selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/engincankaya/blueprint'

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