delete_api_key
Remove an API key from the AnythingLLM MCP Server to manage access and maintain security by deleting specific keys.
Instructions
Delete an API key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | ID of the API key to delete |
Remove an API key from the AnythingLLM MCP Server to manage access and maintain security by deleting specific keys.
Delete an API key
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | ID of the API key to delete |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Delete an API key' implies a destructive, irreversible mutation, but it doesn't specify consequences (e.g., loss of access, permanent removal), authentication requirements, or error handling. This is a significant gap for a mutation tool with zero annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with zero waste—'Delete an API key' is front-loaded and directly conveys the core action. Every word earns its place, making it highly concise and well-structured for quick understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (a destructive mutation), lack of annotations, and no output schema, the description is incomplete. It doesn't address critical aspects like what happens after deletion, error cases, or return values. For a tool that permanently removes resources, more context is needed to ensure safe and correct usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with 'keyId' clearly documented as 'ID of the API key to delete'. The description adds no additional parameter semantics beyond what the schema provides. According to the rules, with high schema coverage (>80%), the baseline is 3 even without param info in the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Delete an API key' clearly states the action (delete) and resource (API key), making the purpose immediately understandable. It distinguishes from siblings like 'create_api_key' and 'list_api_keys' by specifying deletion. However, it doesn't explicitly mention what 'delete' entails (permanent removal vs. deactivation), keeping it from a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing API key), exclusions, or comparisons to sibling tools like 'create_api_key' or 'list_api_keys'. Without such context, the agent must infer usage based on the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raqueljezweb/anythingllm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server