Skip to main content
Glama
ionos-cloud

IONOS CLOUD MCP Server

Official

list_object_storage_object_versions

Retrieve all object versions in a bucket with an optional prefix filter. Requires versioning enabled.

Instructions

List all versions of objects in an Object Storage bucket. Requires versioning to be enabled on the bucket. Supports an optional prefix filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketYesthe name of the object storage bucket
prefixNooptional key prefix to filter versions
Behavior3/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 states it lists versions and requires versioning, but does not disclose return format, pagination, or error behavior if versioning is off. Adequate but could be improved.

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 concise sentences, front-loaded with the main action, and no unnecessary words. Every sentence 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?

No output schema, but the description covers the main purpose, prerequisite, and optional filter. It could mention the return format (list of versions), but given the tool's simplicity and sibling patterns, it is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds value by explaining the prerequisite (versioning enabled for the bucket) beyond the schema's simple property descriptions.

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 clearly states the tool lists all versions of objects in a bucket, using a specific verb and resource. It distinguishes from siblings like list_object_storage_objects (which lists current objects, not versions) and other get/list object storage 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 mentions a prerequisite (versioning must be enabled) and an optional prefix filter, guiding proper use. It does not explicitly name alternatives but implies when to use this vs. list_object_storage_objects.

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/ionos-cloud/ionoscloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server