Skip to main content
Glama

List secrets

secrets_list
Read-onlyIdempotent

List environment variables and secrets configured for a Lizard project or service. Values are masked by default; set reveal to true to view actual values.

Instructions

Use this when the user wants to see environment variables/secrets configured for a Lizard service or project. Values are masked by default; pass reveal:true to see actual values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
revealNo
projectYes
serviceNoOmit for project-wide (global) secrets
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds important behavioral detail: values are masked by default and reveal:true is required to see actual values. This is beyond the annotations and directly relevant to invoking the tool.

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?

Two sentences, front-loaded with the usage trigger and followed by the key behavioral caveat. Every sentence earns its place with no redundant detail.

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 read-only list tool with no output schema, the description covers when to use it, the service/project scoping, and the masking behavior. A hint about the exact return shape would be nice, but the title and description carry the agent far enough.

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?

Schema description coverage is only 33%, so the description must compensate. It adds meaning for 'reveal' and clarifies that secrets are scoped to a service or project, but it does not describe the 'project' parameter semantics directly, and the schema already documents the optional-service nuance. Partial compensation, but with a clear gap.

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 clearly states the operation ('see environment variables/secrets') and its resource scope ('configured for a Lizard service or project'). This distinguishes it from sibling tools like secrets_set, secrets_delete, and secrets_refs, which involve different actions.

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 phrase 'Use this when the user wants to see...' gives an explicit usage trigger. It does not mention exclusions or alternatives, but the context is clear enough for an agent to select this tool for listing secrets.

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/lizard-build/lizard-mcp'

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