Skip to main content
Glama
stornoro

Storno CLI

by stornoro

document_series_list

List document series for the active company, with optional filtering by type to view numbering prefixes and current/next numbers for invoices, proformas, credit notes, and delivery notes.

Instructions

List all document series for the active company, optionally filtered by type. Document series define the numbering prefixes for invoices (e.g., "FAC"), proformas ("PRO"), credit notes, and delivery notes. Each series tracks the current and next available number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by document type: invoice, proforma, credit_note, or delivery_note
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 correctly implies this is a read-only listing operation ('List all document series'), which sets expectations of a safe, non-mutating call. However, it doesn't describe return structure, pagination, ordering, or whether the type filter is mutually exclusive or combinable with company filtering. The description is accurate but not deeply transparent about behavioral details.

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 two sentences plus an illustrative parenthetical. It's efficient and front-loaded with the core purpose ('List all document series for the active company'), then adds contextual color about what series represent. The extra sentence about numbering prefixes and tracked numbers earns its place by helping the agent understand the domain. No wasted words.

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?

No output schema exists, but this is a list endpoint with 0 required parameters and simple optional filtering, so complexity is low. The description adequately covers what the tool does, the filter dimension, company scoping, and domain context. An output schema would help clarify return structure, but for a straightforward list tool this is reasonably complete.

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?

Schema description coverage is 100%, so the schema already documents both parameters well (type enum with explanation, companyId with UUID override note). The description adds some value by explaining the type values map to document types (invoice='FAC', proforma='PRO', etc.), which goes slightly beyond the schema. The companyId override is mentioned in both schema and description. Baseline 3 is appropriate given high schema coverage.

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 clearly states the tool lists document series for the active company with optional type filtering. It adds contextual detail explaining what document series are (numbering prefixes for invoices, proformas, credit notes, delivery notes) and what data each series tracks (current/next available number). It distinguishes itself from sibling tools like document_series_create/update/delete through the list verb, though it doesn't explicitly contrast with a 'get' variant since none exists.

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 clearly explains when to use it (listing series, optionally filtered by type) and mentions the companyId override for selecting a company. However, it doesn't provide explicit guidance on when NOT to use it or contrast with alternatives like document_series_create/update/set_default/delete. The context is implied rather than spelled out regarding interplay with series management tools.

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