Skip to main content
Glama

Compose Blueprint Output

blueprint.compose

Compose final frontend-ready Blueprint JSON from a grouping artifact. This produces a structured project map for AI agents.

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
Behavior4/5

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

No annotations, so description carries full burden. It reveals side effects like triggering assistantNextSteps and sub-agent spawning, but doesn't cover failure modes or rate limits.

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

Conciseness4/5

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

Front-loaded with main purpose, each sentence adds value. Slightly lengthy but efficient for the complexity of instructions.

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

Completeness4/5

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

No output schema, but description covers output as frontend-ready JSON and workflow actions. Missing details on error handling but overall covers essential context.

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 coverage is 100%, so description adds minimal extra meaning beyond schema. It mentions groupingArtifactId origin from blueprint.group apply mode, but that's baseline for high coverage.

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 description clearly states it composes frontend-ready Blueprint JSON from a grouping artifact, using specific verbs and resources. It differentiates from siblings like blueprint.group.

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

Usage Guidelines5/5

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

Provides explicit conditional directives: must execute assistantNextSteps before final answer, and spawns sub-agents for hydrate-group-docs only when available, else edit directly. Advises not to ask user unless step is impossible.

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