Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_api_keys_get_v1_api_keys

Read-onlyIdempotent

List all API keys associated with your Panelica account. Use this read-only endpoint to retrieve existing API keys for auditing or management.

Instructions

List api keys

HTTP: GET /v1/api-keys Category: API Keys Required scopes: accounts:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/5

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

It adds the required scope 'accounts:read', which is behaviorally relevant beyond the annotations, and confirms the HTTP GET method. The read-only statement is consistent with the readOnlyHint and destructiveHint annotations, though it does not describe pagination or response details.

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 compact and front-loaded with the core action, followed by only the most relevant transport, category, scope, and safety details. Every line adds value without unnecessary verbosity.

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 zero-parameter list operation, the description covers the essential context: endpoint, category, required scope, and read-only status. The lack of response-shape or pagination information is a minor gap, especially given the annotations and the simplicity of the operation.

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

Parameters4/5

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

The tool has zero parameters and an empty input schema, so there is no parameter ambiguity for the description to resolve. The baseline of 4 applies because no parameter documentation is needed.

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 states 'List api keys' with the explicit endpoint 'GET /v1/api-keys', making both the action and resource unambiguous. It is clearly distinct from sibling tools like panelica_api_keys_get_v1_api_keys_key_id, which targets a single key.

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 provides useful context such as category, HTTP method, required scopes, and read-only behavior, but it does not explicitly state when to prefer this tool over alternatives like the single-key getter. Usage is implied rather than fully specified.

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

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/Panelica/panelica-mcp'

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