Skip to main content
Glama

list_images

Retrieve Scaleway instance images filtered by zone and architecture. Identify available images to configure your instance creation.

Instructions

List available instance images.

Args: zone: Scaleway zone (e.g., fr-par-1). If not provided, uses default zone. arch: Filter by architecture (x86_64 or arm64). If not provided, shows all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
archNo
zoneNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Describes default zone behavior and arch filtering, which adds context beyond the tool name. However, with no annotations, it doesn't disclose whether the operation is read-only, any rate limits, or authentication requirements. The description carries the full burden for behavioral disclosure, but for a simple listing tool, the behavior is fairly clear.

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 two sentences plus a succinct argument list. It is front-loaded with the main purpose and every line provides useful information without rambling.

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

Completeness5/5

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

Given the tool's simplicity (2 optional parameters) and presence of an output schema, the description adequately covers purpose and parameter behavior. It doesn't need to describe return values because the output schema exists, and no annotations are needed for a straightforward list operation.

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

Parameters5/5

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

The description fully explains both parameters, including the zone example and default behavior, and the architecture filter values and default. This compensates for the 0% schema description coverage, adding value beyond the schema's type/default only.

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?

Clearly states the tool lists available instance images, distinguishing it from sibling list_instances by naming the resource. Uses specific verb 'List' and resource 'instance images'.

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?

Provides parameter defaults and filtering options but does not explicitly state when to use this tool versus alternatives like list_instances or when not to use it. The intended use is implied by the name and description.

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/klogins-hash/scaleway-mcp-server'

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