Skip to main content
Glama
stornoro

Storno CLI

by stornoro

import_upload

Upload a CSV, XLSX, or XML file to begin an import job for clients, products, or invoices, returning a job preview.

Instructions

Upload a file (CSV, XLSX, or XML) to start a new import job. Requires importType (clients, products, invoices_issued, invoices_received, recurring_invoices) and source (smartbill, saga, oblio, fgo, facturis_online, easybill, ciel, factureaza, facturare_pro, icefact, bolt, facturis, emag, generic). Returns the created import job with preview data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesSource application the file was exported from
filePathYesAbsolute path to the file to upload (CSV, XLSX, or XML)
companyIdNoCompany UUID override (uses active company if not set)
importTypeYesType of data being imported
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 describes the upload/creation behavior and the return value, which is reasonable. However, it doesn't disclose potential side effects (e.g., whether the import job runs immediately or requires subsequent steps), file size limits, or error conditions for invalid file types or mismatched sources. For a stateful workflow tool, this leaves some uncertainty.

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 compact—one focused sentence plus a returns clause. It front-loads the core action and formats, then lists allowed enum values inline. It's efficient, though the full enumeration of importType and source values duplicates what's already in the schema enums, making it slightly redundant even if convenient for the agent.

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 file-upload tool with no output schema and four well-documented parameters, the description provides the essential context: file formats, required param types, and the return value. The main gap is workflow context—how this tool connects to import_preview/import_mapping/import_execute in the import pipeline. Minor gaps include file size limits and behavior on invalid input, but overall adequate for the tool's complexity.

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%, with all four parameters documented in the schema. The description mentions importType and source as required and lists their allowed values, reinforcing the schema without adding deeper meaning. It adds a bit of context about file formats (CSV/XLSX/XML). Since coverage is complete, baseline 3 is appropriate—the description doesn't meaningfully extend beyond the schema for parameter semantics.

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 uses specific verbs and resources: 'Upload a file (CSV, XLSX, or XML) to start a new import job.' It clearly states what the tool does, what file formats are accepted, and what it returns ('Returns the created import job with preview data'). It distinguishes itself from sibling import tools like import_preview, import_execute, and import_mapping by focusing on the upload/start-new-job action.

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 clearly states the purpose ('to start a new import job') and enumerates the valid importType and source values. It mentions the return value. However, it doesn't explicitly address when NOT to use this tool or how it relates to related import workflow steps (import_preview, import_mapping, import_execute), which would aid a multi-step import workflow.

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