Skip to main content
Glama
rawtreedb

RawTree MCP Server

Official
by rawtreedb

Delete API Key

delete-api-key

Permanently revoke and delete an API key using its UUID or full token. Requires explicit user confirmation to prevent accidental removal.

Instructions

Purpose: Permanently revoke and delete a RawTree API key by UUID or full token.

NOT for: Deleting a table, project, or user session.

Returns: Deletion confirmation.

Safety: You MUST list or identify the key first, ask the user to confirm the exact key name or ID, and warn that services using it will lose access. This action cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idOrTokenYesAPI key UUID or full rt_ token to delete.
confirmYesSet to true only after the user explicitly confirms revocation of this exact API key.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the destructive nature ('permanently revoke', 'cannot be undone') and safety steps. The only minor gap is not detailing the return format or error states, but the core behavior is well communicated.

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 is well-structured with bold headers and bullet points. Every sentence adds value, and it is front-loaded with the purpose and key constraints. No wasted words.

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 tool with 2 parameters and no output schema, the description covers purpose, usage boundaries, and safety instructions. It is contextually complete for an AI agent to invoke correctly.

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%, so baseline is 3. The description adds safety context (must list key first, ask user confirmation) but does not add meaning beyond what the schema provides for each parameter.

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 action (permanently revoke and delete), the resource (RawTree API key), and how to identify it (by UUID or full token). This distinguishes it from siblings like create-api-key and list-api-keys.

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

Usage Guidelines5/5

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

The description explicitly states what the tool is NOT for (deleting a table, project, or user session), and provides step-by-step safety instructions (list key, confirm with user, warn about service disruption). This is exemplary guidance for an AI agent.

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/rawtreedb/rawtree-mcp'

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