Skip to main content
Glama
dave1362

RCA-MCP Connector

rca_auth_list_keys

Read-onlyIdempotent

List your API keys and view metadata including key ID, label, plan, creation and last used dates, and active status. Requires an admin API key.

Instructions

List your own API keys and their metadata. Never returns raw or hashed key material. Admin role required (Enterprise plan).

Returns: str: JSON with total and a list of {key_id, label, plan_at_issue, created_at, last_used_at, is_active}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds value beyond the annotations (readOnlyHint=true, destructiveHint=false) by disclosing that the tool 'Never returns raw or hashed key material' and that it requires admin role. Annotations already indicate safety; the description gives specifics.

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. It front-loads the main action and includes only essential information: what it does, security constraints, and return format. No extraneous text.

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

Completeness5/5

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

Given the tool's simplicity (list keys), the description is complete. It specifies the return type as a JSON string with fields (key_id, label, plan_at_issue, created_at, last_used_at, is_active), mentions requirements, and discloses what it does not return. No gaps.

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

Parameters2/5

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

The input schema has two parameters: token (with description 'API key (admin role required)') and client_id (with description 'Client Id', default 'default'). The description does not add any additional meaning or clarify these parameters beyond what the schema provides. Schema description coverage is 0%, but the description fails to compensate.

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's purpose: 'List your own API keys and their metadata.' It uses a specific verb ('List') and resource ('API keys') and distinguishes itself from sibling tools like rca_auth_rotate_key and rca_auth_revoke_token.

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: 'Admin role required (Enterprise plan).' It implicitly suggests not to use it for key management tasks. While it does not explicitly name alternatives, the condition and the sibling tool list make the usage clear.

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/dave1362/rca-mcp-connector'

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