Skip to main content
Glama

Search Algerian consular procedures

search_consular_procedures
Read-only

Search the Bab Aljazair catalogue of Algerian consular procedures. Use this to resolve procedure IDs from the user’s natural-language intent. Optionally include an office to expose the research level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
themeNo
languageNoResponse language: Arabic, Tamazight (Kabyle), English, or French.fr
officeIdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
resultsYes

TDQS

A4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, confirming safe read operation. Description adds context that including an office changes the research level, which is useful behavioral insight 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, front-loaded with verb and purpose, no redundant information. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Output schema exists so return values need not be explained. However, description lacks info on how query vs theme work, how limit affects results, and interaction between parameters, leaving gaps for a search tool with 5 parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 20% (only language has description). Tool description only mentions officeId ('optionally include an office') and does not explain query, theme, limit, or language. Fails to compensate for low schema coverage.

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 verb 'Search', resource 'catalogue of Algerian consular procedures', and purpose 'resolve procedure IDs from natural-language intent'. Distinguishes from sibling tools like get_consular_procedure (retrieve specific) and list_consular_offices.

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?

Explicitly states when to use ('resolve procedure IDs from user natural-language intent'). Mentions optional inclusion of office to 'expose research level', but does not provide when-not-to-use or direct comparison to siblings, though context implies distinctions.

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