Skip to main content
Glama
stornoro

Storno CLI

by stornoro

bank_accounts_create

Create a new bank or cash account for the active company, with IBAN validation, default currency settings, and optional opening balance for cash-register tracking.

Instructions

Add a new bank account to the active company. For type=bank, IBAN is required and must be unique within the company. For type=cash (the till that backs POS / cash-register reports), IBAN is optional and openingBalance/openingBalanceDate enable cash-register tracking. A company can have at most one cash account. If isDefault is true, any existing default account for that currency is demoted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ibanNoInternational Bank Account Number in valid IBAN format (e.g., "RO49AAAA1B31007593840000"). Required for type=bank, optional for type=cash.
typeNoAccount type. "bank" (default) for IBAN-backed accounts; "cash" for the physical till that backs POS / cash-register reports.
bankNameNoName of the bank (e.g., "BCR", "Banca Transilvania", "ING Bank")
currencyNoCurrency code ISO 4217 (default: "RON"). Use "EUR" for Euro accounts.
companyIdNoCompany UUID override (uses active company if not set)
isDefaultNoSet as default account for this currency (default: false)
openingBalanceNoInitial cash-on-hand. Required to enable cash-register reporting on cash accounts. Once set, locks and can only be modified via forward-going cash movements. Must be >= 0.
openingBalanceDateNoDate the opening balance was taken (YYYY-MM-DD). Required when openingBalance is supplied.
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 of behavioral disclosure. It discloses that this is a write/creation operation (balance implications), explains side effects (demoting existing defaults, enabling cash-register tracking), and notes the openingBalance becomes locked once set. It does not explicitly state destructive risks or whether deletion/rollback is possible, but the creation semantics are well-covered.

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 a single well-organized paragraph that front-loads the core purpose, then covers key business rules. It's information-dense with every sentence adding value, though it's somewhat long and could potentially be broken into clearer structured points. No wasted words or tautological content.

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?

For a tool with 8 optional parameters, no output schema, and no annotations, the description does substantial work: it covers the bank vs cash semantics, unique constraints, default demotion, opening balance behavior. It could be more complete regarding what happens after creation (return value, whether the bank account is immediately usable) and could benefit from listing a prerequisite (e.g., active company required), but it exceeds the minimum viable standard comfortably.

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 description coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining the dependencies between parameters (openingBalance/openingBalanceDate enable cash-register reporting, IBAN required for bank), the locking behavior of openingBalance, and the uniqueness constraint on IBAN. It explains the isDefault demotion side-effect, which the schema does not mention.

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 verb+resource ('Add a new bank account to the active company') and distinguishes between bank and cash account types, which differentiates this tool from bank_accounts_update and bank_accounts_list siblings. It explains key business rules (unique IBAN, one cash account per company, default demotion).

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 provides clear context for when to use type=bank vs type=cash and explains the implications (IBAN required for bank, cash-register tracking for cash). It explains the one-cash-account-per-company constraint and default demotion behavior, though it doesn't explicitly name alternative tools or state when NOT to use this tool. The distinction between bank and cash accounts within the same description serves as implicit usage guidance.

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/stornoro/storno-cli'

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