Skip to main content
Glama

list_credentials

Retrieve metadata for all stored credentials in n8n automation workflows without exposing sensitive secrets, enabling secure credential management.

Instructions

List all credentials (metadata only — secrets are never exposed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It usefully discloses that secrets are never exposed (a key security constraint) and specifies 'metadata only' output. However, it doesn't mention pagination behavior, rate limits, authentication requirements, or what specific metadata fields are returned, leaving gaps in behavioral understanding.

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 a single, efficient sentence that front-loads the core purpose ('List all credentials') and immediately adds crucial behavioral context ('metadata only — secrets are never exposed'). Every word earns its place with zero wasted text.

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 (one optional parameter, read-only operation), the presence of an output schema, and no annotations, the description is reasonably complete. It covers the key security constraint about secrets and specifies metadata-only returns. For a basic list operation, this provides adequate context, though additional behavioral details would enhance completeness.

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 description adds no parameter information beyond what's in the schema (which has 0% description coverage for the single 'limit' parameter). However, with only one optional parameter and an output schema present, the description adequately compensates by focusing on output behavior. The baseline would be 3 for high schema coverage, but with 0% coverage and minimal parameters, a 4 is appropriate as the description provides sufficient context for tool selection.

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 states the verb ('List') and resource ('credentials') with a specific scope ('all'). It distinguishes from siblings like 'get_credential_schema' by focusing on listing metadata rather than schema details. However, it doesn't explicitly differentiate from other list tools like 'list_data_tables' or 'list_workflows' beyond the resource type.

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. It doesn't mention prerequisites, timing considerations, or comparisons to other credential-related tools like 'create_credential' or 'update_credential'. The agent must infer usage from the tool name alone.

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/Siddharth0903/n8n-mcp'

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