Skip to main content
Glama
Space-C0wboy

ReliaQuest GreyMatter MCP Server

by Space-C0wboy

delete_api_keys

Delete API keys for a specified user to revoke access and secure your GreyMatter account.

Instructions

API Keys · mutation deleteApiKeys. Variables: user. Example variables: {"user":""}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNoGraphQL: ID
customer_slugNoOverride the x-reliaquest-customer (OpCo) header.
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It merely states that it is a 'mutation' but does not explain the destructive scope, whether it deletes all API keys for the user, or any security or confirmation implications. This lacks transparency.

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

Conciseness4/5

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

The description is brief and front-loaded with the resource and operation type. It avoids verbosity, though the phrase 'API Keys · mutation deleteApiKeys' partially duplicates the tool name. Overall, it is concise and well-structured.

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?

For a destructive operation with no output schema, the description is too sparse. It fails to specify whether it deletes all API keys for a user or a specific set, and it omits context about potential side effects. This ambiguity is especially problematic given the sibling 'delete_api_key_by_id'.

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 input schema already provides full coverage for both parameters ('user' and 'customer_slug'), so the description adds minimal value. It provides an example for 'user' but does not explain the purpose of 'customer_slug' or how parameters relate to each other.

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 clearly identifies the tool as a mutation to delete API keys, and the variable 'user' indicates the target. However, it does not distinguish this from the sibling tool 'delete_api_key_by_id', leaving the exact scope (e.g., all keys for a user vs. a single key) ambiguous.

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 like 'delete_api_key_by_id' or 'create_api_key'. It only lists variables with an example, but no exclusions or context for selection.

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/Space-C0wboy/Reliaquest-Greymatter-MCP-Server'

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