Skip to main content
Glama

verify_agency_licence

Verify whether a Gulf recruitment agency is government-licensed. Look up by agency name, or by licence / facility number (e.g. a UAE MOHRE facility number or Saudi Musaned reference). Returns the licence status recorded on GCC Domestic plus the official government registry link for independent verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoOptional country filter: uae | ksa | kuwait | qatar | bahrain | oman
name_or_licenceYesAgency name (English/Arabic) or licence/facility number

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and it delivers reasonable transparency: it states that the tool returns the licence status recorded on GCC Domestic and provides an official government registry link for independent verification. It does not explicitly declare its read-only nature or describe edge-case behavior, but for a verification tool this covers the essential behavioral expectations.

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 with no fluff. The core purpose is front-loaded, followed by lookup methods and return value, all in a compact and readable form.

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?

For a two-parameter tool with no output schema, the description is complete: it explains what inputs are needed, how to use them, what the tool will return, and why the returned link matters. No critical information for calling the tool correctly is missing.

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 the baseline is 3. The description adds value by giving concrete examples of what counts as a licence/facility number (UAE MOHRE, Saudi Musaned) and clarifies the scope of the country filter, which goes beyond the schema's minimal descriptions.

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 opens with a specific verb and resource: 'Verify whether a Gulf recruitment agency is government-licensed.' It clearly distinguishes itself from sibling search tools by focusing on licence verification and the return of registry links, making its purpose unambiguous.

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 states clear lookup methods (by agency name or licence/facility number) and the context of verification. It does not explicitly name alternatives or when-not-to-use scenarios, but the purpose is distinct enough from siblings like search_agencies that usage context is effectively implied.

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
Disambiguation4/5

Each tool targets a distinct activity - orientation, salary data, agency discovery, worker browsing, and licence verification. The only minor overlap is between search_agencies and verify_agency_licence, since both return licence details and registry links, but their intent (discovery vs verification status) is clear from descriptions.

Naming Consistency5/5

All tools use a consistent snake_case verb_noun pattern: get_*, search_*, verify_*. The verbs accurately reflect the action, and there is no mixing of styles or vague names.

Tool Count5/5

Five tools is a well-scoped set for a niche domestic-worker information and verification service. There are no redundant tools, and each covers a separate user need without making the surface feel thin.

Completeness4/5

The main read-oriented workflows - orienting, comparing salaries, finding agencies and workers, and verifying licences - are covered. The only noticeable gap is a dedicated tool for fetching details for a specific worker or agency by ID; users must rely on search results or guide links.

Resources