Delete Table
delete-tablePermanently delete a RawTree table and all its data. Requires explicit user confirmation of the exact table name and an admin key.
Instructions
Purpose: Permanently delete a RawTree table and its data.
NOT for: Clearing a query result or undoing a single insert. This deletes the whole table.
Returns: Deletion confirmation.
Safety: You MUST ask the user to confirm the exact table name before calling this tool. This action requires an admin key and cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to delete. | |
| confirm | Yes | Set to true only after the user explicitly confirms deletion of this exact table. |