Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Delete a SCIM provisioning token

scaleway_iam_delete_scim_token
Destructive

Permanently revoke a SCIM token to immediately break IdP provisioning. Requires confirm=true to proceed.

Instructions

PERMANENTLY revoke a SCIM token. Requires confirm=true. IdP provisioning breaks immediately until a new token is created and configured in the IdP. PATH UNCONFIRMED: follows the same nesting convention as scaleway_iam_list_scim_tokens (/scim/{scim_id}/tokens) but the single-item path could not be live-verified without recreating a live SCIM config - deliberately avoided, see docs/gotchas.md.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be explicitly true.
scim_idYes
token_idYes
Behavior4/5

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

Annotations already flag destructiveHint=true, so the description's job is lighter. It adds value by specifying the permanence, the required confirm flag, and the immediate effect on IdP provisioning. It also honestly notes an unverified path caveat. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with key information front-loaded ("PERMANENTLY revoke"). It includes necessary warnings and a caveat without redundancy. Slightly verbose on the path uncertainty note, but overall well-structured.

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?

For a destructive action with required confirm, the description covers the essential operational context: permanence, prerequisite, immediate impact, and path uncertainty. The sibling tools list includes related SCIM operations, providing sufficient context. No output schema, but return values are likely straightforward.

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 description coverage is only 33% (only 'confirm' has a description). The description reiterates that confirm must be true but does not explain the semantics of scim_id or token_id beyond what their names and UUID format imply. Given low coverage, the description should provide more parameter guidance.

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 tool name, title, and description clearly communicate that this tool permanently revokes a SCIM token. The description uses strong verbs ("PERMANENTLY revoke") and uniquely identifies the resource type, distinguishing it from sibling delete operations.

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 explicitly states when to use the tool (to revoke a SCIM token) and includes a critical prerequisite (confirm=true). It warns that IdP provisioning breaks immediately, providing context on consequences. However, it does not explicitly guide against use when rotation is intended, nor does it mention creating a new token as the recovery alternative.

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