Skip to main content
Glama

akb_drop_table

Permanently delete a table and all its rows from the vault. Requires admin role. This operation cannot be undone.

Instructions

Permanently delete a table and all its rows. Cannot be undone. Requires admin role on the vault.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYesTable URI (akb://{vault}/table/{name})
Behavior5/5

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

With no annotations, the description fully discloses behavior: the operation is permanent ('Cannot be undone') and requires admin role. This is transparent about the destructive nature and authorization needed, leaving no ambiguity.

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 consists of two concise sentences. The first states the action and scope, the second adds critical behavioral notes. Every word serves a purpose, with no redundancy or fluff.

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?

Despite the tool's simplicity, the description covers all essential aspects: what it does, the scope (all rows), irreversibility, and authorization. No additional information is needed for an agent to correctly select and invoke this tool.

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?

The input schema has 100% coverage for the single parameter 'uri', with a clear description in the schema. The tool description does not add additional parameter information, so a baseline score of 3 is appropriate.

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 tool's purpose: 'Permanently delete a table and all its rows.' The verb 'delete' is specific and the resource 'table' is well-defined, distinguishing it from siblings like akb_alter_table or akb_create_table.

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 provides explicit conditions: 'Cannot be undone' and 'Requires admin role.' This tells the agent when and when not to use the tool. It does not explicitly mention alternatives but the context is sufficient for a high-confidence decision.

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/dnotitia/akb'

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