Skip to main content
Glama
stornoro

Storno CLI

by stornoro

borderou_providers

List supported banks and file formats for bank statement import and reconciliation. Identify available borderou providers for your company.

Instructions

List available borderou (bank statement) providers. Returns supported banks and file formats for bank statement import and reconciliation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdNoCompany UUID override (uses active company if not set)
Behavior3/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 identifies this as a read/list operation (the verb 'List' clearly signals non-mutating behavior), which is the core safety signal. It doesn't disclose whether provider availability changes, whether the companyId parameter affects results, or any rate-limit/caching behavior, but for a discovery/lookup endpoint the description is reasonably transparent.

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?

Two concise sentences with zero filler. The first sentence names the exact operation and resource, the second clarifies what is returned and why it matters. Nothing is wasted.

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 simple list/discovery tool with one optional parameter and full schema coverage, the description is complete. No output schema exists, but the description pre-empts the need by stating what is returned (supported banks and file formats). The complexity is low, so nothing critically missing.

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% and the lone parameter (companyId) is well-documented in the schema as a company UUID override. The description adds purpose context by clarifying how the result is used (bank statement import and reconciliation), which complements the schema. Since there's only one optional param and it's fully documented, minimal extra description is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb+resource ('List available borderou providers') and explains what the tool returns (supported banks and file formats for bank statement import and reconciliation). It's distinguishable from siblings; while einvoice_providers and storage_config_providers exist nearby, the explicit 'borderou (bank statement)' context disambiguates it.

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?

The description implies the tool is used for discovering banks/file formats prior to borderou import or reconciliation, which is a reasonable context cue. However, it doesn't explicitly state when to use this against related tools like borderou_transactions or borderou_upload, nor does it mention any exclusions or prerequisites.

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