Skip to main content
Glama
stornoro

Storno CLI

by stornoro

storage_config_test

Verify external storage connectivity by writing and reading a test file to confirm credentials and permissions, using existing config credentials when none are supplied.

Instructions

Test the external storage connection. Attempts to write and read a test file to verify credentials and permissions. Uses existing config credentials if not provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketNoBucket name
regionNoAWS region
endpointNoCustom endpoint URL
providerNoStorage provider to test
accountIdNoAccount ID
accessKeyIdNoAccess key ID
forcePathStyleNoUse path-style URLs
secretAccessKeyNoSecret access key
Behavior3/5

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

The description declares a significant behavior: it writes and reads a test file to verify credentials and permissions, which implies potential side effects on the storage bucket. It also notes it falls back to existing config credentials. However, there are no annotations, and it doesn't disclose what happens on failure (e.g., whether it creates/destroys artifacts, cost implications of writes).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, efficient and to the point. Every sentence carries meaningful information: the first explains the tool's function, the second clarifies the credential fallback behavior. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a test tool with 8 optional parameters, no output schema, and no annotations, the description explains the core mechanism (write+read test file) and the fallback credential behavior. However, it doesn't specify what success/failure looks like in the response, whether the test file is cleaned up afterward, or how the many optional parameters interact when some but not all are provided.

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 8 parameters are already documented (bucket, region, endpoint, provider, accountId, accessKeyId, forcePathStyle, secretAccessKey). The description adds the useful context that credentials may come from existing config if not provided, which is meaningful beyond the schema. Baseline 3 is appropriate given full schema coverage.

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 the tool tests an external storage connection by writing and reading a test file to verify credentials and permissions. This is a specific verb+resource+method that distinguishes it from config_get/update tools, though it doesn't explicitly name sibling alternatives.

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

Usage Guidelines3/5

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

The description explains what the tool does (tests credentials/permissions) and that it uses existing config credentials if not provided. However, it doesn't explicitly say when to use this over storage_config_get or storage_config_update, nor does it state prerequisites (e.g., that a config must exist first).

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