Skip to main content
Glama

start_instance

Start a stopped Scaleway instance by providing its instance ID and optional zone to resume cloud operations.

Instructions

Start a stopped instance.

Args: instance_id: The ID of the instance to start zone: Scaleway zone (e.g., fr-par-1). If not provided, uses default zone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoneNo
instance_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It only states the action without mentioning side effects (e.g., booting, potential errors if already running, permissions required, or asynchronous behavior). This is a significant gap for a state-changing operation.

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 and front-loaded with the purpose, followed by a compact, well-structured Args section. Every sentence contributes value without redundancy.

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 two-parameter tool with an output schema, the description covers the core purpose and parameters. However, it lacks behavioral context (prerequisites, error cases, execution behavior) that would be needed for a complete understanding, especially given the absence of annotations.

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?

Although schema description coverage is 0%, the description's Args section fully explains both parameters: instance_id is the ID to start, and zone is an optional Scaleway zone with a default. This adds clear meaning beyond the bare schema field names.

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 'Start a stopped instance,' using a specific verb and resource. It distinguishes from sibling tools like stop_instance and create_instance by specifying the action and the target state (stopped).

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 provides clear context that the tool is for starting stopped instances, implying when to use it. However, it does not explicitly mention alternatives or exclusions (e.g., 'use create_instance for new instances'), so it falls short of a 5.

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