Skip to main content
Glama

Vérifier un titre professionnel / Which regulator governs this title

verifier_titre

Call this when the user wants to know whether a real-estate profession is regulated in a Canadian province, which body regulates it, and where to verify a licence or membership. Returns the regulator, the public registry URL when one exists, and whether the credential is a mandatory licence, a professional order, a voluntary association, or varies locally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
provinceNoProvince name or code. Omit to get every province for that profession.
professionYesreal-estate-broker | mortgage-broker | home-inspector | notary-lawyer | appraiser (French labels accepted).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It transparently discloses the output: regulator, public registry URL when it exists, and the credential type classification. This goes beyond a vague 'returns information' and gives the agent a clear sense of the tool's behavior, though it does not highlight potential limitations or error cases.

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 long, front-loaded with the trigger condition, and every clause adds meaningful information. There is no repetition of the tool name or title.

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?

Despite having no output schema, the description enumerates the key return elements (regulator, public registry URL, credential type) and explains the optional province behavior. This is sufficient for an agent to understand the tool's scope and output without additional structured metadata.

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 both parameters are already documented in the schema. The description adds value by explaining what the tool does with those parameters (e.g., returning per-province results), but it does not add new parameter-level syntax or format details 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 ('Call this when the user wants to know whether...') and clearly identifies the resource: real-estate profession regulation in Canadian provinces. It distinguishes itself from sibling tools like trouver_expert by focusing on regulation, licensing bodies, and verification rather than finding or contacting experts.

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 opens with explicit usage guidance ('Call this when...') and outlines exactly what the tool returns. It does not mention when not to use it or name alternative sibling tools, so it falls slightly short of a 5.

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.