Skip to main content
Glama
backblaze-labs

Backblaze B2 MCP Server

Official

b2_delete_key

DestructiveIdempotent

Permanently delete a B2 application key and immediately revoke access for all systems using it. Confirm the application key ID to complete this irreversible action.

Instructions

Permanently delete a B2 application key. This action is irreversible. Any system using the deleted key will lose access immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoConfirm this destructive/irreversible operation. Required when the server destructive policy is 'confirm' (the default).
applicationKeyIdYesThe ID of the application key to delete.
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already flag destructiveHint=true; the description adds meaningful consequences: deletion is irreversible and access is lost immediately. This exceeds the structured safety flags with real-world impact.

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?

Two dense sentences with no filler; the core action and irreversibility are front-loaded, and the access-loss consequence earns its place.

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 simple two-parameter destructive action, the essential facts (what happens, reversibility, immediate effect) are present. It lacks usage/alternative context, but schema and annotations fill most operational details.

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 description coverage is 100%, so applicationKeyId and confirm are already documented. The description adds no parameter-level information, which is acceptable given the schema baseline.

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?

States a specific verb and resource ('Permanently delete a B2 application key'), and the irreversibility clarifies the scope. This clearly distinguishes it from sibling tools like b2_delete_bucket or b2_create_key.

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

Usage Guidelines2/5

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

No guidance on when to choose this tool over alternatives, nor any conditions under which deletion should be avoided. It implies the action but doesn't provide decision context.

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

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/backblaze-labs/b2-mcp'

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