Skip to main content
Glama
stornoro

Storno CLI

by stornoro

backup_create

Create a new asynchronous backup job for the active company, capturing all invoices, clients, products, and settings, with the option to include uploaded files. Returns a job ID for status tracking.

Instructions

Create a new backup job for the active company. The backup is processed asynchronously and includes all company data (invoices, clients, products, settings). Optionally include uploaded files (PDFs, XMLs). Returns a job ID to check status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdNoCompany UUID override (uses active company if not set)
includeFilesNoInclude uploaded files (PDFs, XMLs) in backup (default: true)
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 behavioral burden. It discloses that processing is asynchronous and returns a job ID, which is valuable. It also notes what's included (all company data plus optional files). However, it doesn't disclose whether this mutates state beyond creating a job, whether it can be called repeatedly (duplicate backups), cost implications, or what the backup download/restore flow entails. For a create-type tool with zero annotations, more disclosure of side effects would help.

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?

Three sentences, zero filler. It front-loads the core purpose, then covers scope, optional behavior, and return value efficiently. Every sentence adds information relevant to decision-making and invocation.

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 create-tool with 2 documented params and no output schema, the description is reasonably complete: it covers what happens (async job), what's included, the optional flag, and the return value. It doesn't explain how to retrieve the backup or interpret the job ID beyond 'check status,' but sibling backup_status and backup_download tools exist to cover those. Given the tool's simplicity and full schema coverage, this is solid.

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 coverage is 100% and both parameters are documented in the schema. The description confirms companyId defaults to active company and includeFiles defaults to true, slightly reinforcing the schema. However, it adds minimal value beyond the schema's parameter descriptions. Baseline 3 is appropriate given full schema coverage, though the description does reinforce the default behaviors which adds a small amount of semantic clarity.

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: 'Create a new backup job for the active company.' It specifies scope (all company data: invoices, clients, products, settings) and distinguishes from sibling tools like backup_status, backup_download, backup_restore which handle other backup lifecycle stages. This effectively disambiguates it from the 8 backup-related siblings.

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 states it creates a job and returns a job ID to check status, implying the agent should use backup_status to track progress. It mentions the optional includeFiles flag. However, it doesn't explicitly note when to use another tool instead or any prerequisites (e.g., active company must exist). The asynchronous nature is disclosed, which guides the agent on follow-up actions, but no explicit exclusions or alternatives are named.

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