Skip to main content
Glama

Professor Sausages — Trust & Verification

Maritime sanctions screen

vessel_screen

Screen vessels against OFAC maritime designations by fuzzy name, exact call sign, or IMO number, with flag filtering. Paid: call without x_payment to receive this call's exact terms (amount, asset, network), sign them, then call again with x_payment. The free pricing tool lists every price at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imoNoIMO number.
flagNoFlag state filter.
nameNoVessel name (fuzzy).
limitNoMax results.
call_signNoExact call sign.
x_paymentNoOptional signed x402 payment payload (base64, what the X-PAYMENT header carries). Omit to receive the exact payment terms; sign them (e.g. @x402/fetch) and call again with this argument to settle and get the data.

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool is paid, requires a two-step x402 payment flow, and that the first call returns payment terms rather than data. This is important behavioral context, though it doesn't cover error handling or response format.

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 three sentences, each earning its place: purpose, payment flow, and pricing tool reference. It is concise and front-loaded with the core purpose.

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?

With no output schema and no annotations, the description should explain return values. It covers payment mechanics and matching modes well, but does not describe the response format, pagination, or behavior when no match is found. It is adequate but has gaps.

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 description coverage is 100%, so the baseline is 3. The description restates matching criteria (fuzzy name, exact call sign, IMO, flag) and the x_payment flow, but the schema already documents each parameter, including x_payment's detailed explanation. The description adds minimal new parameter-level information.

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 screens vessels against OFAC maritime designations using multiple identifiers (fuzzy name, exact call sign, IMO) and flag filtering. This distinguishes it from sibling tools like sanctions_screen or sanctions_entity.

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 explicitly explains the paid flow: call without x_payment to get terms, sign them, and call again with x_payment. It also points to the `pricing` tool for listing all prices. However, it doesn't explicitly contrast with non-vessel sanctions screens.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: sanctions screening for names, addresses, and vessels; verification for domains, emails, IBANs, phones, and URLs; plus clearly separate meta-tools for discovery, pricing, and requests. Even the closely related sanctions_screen and sanctions_entity have clear separation (search vs. detailed record).

Naming Consistency3/5

Most tools follow a [noun]_[verb] pattern (address_screen, email_check, url_screen), but there are deviations: domain_intel and sanctions_entity are noun_noun, find_data and request_data are verb_noun, and pricing is a single word. The mixed conventions are still readable but not fully consistent.

Tool Count5/5

With 12 tools, the server is well-scoped for its trust and verification purpose. It covers a broad range of verification types without becoming unwieldy, and the inclusion of meta-tools (pricing, find_data, request_data) adds valuable functionality without bloat.

Completeness5/5

The surface appears complete for the stated domain: sanctions screening (name, address, vessel), domain intelligence, email/IBAN/phone/URL checks, and supporting discovery/pricing/feedback tools. The request_data tool also provides a mechanism to fill future gaps, making the set comprehensive.

Resources