Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Delete a Scaleway IAM SSH Key

scaleway_iam_delete_ssh_key
Destructive

Permanently delete an SSH key from Scaleway IAM. Confirm the key is not in use or another access path exists to avoid losing SSH access to instances.

Instructions

PERMANENTLY remove an SSH key. Requires confirm=true. If any Instance/service was relying solely on this key for access, whoever holds it loses SSH access immediately - confirm it's no longer in use, or that another access path exists, before deleting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be explicitly true.
ssh_key_idYes
Behavior4/5

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

Annotations already mark destructiveHint=true and idempotentHint=false. The description goes beyond by emphasizing the permanent nature of the deletion and explaining the real-world consequence (loss of SSH access). It also highlights the confirm safeguard. This adds meaningful behavioral context that annotations alone do not convey.

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 extremely concise (three sentences), front-loaded with the core purpose, and every sentence earns its place. No redundant or vague wording.

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?

Given the tool's simplicity (2 params, no output schema, destructive), the description covers the permanent action, the confirmation gate, and the risk. It lacks guidance on retrieving the SSH key ID or handling errors, but for a delete tool with strong annotations, it is sufficiently complete.

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

Parameters2/5

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

Schema coverage is 50% (confirm has a description). The tool description only reiterates that confirm must be true, adding no new information about the ssh_key_id parameter (format, source, or required format). For a low-coverage schema, the description should compensate but does not sufficiently explain the parameters.

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 uses a specific verb ('PERMANENTLY remove') and clearly identifies the resource ('an SSH key'), distinguishing it from other SSH key tools (list, get, create, update) and from other delete tools in the sibling list. The permanence and confirm requirement add operational clarity.

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?

The description provides usage context by stating the confirm requirement and warning about the impact of deleting a key still in use. However, it does not explicitly compare to alternatives (e.g., updating the key or replacing it), leaving the agent to infer when this tool is the right choice over other SSH key operations.

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/logic-arts-official/scaleway-ops-mcp-server'

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