Skip to main content
Glama
ionos-cloud

IONOS CLOUD MCP Server

Official

list_object_storage_objects

List objects in an Object Storage bucket, with optional prefix filtering and pagination via continuation token. Control page size with max_keys; use next token to retrieve subsequent pages.

Instructions

List objects in an Object Storage bucket. Supports an optional prefix to filter by key path (e.g. 'images/' to list only objects under that prefix), an optional continuation_token to continue from a previous page, and an optional max_keys to control page size. Returns up to 1000 objects per call by default; use the next_continuation_token from the response as continuation_token in a subsequent call to page through larger result sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketYesthe name of the object storage bucket
prefixNooptional key prefix to filter results (e.g. 'images/' to list only objects under that path)
continuation_tokenNooptional pagination token returned by a previous list operation to continue listing objects
max_keysNooptional maximum number of objects to return in a single page
Behavior5/5

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

With no annotations, the description fully discloses behavior: lists objects, supports prefix filtering and pagination, default page size of 1000, and use of next_continuation_token. No contradictions.

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 concise (3 sentences), front-loaded with the core purpose, and efficiently covers optional parameters and pagination without unnecessary detail.

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?

The description explains pagination and default page size, which is sufficient for an agent to page through results. Lacking details on error conditions or empty results, but still fairly complete for a list operation.

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?

All 4 parameters are fully described in the schema (100% coverage). The description adds value by providing a concrete example for prefix ('images/') and explaining the pagination flow, going beyond the schema.

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 'List objects in an Object Storage bucket' with a specific verb and resource. It is distinct from sibling tools like list_object_storage_buckets and list_object_storage_object_versions.

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 explains when to use optional parameters (prefix, continuation_token, max_keys) and how pagination works. However, it does not explicitly exclude use for other purposes or compare with sibling tools.

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