Skip to main content
Glama
Tiwas

Firmaradar

by Tiwas

Get AML Report Status / Result

firmaradar_get_aml_report
Read-onlyIdempotent

Poll the status and result of an asynchronous AML report using its report ID. Get risk score, level, and report links when done, or error reason if failed.

Instructions

Poll the status and result of an asynchronous AML report started with start_aml_report. Pass the report_id; returns status (pending/running/done/failed). When status is 'done' it includes the AML risk score (0-100), level (low/medium/high) and links to the stored report; when 'failed' it includes the error reason. Poll periodically until the status is terminal (done/failed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_idYesThe report_id returned by `start_aml_report`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNo
errorNoFailure reason (only when status='failed').
levelNolow/medium/high (only when status='done').
orgnrNo
scoreNoAML risk score 0-100 (only when status='done').
statusYesOne of: pending, running, done, failed.
report_idYes
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive traits, but the description adds critical behavioral context: the asynchronous status states (pending/running/done/failed), what data appears in each terminal state, and the error reason on failure. This goes beyond annotations and fully informs the agent of the polling semantics.

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?

Three concise sentences: first identifies purpose, second details response states, third gives usage advice. Every sentence earns its place with no redundancy or filler.

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?

The tool has an output schema, annotations, and a parameter-rich sibling set. The description covers the full polling flow, return values in both terminal states, and polling cadence, making it complete for an agent to use without additional context. The linkage to start_aml_report completes the workflow picture.

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?

The input schema already describes report_id as 'The report_id returned by start_aml_report,' achieving 100% coverage. The description reinforces this by saying 'Pass the report_id' but adds no new meaning beyond the schema. Baseline 3 is appropriate given schema completeness.

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 uses a specific verb 'Poll' and clearly identifies the resource: 'status and result of an asynchronous AML report started with start_aml_report.' It distinguishes itself from sibling tools like get_aml_score and check_aml_pep by focusing on the async report lifecycle.

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?

It states the tool is for polling an async report initiated by start_aml_report and explicitly instructs to 'Poll periodically until the status is terminal (done/failed).' While it doesn't name alternative tools, the usage context is clear and paired with the start command, giving sufficient guidance without needing exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tiwas/firmaradar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server