Skip to main content
Glama

OathReady: Canadian Citizenship Test

Get a full mock test

get_mock_test
Read-only

Get a full mock Canadian citizenship test: a set of questions in the real exam format (the real test is 20 questions, pass mark 15). Returns questions with answer keys and explanations. Act as quizmaster: present one question at a time, never reveal an answer before the user commits, keep score, and give a pass/fail verdict with 15/20 as the bar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoHow many questions (real test is 20)
topicNoLimit to one study topic
languageNoLanguage for the question text (default English; French draws only from translated questions)
provinceNoInclude region-specific questions for this province or territory

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pass_markYes
questionsYes

TDQS

A3.7/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, consistent with a fetch operation. The description adds valuable behavioral context: the tool returns answer keys and explanations, and instructs the AI to never reveal answers prematurely. This goes beyond the basic annotation and helps the agent use the tool responsibly.

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 a compact three sentences with front-loaded purpose and key details. The third sentence is slightly prescriptive but earns its place by guiding quiz flow. No unnecessary words, though it could be trimmed without losing clarity.

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 has four optional parameters, an output schema, and a well-defined mock test scenario, the description covers the essentials: test format, pass mark, return content, and usage instructions. It is complete enough for an agent to understand what to expect and how to present results.

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?

All four parameters have schema descriptions (100% coverage), so the description adds only modest value: it ties the default count to the real test size and implies that topic/language/province are optional filters. No parameter-specific details are provided beyond the schema, placing this at the baseline of 3.

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

Purpose4/5

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

The description clearly states it retrieves a full mock test with answer keys and explanations, using specific details like 20 questions and pass mark 15. However, it does not explicitly distinguish this tool from siblings like 'get_practice_question' or 'get_daily_challenge', missing a chance to clarify when to use each.

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

Usage Guidelines3/5

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

The description instructs the AI to act as quizmaster and present questions one at a time, which is helpful usage guidance. However, it does not provide explicit when-to-use or when-not-to-use advice relative to sibling tools, leaving the agent to infer context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: presence calculation, question lookup/grading, stats, daily challenge, journey stats, mock test, oath guide, practice question, study guide, test day guide, and test info. Even the three question-providing tools (get_daily_challenge, get_mock_test, get_practice_question) are well-differentiated by format and intent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, with most starting with 'get_' (e.g., get_daily_challenge, get_mock_test) and two exceptions (calculate_presence, check_answer) that still adhere to the same verb_noun structure. No mixed conventions.

Tool Count5/5

11 tools is well-scoped for the Canadian citizenship test domain. It covers eligibility calculation, multiple question formats, statistics, guides, and test-day information without being overwhelming or sparse.

Completeness5/5

The tool surface covers the entire lifecycle: eligibility check (calculate_presence), study resources (practice questions, mock tests, study guide, daily challenge), reference info (test info, oath guide, test day guide), statistics, and a question-answer lookup tool. No obvious gaps for the stated purpose.

Resources