Skip to main content
Glama

s3_cancel_account_deletion

Cancel an ongoing S3 account deletion initiated through billing and restore the account to active status. Confirm the operation to proceed.

Instructions

Отменить процесс удаления S3-сервиса, инициированный через биллинг, и восстановить активный статус аккаунта (s3/cancel_payment_account_deletion).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be true to run the operation.
account_idNoID S3-аккаунта (если требуется; уточняйте через s3_get_users)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.6/5.0
Behavior3/5

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

Annotations are minimal (readOnlyHint=false, destructiveHint=false, openWorldHint=true). The description adds that it restores active status, which is a behavioral outcome, but it does not disclose side effects, prerequisites, or reversibility. The openWorldHint suggests unknown effects, which the description does not address.

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 a single, focused sentence that front-loads the action and outcome. It includes the technical operation path in parentheses, which is useful without adding verbosity.

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?

There is no output schema, so the description should hint at return values or outcomes; it does not. It also omits prerequisites like having a pending deletion or the requirement that confirm be true (though the schema covers that). Given the tool's simplicity and the sibling tools, the description is adequate but not thorough.

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

Parameters3/5

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

Schema coverage is 100%, so both parameters (confirm and account_id) are already described. The description adds no additional meaning about parameters, so the baseline of 3 applies.

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 the action (cancel S3 deletion process) and the outcome (restore active status), including the specific operation path. It distinguishes itself from sibling deletion tools like s3_delete_account and s3_delete_payment_account by explicitly focusing on cancellation.

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 implies usage when a deletion initiated through billing needs to be undone, but it does not explicitly state when to use this tool versus alternatives such as get_cancellation_requests or s3_delete_account. No clear exclusions or alternative routing is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools