Skip to main content
Glama
nexus-xyz

nexus-exchange-mcp

Official
by nexus-xyz

delete_api_key

Revoke an HMAC API key by its key id. Requires confirmation to prevent accidental deletion.

Instructions

Delete (revoke) an HMAC API key by its key id. Destructive: any caller using that key stops working. You must pass confirm: true. Authenticates with a session token from login — set NEXUS_EXCHANGE_SESSION_TOKEN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
key_idYesAPI key id to delete, e.g. "nx_a1b2c3d4e5f67890".
confirmNoMust be true to actually delete (guards against typos).
Behavior4/5

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

The description explicitly states the destructive nature: 'any caller using that key stops working'. It also mentions the authentication requirement via session token. With no annotations provided, the description adequately conveys the key behavioral traits, though it could mention permission requirements or reversibility.

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 concise with three sentences. The first sentence states the purpose, the second emphasizes destructiveness, and the third covers the required parameter and authentication. No 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?

Given the tool's simplicity (2 parameters, no output schema, no annotations), the description covers purpose, destructive impact, required parameter, and authentication. It could mention potential errors or the response, but it is largely complete for effective use.

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% and schema descriptions for both parameters (key_id and confirm) are already detailed. The tool description repeats the requirement to pass confirm: true but adds no new semantic information beyond what is in the schema.

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 verb 'Delete (revoke)' and the resource 'HMAC API key by its key id'. It distinguishes this tool from sibling tools like create_api_key and list_api_keys by specifying the action and resource.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool (to revoke an API key) and includes a necessary requirement to pass confirm: true. It also mentions authentication via session token, which is essential for using the tool. However, it does not explicitly state when not to use it or mention alternatives.

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/nexus-xyz/nexus-exchange-mcp'

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