Skip to main content
Glama
stornoro

Storno CLI

by stornoro

suppliers_bulk_delete

Soft-delete multiple suppliers in one API call by providing an array of supplier UUIDs. Returns the count of deleted items along with any errors encountered during the operation.

Instructions

Soft-delete multiple suppliers in a single request. Returns the count of deleted items and any errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesArray of supplier UUIDs to delete (1-100)
companyIdNoCompany UUID (overrides configured default)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so description carries the burden. It discloses 'soft-delete' (non-permanent) and that it returns a count of deleted items and errors. However, it doesn't explain what 'soft-delete' means for later visibility/restoration, partial-success semantics (partially deleted?), or whether the operation is atomic. Given zero annotations, this is a moderate gap.

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 sentences, zero waste. Front-loaded with the core purpose, followed by a useful return-value note. Every word earns its place.

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?

Tool has 2 params (100% schema coverage) and no output schema. Description explains it returns count and errors, which is useful. For a mutation tool with no annotations, it could disclose more about soft-delete implications (recovery, filtering in list endpoints) and error-handling behavior. Competent but not rich.

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 both ids and companyId described in schema. The description adds 'Returns count of deleted items and errors' context but not parameter-specific meaning. Baseline 3 is appropriate since schema fully documents parameters.

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?

Uses specific verb 'soft-delete' with resource 'multiple suppliers in a single request'. Clearly distinguishes from suppliers_delete (single). The word 'soft-delete' adds precision indicating non-destructive behavior, differentiating from a hard delete concept. Description is clear but doesn't explicitly contrast with siblings in the text itself.

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?

States it handles multiple suppliers in a single request, implying use for batch deletions. But no explicit guidance on when to choose this vs suppliers_delete, nor any batch-limit context (maxItems 100 in schema helps). No exclusions or alternative tool named. Adequate but minimal.

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