Skip to main content
Glama
stornoro

Storno CLI

by stornoro

admin_organizations

List and filter all platform organizations with pagination, search, and status/plan filtering to view owner details, subscription plans, and invoice counts. Super admin only.

Instructions

List all organizations on the platform with pagination and filtering. SUPER_ADMIN only. Returns organization details including owner info, subscription plan, member/company/invoice counts, and ANAF token status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1)
planNoFilter by subscription plan type
limitNoItems per page (default: 50, max: 200)
searchNoSearch by organization name or owner name/email
statusNoFilter by organization status: active, trial, or suspended
Behavior3/5

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

Locks the SUPER_ADMIN role requirement, which is a security/authorization disclosure. Lists what data comes back (owner info, plan, counts, ANAF token status). However, with no annotations provided, the description carries full burden; it doesn't mention whether this is read-only (implied by 'List'), sort behavior, or response pagination shape, though listing is safely inferable as non-destructive.

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 filler. Front-loaded with the core action, then the authorization gate, then the returned-data value. 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 straightforward read-only listing tool with full schema coverage, the description covers the essentials: scope, authorization, pagination/filtering, and returned fields. Minor gaps exist (response format/sort order) but no output schema exists, and for an admin list tool this is acceptably 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 all five parameters already have descriptions. The tool description adds the search scope ('name or owner name/email') and the specific data fields returned, which enriches meaning beyond the raw schema. This is a solid baseline case where the schema carries most weight and the description complements it.

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 uses a specific verb+resource ('List all organizations on the platform') with pagination and filtering, and clearly targets SUPER_ADMIN only. It distinguishes itself from related admin tools (admin_stats, admin_users) by listing the specific data fields returned.

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?

Clearly states SUPER_ADMIN-only access constraint, which is important usage guidance. However, it doesn't explicitly contrast with sibling admin tools like admin_stats or admin_users, nor state when NOT to use it. The role restriction is a clear boundary condition but no alternatives are named.

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