Skip to main content
Glama

akb_drop_table

Permanently remove a table and all its rows from the vault using the table URI. Requires admin role and 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}[/coll/{coll_path}]/table/{name}
Behavior4/5

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

No annotations exist, so description carries full burden. Discloses key behaviors: permanence ('Cannot be undone'), permission requirement ('Requires admin role'), and scope ('all its rows'). However, does not mention potential effects on related objects (e.g., dependencies).

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?

Very concise: two sentences, no redundant words. Front-loaded with the core purpose. Every sentence adds value.

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?

For a destructive operation with one parameter and no output schema, the description is fully adequate. It covers purpose, effect, and prerequisites. No gaps.

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%, and the description of the 'uri' parameter in the schema is already clear. The tool description adds no extra meaning beyond what the schema provides, so baseline 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?

Clearly states the action ('Permanently delete a table and all its rows'), identifies the resource ('table'), and distinguishes from siblings like akb_delete (which likely works on rows) by specifying 'table'. Also includes irreversibility and permission requirements.

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?

Implies usage only with admin role and when permanent deletion is intended, but does not explicitly mention alternatives or when not to use. Contrast with siblings like akb_alter_table or akb_delete is not provided, leaving the agent to infer.

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