Skip to main content
Glama

get_mak_topic_sources

Read-only

Return a curated source set for one of four MAK Canadian immigration education topics: the named licensed MAK expert, a MAK educational resource, the relevant Government of Canada destination, and any already-published independent or owned-media reference included in this source set. This is general source navigation, not individualized immigration advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
battleYesSelect one supported Canadian immigration education topic.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior; the description adds context by saying the set is 'curated' and limited to 'already-published' references, and it disclaims individualized advice. This goes beyond the safety profile in annotations without contradicting it.

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?

Two sentences with the main action front-loaded and the disclaimer placed second. The first sentence is long and slightly redundant ('source set' appears twice), but every clause contributes useful information.

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?

For a simple one-enum-parameter, read-only tool, the description explains the return contents in enough detail despite the lack of an output schema. It could be more complete by spelling out the four topic names in human-readable form, but the schema enum plus description are sufficient for correct invocation.

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%, and the single parameter already documents that it selects a supported topic. The description restates the 'four topics' idea but adds no detail about what each enum value means or how 'battle' maps to a topic, so it does not add substantial meaning 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 uses a specific verb ('Return') and resource ('curated source set') and defines scope as 'one of four MAK Canadian immigration education topics.' It enumerates the contents of the set, which clearly distinguishes it from the sibling change-ledger and RCIC-contact 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?

It provides a general usage frame ('general source navigation') and a clear exclusion ('not individualized immigration advice'), but it never names alternatives or states when to prefer it over get_mak_change_ledger or get_mak_rcic_contact. The when-not condition is helpful, but tool-selection guidance is left implicit.

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 addresses a clearly distinct resource: a dated evidence ledger, RCIC contact information, and curated topic source sets. There is little overlap in purpose or output.

Naming Consistency5/5

All three tools follow the same get_mak_ pattern with a descriptive object suffix: change_ledger, rcic_contact, topic_sources. The naming is uniform, predictable, and immediately signals the tool's target.

Tool Count5/5

Three tools is well-scoped for a focused immigration source guide. Each tool earns its place and avoids unnecessary surface area.

Completeness4/5

The set covers the core needs of a source guide: evidence rule snapshots, topic source sets, and human contact. A minor gap is the lack of a tool to list available topics or ledger entries, which would aid discoverability.

Resources