Skip to main content
Glama
stornoro

Storno CLI

by stornoro

auth_login

Authenticate with Storno.ro API using email and password to obtain JWT tokens, enabling subsequent API calls without a preset token.

Instructions

Authenticate with the Storno.ro API using email and password. Returns JWT access and refresh tokens, and stores them in the session config for all subsequent requests. Must be called before any other tool if STORNO_TOKEN is not set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesUser email address
passwordYesUser password
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. It discloses key side effects: returns JWT access and refresh tokens, and stores them in session config for all subsequent requests. It also discloses the precedence condition (STORNO_TOKEN). It doesn't discuss failure behavior, rate limits, or what happens on invalid credentials, which prevents a 5.

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 padding. First sentence states verb, resource, mechanism, and side effect. Second sentence states the usage precondition. Every word 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 an auth tool with 2 simple parameters and no output schema, the description adequately covers purpose, side effects, and usage ordering. It could mention failure behaviors or password security best practice, but for its complexity this is reasonably 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 coverage is 100%, so the schema already documents both email (with email format) and password clearly. The description adds token/session context but doesn't add syntax or security guidance beyond the schema. Baseline 3 is appropriate since the schema carries the parameter documentation burden.

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?

Description states the specific verb 'Authenticate' with the Storno.ro API using email/password, clearly explains the auth flow (JWT tokens, session storage). Distinguishes itself from auth_refresh and other auth_* siblings by its explicit role in establishing initial session.

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

Usage Guidelines5/5

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

The description explicitly states the precondition: 'Must be called before any other tool if STORNO_TOKEN is not set.' This gives clear conditional guidance on when to use this tool versus relying on a pre-existing token, effectively covering the when-to and when-not-to basis.

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