Skip to main content
Glama
stornoro

Storno CLI

by stornoro

webhooks_get

Retrieve the full configuration of a single webhook endpoint by UUID. Use webhooks_regenerate_secret to obtain a new full secret, as the secret is always masked in this response.

Instructions

Retrieve the full configuration of a single webhook endpoint. The secret is always masked in this response — use webhooks_regenerate_secret to obtain a new full secret.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesWebhook endpoint UUID
companyIdNoCompany UUID (overrides STORNO_COMPANY_ID env var)
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 of behavioral disclosure. It does disclose one important behavior: the secret is always masked in the response, and it directs users to webhooks_regenerate_secret for a full secret. This is a genuinely useful behavioral disclosure for a read tool, though it doesn't describe the rest of the response fields or any permission requirements.

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, both information-dense, no filler. The first states the core purpose and the second discloses the masking behavior with a pointer to an alternative tool. Excellent front-loading of the primary purpose.

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-resource retrieval tool with a straightforward purpose, this description is reasonably complete. It explains the retrieval scope ('full configuration'), discloses the mask behavior, and names the alternative for obtaining a full secret. No output schema exists, and the description doesn't describe the full response structure, but for a config-get operation this is minimally sufficient. The masking caveat is the most important edge case and is handled well.

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?

The schema covers both parameters at 100% (uuid as 'Webhook endpoint UUID' and companyId as 'Company UUID (overrides STORNO_COMPANY_ID env var)'). The description doesn't add much parameter-specific meaning beyond what the schema already documents, but with 100% coverage the baseline of 3 is appropriate. The description's mention of 'single webhook endpoint' indirectly reinforces that uuid identifies one endpoint.

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?

The description uses a specific verb+resource pattern: 'Retrieve the full configuration of a single webhook endpoint.' This clearly distinguishes it from webhooks_list (which returns multiple), webhooks_delete (writes/destroys), and webhooks_regenerate_secret (modifies the secret). The scope ('single', 'full configuration') adds precision that differentiates it from sibling tools.

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?

The description names webhooks_regenerate_secret as the alternative to use when a full secret is needed, which is a helpful pointer. However, it doesn't explicitly state when to prefer this tool over webhooks_list, nor does it discuss when NOT to use it. The sibling 'get' pattern in this API (e.g., invoices_get, delivery_notes_get) implies single-resource retrieval, but the description could more explicitly differentiate from the list variant.

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