Skip to main content
Glama

Remove an API key

remove_byok_key
DestructiveIdempotent

Permanently remove a pooled BYOK credential by key ID from the authenticated project, including its Vault secret.

Instructions

Permanently remove one pooled BYOK credential by key id from the authenticated project, including its Vault secret. Write; destructive; idempotent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyIdYesPooled BYOK key UUID from list_byok_keys
projectIdYesProject id
Behavior4/5

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

The description adds context beyond the annotations by specifying that removal is permanent and includes deletion of the associated Vault secret. It also labels the operation as write, destructive, and idempotent, which is consistent with the annotations and adds meaningful detail.

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 a single sentence plus three tag-like tokens, all front-loaded with the action and resource. It packs essential information without redundancy or unnecessary words.

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?

For a simple deletion tool with two well-described parameters and annotations covering destructive and idempotent behavior, the description adequately conveys the scope and consequences, including the Vault secret. It does not mention potential prerequisites like project existence, but this is not critical given the simplicity.

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?

The schema already covers both parameters with descriptions (keyId as 'Pooled BYOK key UUID from list_byok_keys' and projectId as 'Project id'), so the description adds no additional parameter-level meaning beyond echoing 'by key id'. Baseline of 3 applies due to high schema coverage.

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 explicitly states the tool "Permanently remove one pooled BYOK credential by key id from the authenticated project, including its Vault secret." This clearly captures the action, resource, and scope, and distinguishes it from sibling tools like add_byok_key and list_byok_keys.

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?

The description implies usage for removing a BYOK key but does not explicitly state when to use it versus alternatives or any conditions. It names no sibling tools or exclusions, so guidance is limited to the core purpose.

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/kensaurus/mushi-mushi'

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