Skip to main content
Glama

Find the competent Algerian consular office

locate_consular_office
Read-only

Resolve the Algerian consular office normally responsible for a residence in France. Accepts a postal code, department number, city, or office name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoResponse language: Arabic, Tamazight (Kabyle), English, or French.fr
residenceYesFrench postal code, department number, city, or consular office name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
officeYes
matchedYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe-read nature is clear. The description adds that it resolves the 'normally responsible' office, implying a deterministic mapping based on jurisdiction. No contradictions.

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 short sentences: first states the core purpose, second lists acceptable inputs. No waste, front-loaded with the key action and resource.

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 lookup tool with an output schema and annotations, the description covers purpose and input sufficiently. It could mention handling of invalid inputs (e.g., unknown codes), but overall it is adequate given the context signals.

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%; both parameters have descriptions in the schema. The tool description repeats the input types already in the schema ('postal code, department number, city, or office name') without adding new semantic detail, so baseline 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 tool resolves the competent Algerian consular office for a residence in France. It specifies the types of inputs accepted (postal code, department number, city, office name), distinguishing it from siblings like list_consular_offices or search_consular_procedures.

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 use when needing to find the responsible office for a residence, but it does not explicitly contrast with sibling tools like list_consular_offices (which might list all offices) or provide guidance on when not to use it. Lacks explicit when-not or alternatives.

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 clear, distinct purpose: retrieving procedure details, listing offices, locating an office by address, searching procedures, and showing a dossier. There is no overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_consular_procedure, list_consular_offices), making them predictable and easy to understand.

Tool Count5/5

5 tools is well-scoped for the domain of Algerian consular services. Each tool serves a necessary function without being overly numerous or sparse.

Completeness5/5

The tool set covers the primary user workflow: finding offices, locating the correct office, searching for procedures, retrieving detailed procedure info, and generating a dossier. There are no obvious gaps for a read-only information service.

Resources