Skip to main content
Glama

akb_drop_table

Drop a table and all its rows permanently from a vault. 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}
_vault_skill_ackNoOpaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.0.14
    • addedInput schema / properties / _vault_skill_ack
      Added value: +{
      +  "description": "Opaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically.",
      +  "maxLength": 128,
      +  "type": "string"
      +}
  2. Changed1 schema field changedv2.0.7
    • changedInput schema / properties / uri / description
      Previous value: -"Table URI (akb://{vault}/table/{name})"New value: +"Table URI — akb://{vault}[/coll/{coll_path}]/table/{name}"
  3. Addedv2.0.4
  4. Removedv2.0.1
  5. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it clearly discloses irreversibility, scope ('all rows'), and the admin requirement. It stops short of describing cascade effects or what happens to related objects, but the core destructive behavior is explicit.

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?

Three short clauses deliver action, consequence, and prerequisite with no filler. The warning is front-loaded right after the verb, and the admin requirement closes it efficiently.

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?

The description covers what gets deleted, that it is permanent, and who may perform it, which is sufficient for a two-parameter tool. It doesn't mention effects on related objects, but the schema already documents the URI format and auth token, so the remaining gap is small.

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 the baseline applies; both uri and _vault_skill_ack are already fully documented in the schema. The description adds no parameter-specific meaning beyond that.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific action (permanently delete) and resource (a table with all rows), which clearly distinguishes it from siblings like akb_delete_vault and akb_delete_collection. It doesn't explicitly contrast with the generic akb_delete, but the table-specific scope is unambiguous.

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 use when a table must be removed permanently and states the admin-role prerequisite, but it does not spell out when to prefer this over akb_delete or akb_alter_table. There is no explicit when-not-to-use guidance or named alternatives.

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

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