Skip to main content
Glama
Connectry-io

Connectry Architect Cert

Official

capstone_build_step

Guide users through 18 progressive capstone build steps by taking quizzes, completing builds, and advancing with progress tracking.

Instructions

Drive your guided capstone build — quiz, build, and advance through 18 progressive steps.

IMPORTANT:

  • When presenting quiz questions, use AskUserQuestion with header "Answer" for A/B/C/D selection. If code is in the scenario, add preview fields.

  • After grading a quiz answer, FIRST show the result (correct/incorrect, explanation) as REGULAR CHAT TEXT so the user can read it. THEN present follow-up options or the next question via AskUserQuestion. Explanations must NOT be hidden behind cards.

  • When presenting action choices (quiz/build/next), use AskUserQuestion with header "Action".

PROGRESS TRACKING:

  • On "confirm": Create a TodoWrite checklist with all 18 build steps, all set to "pending".

  • On "next": Update the completed step to "completed" and the new current step to "in_progress".

  • This gives the user a visual build progress tracker.

EDGE CASES:

  • "Other": Answer the question, then re-present the current options via AskUserQuestion.

  • "Skip": During quiz, treat as moving to the build phase. During build, treat as advancing to next step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe build action: confirm, quiz, build, next, status, or abandon
Behavior5/5

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

Since no annotations are provided, the description fully discloses behavioral traits. It details progress tracking (creating/updating TodoWrite checklist), edge case handling (Other: re-present options; Skip: advance step), and presentation rules (use AskUserQuestion with headers, show results as chat text). This goes beyond basic annotations and prepares the agent for correct behavior.

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?

The description is moderately long but well-organized with clear sections (IMPORTANT, PROGRESS TRACKING, EDGE CASES). It front-loads the main purpose and provides necessary details without unnecessary verbosity. Each section adds value, though some repetition could be trimmed.

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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description is very comprehensive. It covers all actions, progress tracking, presentation guidelines, and edge cases. Missing details like error handling or out-of-order calls are minor gaps, but the description is sufficient for most use cases.

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

Parameters4/5

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

The input schema has 100% coverage for the single 'action' parameter. The description adds significant meaning beyond the schema by explaining the effect of each enum value (e.g., 'confirm' creates a checklist, 'next' updates progress). This contextual mapping helps the agent choose the correct action.

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 the tool's purpose: 'Drive your guided capstone build — quiz, build, and advance through 18 progressive steps.' It uses a specific verb ('drive') and identifies the resource ('guided capstone build'). This distinguishes it from sibling tools like 'capstone_build_status' (status check) and 'start_capstone_build' (initialization).

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to use AskUserQuestion with specific headers ('Answer', 'Action'), how to display quiz results, and how to handle progress tracking via TodoWrite. It also covers edge cases for 'Other' and 'Skip'. However, it does not explicitly state when not to use this tool or mention alternatives among siblings, such as when to use 'capstone_build_status' instead.

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/Connectry-io/connectrylab-architect-cert-mcp'

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