Skip to main content
Glama

Get an office-aware consular procedure

get_consular_procedure
Read-only

Return the concise, office-aware checklist data for one consular procedure without rendering a widget. Preserve the research disclosure in any explanation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoResponse language: Arabic, Tamazight (Kabyle), English, or French.fr
officeIdYesConsular office identifier returned by an office tool.
applicantsNoOptional applicants used to tailor person-specific requirements.
procedureIdYesProcedure identifier returned by the search tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeYes
officeYes
researchYes
checklistYes
procedureYes
requirementsYes
applicantCountYes

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, indicating a safe read operation. The description adds valuable behavioral context: it explicitly says the tool returns checklist data 'without rendering a widget' (so no UI side effects) and instructs to 'preserve the research disclosure in any explanation', which is a specific behavior not covered by 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?

The description is two concise sentences with no filler. It front-loads the primary purpose and adds one critical behavioral instruction. Every word earns its place.

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?

Given the presence of an output schema (rendering return value explanation unnecessary) and detailed parameter descriptions, the description is nearly complete. It could briefly note that the 'applicants' parameter is optional for personalizing requirements, but overall it provides sufficient context for an AI agent.

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%, with detailed descriptions for all 4 parameters (language, officeId, applicants, procedureId). The description does not provide additional meaning beyond what the schema already communicates, so a baseline score of 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 returns 'concise, office-aware checklist data for one consular procedure' without rendering a widget, distinguishing it from sibling tools like search_consular_procedures (which returns a list) and show_consular_dossier (which likely shows a dossier). The verb 'Return' and resource 'checklist data' are specific.

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?

Usage context is implied (to retrieve details for a specific procedure after using search_consular_procedures), but there is no explicit guidance on when not to use it or mention of alternatives. The description could be improved by noting that it is for individual procedures, not for browsing.

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