Skip to main content
Glama

Idb Check Mdb Debarment

idb_check_mdb_debarment
Read-onlyIdempotent

Check whether a person or firm name appears on the multilateral development bank cross-debarment list — IDB's own debarment/sanctions list PLUS the cross-debarred lists of the World Bank Group, Asian Development Bank, African Development Bank, and EBRD, which the five banks mutually enforce. Answers "is this vendor debarred" for procurement due-diligence. Matching is accent- and case-insensitive (handles Spanish/Portuguese diacritics like "González" vs "Gonzalez") and requires every word of the query name to appear in a record — so a full name narrows results, a bare surname broadens them. Returns each match's entity type, nationality, sanction dates, prohibited practice, and which bank's list it came from. Keyless, ~1,300 records, queried live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPerson or firm name to check, e.g. "Ricardo Reynoso Gonzalez" or "Consultora Tecnodinamica". Accents optional.
limitNoMax matches to return (1-50). Default 10.
sourceNoOptional filter to one issuing bank, e.g. "IDB", "WBG", "ADB", "AfDB", "EBRD" (partial match against the source label).
entity_typeNoOptional filter: "Individual" or "Firm".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds significant behavioral context beyond those annotations: accent- and case-insensitive matching, the requirement that every query word appear in a record, the full-name-versus-surname tradeoff, live querying, record volume, and keyless access. There is no contradiction with the 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 information-dense but every sentence earns its place: scope, purpose, matching behavior, return fields, and operational characteristics are covered without repetition. It is front-loaded with the core purpose and then layers useful detail in a logical order.

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 lists the specific return fields: entity type, nationality, sanction dates, prohibited practice, and originating bank. It also explains matching behavior, live data, scale, and keyless access, so an agent has enough context to invoke the tool and interpret results correctly.

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 description coverage is 100%, so the schema already documents all four parameters. The description adds valuable meaning for the `name` parameter by explaining matching semantics and the tradeoff between full names and bare surnames. It does not add anything specific to `limit`, `source`, or `entity_type`, but those are already well described in 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 clearly states a specific verb and resource: 'Check whether a person or firm name appears on the multilateral development bank cross-debarment list.' It explains which banks' lists are included and frames the exact question it answers ('is this vendor debarred'), making it easy to distinguish from sibling IDB search tools like idb_search_notices and idb_search_awards.

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 gives clear usage context: it is for 'procurement due-diligence' vendor screening. It does not explicitly name alternatives or say when not to use it, but the phrasing 'Answers "is this vendor debarred"' provides enough situational guidance for an agent to select it appropriately.

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.