Skip to main content
Glama
Connectry-io

Connectry Architect Cert

Official

start_practice_exam

Begin a 60-question practice exam with domain-based progress tracking and scoring on a 0-1000 scale.

Instructions

Start a full 60-question practice exam (D1:16, D2:11, D3:12, D4:12, D5:9). Scored 0-1000, passing 720.

IMPORTANT — present the first question using AskUserQuestion:

  • header: "Q1"

  • question: Include the FULL scenario + question text

  • options: 4 items with label "A"/"B"/"C"/"D" and description as option text

  • If code in scenario, add preview field on options Then call submit_exam_answer with the answer.

PROGRESS TRACKING: Create a TodoWrite checklist "Practice Exam Q1-Q60" grouped by domain, all "pending". Update each to "completed" after grading.

EDGE CASES:

  • "Other": Answer the question, re-present the SAME exam question via AskUserQuestion.

  • "Skip": Move to next exam question without grading. Never break the flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: exam start, scoring, question presentation flow, progress tracking via TodoWrite, and edge case handling. Very transparent.

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?

Well-structured with sections (IMPORTANT, PROGRESS TRACKING, EDGE CASES) and front-loaded with key exam specs. Slightly verbose but necessary detail for a complex tool.

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?

Covers all aspects: exam specs, first question flow, progress tracking, edge cases. No output schema, but return behavior is implied. Complete for the tool's complexity.

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?

Input schema has no parameters (empty), so description adds no param info beyond schema. Baseline 4 applies for zero parameters.

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 starts a full 60-question practice exam with domain breakdown and scoring details. It distinguishes itself from sibling tools like start_assessment and submit_exam_answer.

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?

Provides explicit instructions on how to present the first question via AskUserQuestion, details progress tracking, and covers edge cases (Other, Skip). However, lacks explicit guidance on when NOT to use this tool vs alternatives.

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