Skip to main content
Glama

Revoke API Key

revoke_api_key
Destructive

Authenticated tool to revoke API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyIdYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

Annotations indicate destructiveHint=true, so the agent knows it's destructive. However, the description adds no additional behavioral insights beyond 'Authenticated tool'. It does not mention that revocation is irreversible, that the key becomes immediately invalid, or any side effects like terminating active sessions. The description fails to leverage the opportunity to provide context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise (one sentence), which is efficient but at the cost of essential information. It could include more detail without becoming verbose, so it is under-informative rather than optimally concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter, destructive, no output schema), the description should cover the parameter meaning, the irreversible nature, and the result. It fails to provide this, making it insufficient for safe and correct usage. The sibling context shows many related tools, but the description does not aid differentiation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one required parameter 'apiKeyId' with no description, and schema description coverage is 0%. The description does not explain the parameter, e.g., what an API key ID is, how to obtain it, or its format. Without this information, the agent cannot correctly select or invoke the tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the verb 'revoke' and the resource 'API key', clearly indicating the tool's action. It differentiates from sibling tools like 'create_api_key' and 'list_api_keys' which perform different operations. However, it could be more explicit about the scope (e.g., which API key is affected) and the effect (key becomes invalid).

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

Usage Guidelines2/5

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 (e.g., 'create_api_key', 'list_api_keys'). It only mentions 'Authenticated tool', implying authentication is required, but does not specify prerequisites or exclusions. Lack of context on when to revoke vs. other key management operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.8/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between `list_messages`, `list_recent_events`, and `list_message_attempts`, and between `replay_event` and `replay_events`. However, the descriptions generally clarify differences.

Naming Consistency4/5

The naming mostly follows a verb_noun pattern (create_, list_, get_, update_, delete_), with consistent snake_case. A few tools like `rotate_endpoint_secret` and `upsert_event_type` deviate but still use verb_noun structure.

Tool Count2/5

With 52 tools, the set is extremely large and may overwhelm agents. While the domain is complex, this many tools reduce coherence and make selection more difficult.

Completeness4/5

The tool surface is very comprehensive, covering CRUD for most resources, replay, retries, anomaly management, and webhook setup. Minor gaps exist (no delete for destinations, no update for sources), but core workflows are well-supported.

Resources