Skip to main content
Glama
stornoro

Storno CLI

by stornoro

invitations_resend

Resend a pending invitation email without extending its expiration. If expired, cancel and create a new invitation instead.

Instructions

Resend the invitation email for a pending invitation. Does not extend the expiration date. If the invitation has expired, cancel it and create a new one instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesInvitation UUID to resend
Behavior4/5

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

Despite having no annotations, the description does meaningful behavioral disclosure: it states that resending does NOT extend the expiration date, which is a critical behavioral trait users must know. It also outlines the correct fallback behavior for expired invitations. This addresses the main side-effect concern (expiration implications) that would otherwise be unknown.

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 with zero wasted words. It states the core action, the important behavioral caveat (no expiration extension), and the fallback rule. Every sentence 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 single-parameter tool with full schema coverage and no output schema, the description covers the key operational aspects: what it does, its limitation regarding expiration, and the correct alternative workflow. It could mention whether there are rate limits or prerequisites (e.g., invitation must not be accepted), but for its simplicity it is fairly complete.

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%, so the single parameter 'uuid' is fully documented in the schema. The description adds no additional param meaning beyond the schema's 'Invitation UUID to resend', but with full coverage the baseline of 3 is appropriate.

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?

The description clearly states it resends an invitation email for a pending invitation, which is a specific verb+resource action. It distinguishes from invitations_create and invitations_delete siblings by the action type, though it doesn't explicitly name alternatives.

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?

It provides clear guidance on when to use this tool: only for pending invitations. It also gives an important operational instruction - if the invitation has expired, cancel and create a new one instead of using this tool. This implies an exclusion criterion (expired invitations), though it doesn't explicitly name alternatives like invitations_create.

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