Skip to main content
Glama

OathReady: Canadian Citizenship Test

Server Details

Canadian citizenship test practice: verified questions, mock tests, IRCC stats, eligibility tools.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 10 of 10 tools scored. Lowest: 3.5/5.

Server CoherenceA
Disambiguation4/5

Most tools have distinct purposes with clear descriptions, though a few (e.g., get_test_info and get_test_day_guide) could cause minor confusion without careful reading.

Naming Consistency3/5

8 out of 10 tools follow a consistent 'get_' prefix pattern, but calculate_presence and check_answer break the convention, creating a mixed style.

Tool Count5/5

10 tools is well-scoped for the domain, covering eligibility, study, test day, and statistics without being overwhelming.

Completeness4/5

Covers all major user needs for the citizenship test journey, but lacks a way to search for specific topics or track progress.

Available Tools

10 tools
calculate_presenceCalculate physical presenceA
Read-onlyIdempotent
Inspect

Calculate physical presence for Canadian citizenship eligibility (the 1,095-days-in-5-years rule, including the pre-PR half-day credit capped at 365). Dates are YYYY-MM-DD. Returns eligibility as of the application date plus any shortfall. This is an estimate, not legal advice; the full interactive calculator is at https://oathready.ca/presence-calculator.

ParametersJSON Schema
NameRequiredDescriptionDefault
pr_dateYesDate the person became a permanent resident
absencesNoTrips outside Canada (departure and return days count as present)
application_dateNoPlanned application date (defaults to today)
temporary_resident_fromNoIn Canada since this date as a temporary resident/protected person, if any

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteYes
pr_daysYes
eligibleYes
pre_pr_creditYes
required_daysYes
shortfall_daysYes
full_calculatorYes
pre_pr_credit_capYes
total_credited_daysYes
pre_pr_physical_daysYes
absence_days_deductedYes
Behavior4/5

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

Annotations indicate readOnlyHint=true and idempotentHint=true, and the description adds behavioral details: returns eligibility and shortfall, dates in YYYY-MM-DD, and the estimate nature. No contradiction with annotations.

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?

The description is concise, front-loaded with the core purpose, and each sentence adds value. It is appropriately sized with no unnecessary words.

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 complexity (legal rule, multiple parameters, output schema), the description covers the essentials: calculation rule, date format, output (eligibility and shortfall), and a link to the full calculator. It is fairly complete.

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%, so the baseline is 3. The description does not add parameter-specific meaning beyond the schema but provides overall context (date format, rule details). This is adequate.

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 calculates physical presence for Canadian citizenship eligibility with specific details (1,095-days rule, half-day credit). It uses a specific verb and resource, distinguishing it from sibling tools like get_citizenship_stats or get_journey_stats.

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 context for usage (eligibility estimation) and includes a disclaimer that it's not legal advice. However, it does not explicitly state when not to use it or mention alternatives among sibling tools, though none are directly related.

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

check_answerCheck or look up an answerA
Read-onlyIdempotent
Inspect

Look up a bank question and optionally grade an answer to it. Accepts a question id (exact) OR remembered question text (fuzzy matched against all questions and their alternate phrasings). Typical uses: grading long after a question was fetched, or a user half-remembering a question from their real test and wanting the verified answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
answerNoThe user's answer to grade, if they have one
question_idNoThe question id, e.g. q-042 (exact match)
question_textNoThe question as the user remembers it (fuzzy matched); used when no id is given

Output Schema

ParametersJSON Schema
NameRequiredDescription
questionYes
web_pageYes
explanationYes
question_idYes
correct_answerYes
match_confidenceYes
your_answer_correctYesnull when no answer was provided to grade
other_possible_matchesYesRunner-up matches when the text match was not certain
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description does not need to repeat that. It adds behavioral details like fuzzy matching and the two input modes, but does not provide extensive new information beyond the schema. There is no contradiction with annotations.

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?

The description consists of two concise sentences. The first sentence states the core function, and the second adds relevant usage context. Every sentence earns its place with no redundancy or fluff.

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 complexity of three optional parameters, fuzzy matching, and the existence of an output schema, the description covers essential aspects: identification methods, grading option, fuzzy matching behavior, and typical uses. It could add more details on return format or matching thresholds, but the presence of an output schema partially mitigates this.

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?

Schema coverage is 100%, so each parameter has a description. The tool description adds context on when to use question_id vs question_text, explains fuzzy matching, and clarifies that answer is optional. This goes beyond the raw schema, justifying a score above baseline.

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: to look up a bank question and optionally grade an answer. It specifies two identification methods (exact question id or fuzzy-matched remembered text) and provides typical use cases, distinguishing it from sibling tools that deal with stats, guides, or full tests.

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 specific typical uses (grading long after fetching, or verifying a half-remembered question) but does not explicitly contrast with sibling tools or state when not to use. However, the context is sufficient for an agent to infer appropriate scenarios.

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

get_citizenship_statsGet new-citizen statisticsA
Read-onlyIdempotent
Inspect

Official IRCC statistics on new Canadian citizens: monthly counts, yearly totals, and top countries of birth. Source: IRCC open data (Open Government Licence - Canada), rounded to the nearest 5. Cite https://oathready.ca/citizenship-statistics when using these numbers.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
citeYes
sourceYes
monthlyYes
retrievedYes
year_totalsYes
latest_full_yearYes
top_countries_of_birthYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds useful behavioral details: data is rounded to the nearest 5, sourced from IRCC open data under a specific license, and requires citation. This goes beyond the annotations without contradicting them.

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?

The description is two sentences, front-loaded with the purpose, and includes only essential information (source, rounding, citation). Every sentence earns its place.

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 zero parameters, an output schema presumably covers return values, and annotations cover safety, the description is fully complete. It specifies data rounding and citation, which are critical for correct use.

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?

There are no parameters, so the baseline is 4. The description does not need to explain parameters, and no additional semantics beyond the schema are necessary.

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 retrieves official IRCC statistics on new Canadian citizens, specifying monthly counts, yearly totals, and top countries of birth. It is highly specific and distinct from sibling tools.

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 provides context about the data source and citation requirement but does not explicitly guide when to use this tool over alternatives like get_journey_stats. Usage is implied but lacks direct comparisons or exclusions.

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

get_journey_statsGet citizenship journey timelinesA
Read-onlyIdempotent
Inspect

How long the citizenship journey takes: the official IRCC processing time plus anonymous community medians (days from application to each milestone: AOR, test invitation, test, oath) contributed by OathReady users who share their journeys. Community cohorts under 5 journeys are never published.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
stagesYes
web_pageYes
communityYesnull until enough journeys are shared
official_processing_timeYes
Behavior4/5

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

Annotations already indicate readOnly and idempotent behavior; description adds context about community contributions and privacy thresholds, complementing structured data well.

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?

Two concise sentences front-load key information with no wasted words, earning a top score.

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 presence of an output schema, the description sufficiently explains the tool's data source and content, covering the needed context.

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?

No parameters exist, so baseline 4 applies; description correctly avoids unnecessary detail, and schema coverage is 100%.

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 specifies the tool provides citizenship journey timelines, including official IRCC processing time and anonymous community medians, distinguishing it from siblings like get_citizenship_stats.

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 implies usage for timeline data and mentions data limitations (cohorts under 5 not published), but does not explicitly state when to use versus alternatives.

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

get_mock_testGet a full mock testA
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
countNoHow many questions (real test is 20)
topicNoLimit to one study topic
provinceNoInclude region-specific questions for this province or territory

Output Schema

ParametersJSON Schema
NameRequiredDescription
pass_markYes
questionsYes
Behavior4/5

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

Annotations indicate readOnlyHint: true, and the description confirms it returns questions with answer keys and explanations, which is consistent. It adds behavioral instructions (quizmaster role) beyond what annotations provide, with no contradiction.

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 informative and front-loaded with the core purpose. It is slightly verbose but every sentence adds value, making it effective without being overly long.

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 presence of an output schema, the description does not need to detail return values. It adequately covers the tool's behavior and usage context, including the quizmaster role and pass/fail verdict.

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?

Schema coverage is 100% with descriptions for all parameters. The description adds context (real test is 20 questions, pass mark 15) that enhances understanding of the count parameter and overall test structure, going beyond the schema.

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 gets a full mock Canadian citizenship test in real exam format. It distinguishes from siblings like 'get_practice_question' which likely returns a single question, and 'get_test_info' for test information.

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 usage guidance by instructing the agent to act as quizmaster, present questions one at a time, and keep score. It implies when to use (for a full mock test) but does not explicitly mention alternatives or when not to use.

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

get_oath_guideGet the oath ceremony guideA
Read-onlyIdempotent
Inspect

What happens at the Canadian citizenship oath ceremony: the oath text, what to bring, how the day unfolds (video and in-person), and first steps as a new citizen. Verified against official IRCC guidance.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
bringYes
formatsYes
web_pageYes
oath_textYes
dress_codeYes
oath_notesYes
what_happensYes
after_the_ceremonyYes
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint as true. The description adds no behavioral traits beyond stating it is 'verified against official IRCC guidance,' which builds trust but does not contradict annotations. Adequate for a read-only informational tool.

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?

The description is two sentences, efficiently front-loaded with the core purpose ('What happens at the Canadian citizenship oath ceremony'). Every sentence adds value: first sentence lists content, second notes verification. No wasted words.

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 no parameters, existing output schema, and annotations, the description fully covers what the tool does. It specifies scope, content, and verification source. No additional information is needed for an agent to use it correctly.

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?

No parameters are defined in the input schema (schema coverage 100% trivially). The description compensates by explaining the tool's purpose and content, providing meaning beyond the empty schema. Baseline 4 per guidelines for 0 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 the tool provides information about the Canadian citizenship oath ceremony, including specific topics like oath text, what to bring, and ceremony flow. It distinguishes itself from sibling tools (e.g., get_study_guide, get_test_info) by focusing on the oath ceremony.

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?

No explicit guidance on when to use this tool versus alternatives. The context of sibling tools and the specific topic imply usage for oath ceremony info, but no direct comparisons or exclusions are stated.

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

get_practice_questionGet a practice questionA
Read-only
Inspect

Get one random Canadian citizenship test practice question from OathReady's verified bank (based on the official Discover Canada guide). Returns the question, shuffled options, the correct answer, and an explanation. Act as quizmaster: show the user ONLY the question and options, wait for their pick, then grade it and share the explanation.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNoLimit to one study topic
provinceNoInclude region-specific questions for this province or territory

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYesStable question id, e.g. q-042
topicYes
sourceYes
optionsYesAnswer choices in display order
questionYes
web_pageYesThis question's page on oathready.ca
explanationYes
correct_answerYesDo not reveal until the user has answered
Behavior5/5

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

Discloses randomness, shuffled options, return of correct answer and explanation, and the expected interactive flow. Annotations (readOnlyHint=true) are consistent and description adds value beyond them.

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 concise sentences front-loaded with purpose and return information, followed by usage instruction. No wasted words.

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 tool's simplicity and the presence of an output schema, the description fully covers what the tool does, what it returns, and how to use it interactively.

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% with good descriptions for topic and province. The tool description adds context about the question bank but does not elaborate on parameter usage beyond what schema provides, meeting the baseline.

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 retrieves one random practice question from a verified bank, lists return fields (question, options, answer, explanation), and distinguishes from siblings like get_mock_test.

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?

Explicitly instructs the agent to act as quizmaster: show only question and options, wait for user's pick, then grade and share explanation. This provides clear when-to-use and how-to-use guidance.

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

get_study_guideGet a topic study guideA
Read-onlyIdempotent
Inspect

Get OathReady's study-guide content for one citizenship test topic: an overview and the bite-size facts most commonly tested, verified against the official Discover Canada guide.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesThe study topic

Output Schema

ParametersJSON Schema
NameRequiredDescription
titleYes
topicYes
overviewYes
web_pageYes
key_factsYes
practice_questions_in_topicYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=false, and idempotentHint=true. The description adds a quality claim about being 'verified against the official Discover Canada guide' but does not disclose any behavioral aspects beyond what annotations provide. The bar is lowered due to annotations, and the description adds some value but not substantial behavioral context.

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 single, well-structured sentence that front-loads the purpose. It is concise and clear, containing no redundant information. A slightly higher score would require even more efficiency or better organization, but it is already well-crafted.

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 that an output schema exists, the description does not need to explain return values. It covers the basic purpose and quality of the content. However, given the complexity of the tool set with multiple sibling guides, it lacks usage guidance and could be more complete in directing the agent.

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% with a single enum parameter 'topic' described as 'The study topic'. The description mentions 'topic' in context but does not add any additional meaning or constraints beyond the enum values listed in the schema. Baseline score of 3 is appropriate.

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 verb 'get', the resource 'study-guide content for one citizenship test topic', and specifies the content includes an overview and bite-size facts verified against an official guide. This distinguishes it from sibling tools like 'get_oath_guide' and 'get_mock_test'.

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?

The description does not provide any guidance on when to use this tool versus alternatives such as 'get_oath_guide' or 'get_mock_test'. It fails to mention conditions, prerequisites, or exclusions, leaving the agent without context for selection.

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

get_test_day_guideGet the test day guideA
Read-only
Inspect

Practical guidance for Canadian citizenship test day, plus what recent test-takers actually reported: hot topics that came up a lot lately and short anonymous tips from real reports on OathReady.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
beforeYes
duringYes
web_pageYes
recent_reportsYes
online_test_factsYes
recently_hot_topicsYes
Behavior4/5

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

Annotations declare readOnlyHint=true, consistent with a retrieval tool. The description adds context about content (hot topics, tips) beyond annotations.

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?

Single sentence, front-loaded with purpose, no redundancy.

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?

With no input parameters and an output schema, the description fully conveys what the tool returns.

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?

No parameters exist; schema coverage is 100% trivially. Baseline score of 4 is appropriate 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 the tool provides 'Practical guidance for Canadian citizenship test day' plus recent test-taker reports, distinguishing it from siblings like get_oath_guide or get_study_guide.

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 implies usage for test day guidance but does not explicitly state when to use or exclude alternatives.

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

get_test_infoGet test and oath factsA
Read-onlyIdempotent
Inspect

Key facts about the Canadian citizenship test and oath: format, pass mark, who must take it, how scheduling works, and what happens at the ceremony. Verified against official IRCC sources.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
oathYes
testYes
practiceYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so no additional safety disclosure needed. The description adds that content is verified against official IRCC sources, which implies reliability but does not add behavioral traits beyond annotations.

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?

Two sentences: first front-loads the key topics, second adds credibility. No wasted words, appropriate length for an info tool.

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?

Tool has output schema, so return structure is covered. Description lists included topics sufficiently. Could hint at whether output is a summary or detailed, but given simplicity, it is mostly complete.

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?

No parameters exist; schema coverage is 100% (empty). The description compensates by detailing the topics covered (format, pass mark, etc.), providing meaningful context for what the tool returns.

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?

Description clearly states the tool returns key facts about the Canadian citizenship test and oath, listing specific topics like format, pass mark, scheduling, and ceremony. It distinguishes itself from siblings (e.g., get_mock_test, get_oath_guide) by focusing on general facts rather than specific practice or guidance.

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?

No explicit when-to-use or when-not-to-use guidance. The description implies it is for general factual reference, but does not direct the agent away from using more specific sibling tools like get_mock_test or get_oath_guide when appropriate.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources