Skip to main content
Glama
sebastienrousseau

iso20022-readiness-suite-mcp

Simulate a bank response

simulate_bank_response
Read-only

Simulates a bank's response by emitting a pacs.002 status report with configurable outcome (ACCP, RJCT, PDNG) and optional reason code for rejections.

Instructions

Emit a pacs.002 status report mocking a bank's response.

Args:
    inbound_payload: The inbound initiation payload.
    desired_behavior: The status to simulate (ACCP / RJCT / PDNG).
    reason_code: The reason code (required when RJCT).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reason_codeNoISO status reason code, e.g. 'AM04'. Required for RJCT.
inbound_payloadYesThe inbound initiation payload text.
desired_behaviorYesDesired outcome: 'ACCP', 'RJCT', or 'PDNG'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds behavioral context (mocking a bank response, emitting a status report) beyond annotations which already declare readOnlyHint=true and destructiveHint=false. It clarifies the tool is non-destructive and simulates outcomes.

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 clear and structured with bullet-like args. It is reasonably concise, though it could be slightly leaner by not repeating parameter names.

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 tool has an output schema, the description need not detail return values. It sufficiently explains the simulation behavior and parameter roles. Could mention the output is a pacs.002 status report, but overall complete.

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 coverage is 100%, but the description adds key constraint: reason_code is required when RJCT, which is not fully explicit in the schema (schema has default null but no conditional requirement in description). This adds value beyond 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 the tool emits a pacs.002 status report mocking a bank's response, with a specific verb ('emit') and resource. It is distinct from sibling tools like list_profiles or run_readiness_check.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives, such as when simulation is appropriate vs real bank responses. Usage is implied by the simulation nature.

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/sebastienrousseau/iso20022-readiness-suite-mcp'

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