Skip to main content
Glama

AUX Public Business Evidence

aux_public_business_evidence
Read-onlyIdempotent

Screen a public business name against current official OFAC sanctions lists and GLEIF legal-entity data. Returns explainable matches, source timestamps and SHA-256 provenance, a bounded PROCEED/REVIEW/STOP next-step decision, and a signed receipt. Not legal clearance, complete KYB, payment authorization, or a credit decision. Never submit people, accounts, borrower data, invoices, private transactions, credentials, or confidential records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNo
subjectYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering safety. The description adds valuable behavioral detail: it checks against 'current official' lists, returns explainable matches and provenance, and produces a signed receipt. This goes beyond the annotations and informs the agent about the nature and freshness of the data and the output structure.

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 sentences, front-loaded with the core action and outputs, then a crisp list of what to avoid. No fluff or repetition; every clause adds essential information. The structure is highly efficient for an agent scanning for key facts.

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 nested subject object and the checks array, the description provides enough context for correct invocation. It covers the domain, constraints, and outputs sufficiently. It omits exact output formatting details, but the rich annotations and clear purpose make this adequate. The absence of an output schema reduces the responsibility on the description for return values.

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?

With schema coverage at 0%, the description must compensate. It explicitly defines the subject as a 'public business name' and prohibits other entity types, aligning with subject.name and subject.type. The mention of OFAC and GLEIF implicitly explains the checks array enums. However, it does not describe the optional country parameter or the exact format of the checks array, though those are minor gaps.

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 states a specific verb ('Screen') and a resource ('public business name') against specific data sources (OFAC and GLEIF). It also enumerates the exact outputs (matches, timestamps, SHA-256 provenance, PROCEED/REVIEW/STOP decision, signed receipt) and explicitly lists what it is not (legal clearance, complete KYB, payment authorization, credit decision), clearly distinguishing it from broader evaluation tools.

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 boundaries by restricting input to 'public business name' and explicitly forbidding submission of people, accounts, borrower data, and similar private records. It also names exclusions ('Not legal clearance, complete KYB...') that guide an agent away from using this for those purposes. However, it does not explicitly reference sibling tools or provide conditional logic for when to choose an alternative.

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

Each tool targets a distinct domain or lifecycle step, and descriptions clearly separate capability discovery from evaluation and verification. The two evaluation-like tools (aux_evidence_evaluate and aux_transaction_preflight) could be confused at a glance, but their scenarios are explicitly differentiated.

Naming Consistency4/5

All names use the aux_ prefix with snake_case, which is a consistent and readable pattern. There is minor inconsistency in whether the final token is a verb (evaluate, verify, start, continue) or a noun (capabilities, preflight, evidence), but the overall structure is predictable.

Tool Count5/5

Ten tools is well within the ideal range and each tool earns its place: three capability discovery tools, several scenario-specific preflight evaluators, a three-step RWA dialogue flow, and a receipt verifier. Nothing feels redundant or bloated.

Completeness4/5

The surface covers discovery, evaluation, continuation, and verification across multiple financial evidence domains, including a full dialogue lifecycle for RWA actions. Minor gaps exist, such as no general status/history endpoint for past preflights, but the core workflows are complete and operational.

Resources