Skip to main content
Glama
stornoro

Storno CLI

by stornoro

mailer_config_update

Set up or modify the custom SMTP sender for business invoices, receipts, and delivery notes. Configure host, port, encryption, and credentials; omit the password to keep the existing one.

Instructions

Create or update the organization's custom email sender (Business plan only). Invoices, receipts, and delivery notes to clients are then sent through this SMTP server from your own address. Omit the password on update to keep the saved one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoSMTP host (e.g., "smtp.example.com")
portNoSMTP port (e.g., 587 for STARTTLS, 465 for SSL)
enabledNoEnable or disable the custom sender
fromNameNoDisplay name for the sender
passwordNoSMTP password (omit to keep the saved one)
usernameNoSMTP username
encryptionNoConnection encryption: "tls" (STARTTLS), "ssl" (implicit), or "none"
fromAddressNoFrom address (must be authorized on the SMTP server)
Behavior4/5

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

No annotations are provided, so the description carries the burden. It correctly identifies the tool as a mutation (create/update), states the plan restriction, and discloses the password-preservation behavior on update. Doesn't mention SMTP connectivity failures or validation behavior, but covers the key behavioral contract.

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 tight sentences with zero waste. Front-loads the core purpose, adds the important plan restriction immediately, then discloses the critical password-omission behavior. Every clause earns its place.

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 config mutation with 8 well-documented parameters (100% schema coverage), the description adequately covers purpose, plan gating, and the key update nuance. No output schema means return value isn't described, but for a write operation this is a minor gap.

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% with detailed per-parameter descriptions, so the schema does the heavy lifting. The description adds the password-omission update nuance and the 'fromAddress must be authorized' context is already in the schema. Baseline 3 is appropriate.

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?

Clear verb+resource: 'Create or update the organization's custom email sender'. Explicitly states it's Business plan only and that invoices/receipts/delivery notes go through this SMTP server. Distinguishes from sibling mailer_config_get/delete/test by declaring it's the create/update counterpart.

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?

States the Business plan constraint and that this config affects email sender behavior for business documents. Notes the password-omission convention for updates. Doesn't explicitly contrast with mailer_config_get/delete/test, but the plan restriction and idempotent create/update nature give useful context.

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