Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Revoke a JWT session

scaleway_iam_delete_jwt
Destructive

Revoke an active browser or console session instantly, signing out the user. Requires confirmation to proceed.

Instructions

Immediately invalidate one active browser/console session. Requires confirm=true. Whoever holds that session is signed out right away - same severity as revoking an API key, but for an interactive login instead of a programmatic credential.

Input Schema

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

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

Annotations already declare destructiveHint=true, so the tool is clearly destructive. However, the description adds valuable behavioral context beyond annotations: it clarifies the immediate effect ('whoever holds that session is signed out right away'), the required confirm flag, and the parallel to API key revocation. There is no contradiction with annotations, and the extra context is substantial.

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 long with zero filler. Every word adds value: the tool's effect, the required parameter, the severity comparison. It is front-loaded with the core action and then elaborates efficiently.

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 complexity (2 parameters, no output schema, destructive action), the description provides complete guidance: what it does, what it requires, what the outcome is, and how it compares to related actions. An agent can safely decide to invoke this tool with no additional documentation needed.

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?

Schema coverage is 50% – the confirm parameter has a description, but jti does not. The description explicitly mentions that confirm is required, and that the effect is 'immediate' and 'same severity as revoking an API key', adding meaningful semantic context for the confirm parameter. While jti is not individually described, the description as a whole explains what the tool targets (a session), compensating somewhat. The baseline of 3 is elevated to 4 because the description adds clear value 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 uses immediate, specific verbs ('Immediately invalidate', 'revoke') with a clear resource ('one active browser/console session', 'interactive login'). It clearly distinguishes this from API key revocation by explicitly contrasting the type of credential being revoked, effectively differentiating it from sibling IAM revocation tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states the tool requires 'confirm=true' and compares the severity to revoking an API key, providing clear context on when this is the appropriate tool (for interactive sessions) versus alternatives. The 'immediately invalidate ... same severity as revoking an API key' guides the agent to understand the weight of this action.

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