Skip to main content
Glama

Lovie Company Formation

Get Issuance State

banking_get_issuance_state
Read-only

GetIssuanceState reports where this application's deposit account stands: whether it is queued, being opened, open, or could not be opened, and the last four digits once there are any. It exists as its own state so that an approved application is never mistaken for an open account. Approval is our banking partner accepting the corporation; opening happens after it and can still fail, so a caller that wants to tell somebody they can receive money must read this, not the application's status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applicationIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuanceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds behavioral nuance beyond that: that open can still fail after approval and that the tool is deliberately a separate state to avoid misreading an approved application. It does not cover edge cases like pending states in detail, but the key behavior is disclosed.

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?

Three sentences, each carrying meaningful information and the primary purpose is front-loaded. The second and third sentences partially overlap in their warning about application status, but the additional lifecycle context is valuable rather than redundant waste.

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 a high-coverage input schema, an output schema, and non-destructive read annotations, the description provides enough context—states, the distinction from application status, and the failure-mode rationale—for an agent to call it correctly. It doesn't need to list return fields because the output schema already does.

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?

Input schema has 100% description coverage for the single parameter, so the description need not compensate; comparison establishes the baseline 3. The description adds only a general implication that applicationId refers to the banking application. No deeper parameter semantics are introduced, which is fine since the schema covers it.

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?

Description states a precise verb and resource: reports the state of an application's deposit account, with enumerated states (queued, being opened, open, could not be opened) and the last four digits. It also explicitly distinguishes itself from the application's status, so the agent can separate it from banking_get_banking_application.

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

Usage Guidelines5/5

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

Gives an explicit when: 'a caller that wants to tell somebody they can receive money must read this,' and a when-not: 'not the application's status.' It explains the approval-vs-opening lifecycle so an agent knows why this tool, and not a status tool, is the correct source of truth.

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.