Skip to main content
Glama
stornoro

Storno CLI

by stornoro

expiries_create

Record an expiring document or contract (RCA, ITP, rovinieta, leasing, etc.) with its expiry date and optional vehicle, provider, or number. Automatic reminders are sent before the due date so nothing expires unnoticed.

Instructions

Record something with an expiry date. Kinds: rca, itp, rovinieta, casco, tahograf (calibration), extinctor, trusa_medicala, licenta_transport, copie_conforma, leasing (contract end) — usually with a vehicleId — and certificat_digital, contract, autorizatie, other for the company. Members get the expiry.due notification remindDaysBefore days before (default 30), then 7 and 1 days before and on the day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
labelNoDisplay label (default: the kind's name, e.g. "RCA")
notesNo
numberNoPolicy / certificate / contract number
providerNoInsurer, ITP station, leasing company, certificate provider …
companyIdNoCompany UUID (overrides STORNO_COMPANY_ID env var)
expiresAtYesExpiry date, YYYY-MM-DD
validFromNoValid from, YYYY-MM-DD
vehicleIdNoThe vehicle the document belongs to; omit for a company-level item
remindDaysBeforeNoFirst reminder this many days before (default 30); then 7, 1 and 0 days

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.48

TDQS

A3.8/5.0
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 meaningfully discloses the notification side effect: members receive expiry.due reminders remindDaysBefore days before, then 7, 1, and 0 days. It does not mention permissions or reversibility, but the disclosed behavior adds real value beyond the schema.

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 dense sentence with no wasted words and useful information front-loaded at the start. However, the long list of kinds makes it a run-on that could be easier to scan with a list or short separate sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core purpose and the main notification behavior, which is helpful for a create operation. However, for a 10-parameter tool with no output schema and no annotations, it omits when to use alternatives, prerequisites like the STORNO_COMPANY_ID fallback, and any mention of what happens after creation. The schema fills many gaps, so this is adequate but not fully complete.

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 coverage is 80%, giving a baseline of 3. The description adds value by explaining the kind taxonomy, distinguishing vehicleId-based items from company-level items, and clarifying how remindDaysBefore drives the notification cascade. It still leaves some parameters like validFrom and notes to the schema, but the added context is substantive.

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 states a concrete action ('Record something with an expiry date') and names the resource domain. It enumerates all supported kinds and clarifies vehicle-level versus company-level items, which makes the tool's purpose unambiguous and easily distinguished from expiries_list/get/update/renew/delete siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus alternatives such as expiries_update or expiries_renew. The description implies creation but does not mention prerequisites, exclusions, or situations where a different expiry tool should be chosen.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools