Skip to main content
Glama

s3_list_plans

Read-only

Retrieve available S3 storage plans and filter by location to find tariff options for your Hostkey cloud account.

Instructions

Список доступных тарифных планов S3-хранилища (s3/list_plans).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationNoЛокация (фильтр), если поддерживается

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description adds no new safety signal. It does not mention pagination, response contents, location dependence, or any other behavioral caveat; the text only restates what the tool lists.

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?

The description is one short sentence that front-loads the operation and resource. The parenthetical API method is low-cost context, and there is no filler or repetition.

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 simple read-only listing with zero required parameters, the description is minimally sufficient to invoke the tool. However, with no output schema, it does not describe what fields or objects the response contains, so the agent cannot fully anticipate the result.

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% for the single optional 'location' parameter, including the note that filtering is conditional. The description itself adds no parameter-level meaning, so the schema carries the semantic burden.

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 names a specific verb ('Список' = list) and a concrete resource: available S3 storage tariff plans. The S3 scope helps separate it from generic listing siblings such as list_presets or list_traffic_plans, though it does not explicitly call them out.

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

Usage Guidelines2/5

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

There is no guidance about when to prefer this tool over alternatives or when not to use it. The intended use is only implied by the tool name and resource name; no exclusions or decision criteria are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools