Skip to main content
Glama

Sanções Austrália (DFAT)

sancoes_australia_consultar

Read-onlyIdempotent

Verifica se um nome consta na lista de sanções internacionais da Austrália (DFAT), para diligência de compliance e AML. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais (a mesma disponível ao cidadão), não é dado privado nem sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
NomeYes
completoNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already declare read-only and idempotent behavior. The description adds meaningful context: the tool is hosted by the platform, requires no credentials, has a pay-per-query cost with prepaid credit, and accesses only public data. It also clarifies the client's LGPD data controller responsibility. These go beyond 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph with four sentences, each providing a distinct piece of information: purpose, hosting/payment, public data nature, and LGPD. It's appropriately sized, though slightly dense. No redundant content.

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?

For a tool with no output schema, the description gives a clear overview and important operational details. However, the missing explanation for the 'completo' parameter and any indication of the result format leave gaps. Overall adequate but not complete.

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?

The schema has two parameters with no descriptions, and the description only implicitly clarifies 'Nome' as the name to check. The purpose of 'completo' is not explained, leaving the agent unsure whether it means full match, complete name, or something else. With 0% schema coverage, the description should compensate but doesn't fully.

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 checks whether a name appears on Australia's international sanctions list (DFAT), with a specific verb and resource. It also mentions the context of compliance and AML. This distinguishes it from generic sibling tools, though no direct alternatives exist.

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 provides context for use (compliance and AML due diligence) and notes it's for public information, but does not explicitly state when not to use it or name alternatives. Since siblings are unrelated, this is acceptable.

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

A3.9/5.0
Disambiguation4/5

Most tools have distinct purposes, but authenticate and connect both deal with connection/auth, and marketplace overlaps with toolkit_info in describing the toolkit state. The descriptions are detailed enough to disambiguate in most cases.

Naming Consistency2/5

Naming is inconsistent: some tools are single verbs (authenticate, connect), some are verb_noun (report_bug, show_version), one is a noun (marketplace), one is a compound (toolkit_info), and the domain tool follows a different pattern (sancoes_australia_consultar). No consistent convention.

Tool Count4/5

With 7 tools, the count is within a reasonable range. However, the server is ostensibly about Australian sanctions, yet only one tool is domain-specific; the rest are platform utilities, making the overall scope feel a bit unfocused but not excessive.

Completeness3/5

The only domain-specific tool is a single lookup for sanctions. There is no batch query, history, or other sanctions-related operations, but for a simple compliance check, it may suffice. The platform tools cover connection and lifecycle needs, so no obvious dead ends.