Skip to main content
Glama
signalford

Doppler MCP Server

by signalford

doppler_environments_list

List all environments within a Doppler project to get a clear overview of dev, staging, and production configurations, helping you manage and organize your project's deployment stages.

Instructions

List all environments in a Doppler project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoThe Doppler project name (optional if set via doppler setup)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states what the tool does but reveals nothing about output format, pagination, error behavior, auth requirements, or side effects. For a list operation with zero annotation coverage, more behavioral disclosure would be expected.

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?

One concise sentence with zero waste. Front-loaded and direct. Could arguably earn a 5, but the brevity trades away potentially valuable context that a fuller description could provide.

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?

The tool is simple (1 param, 0 required) and the schema covers the parameter fully, which helps. However, the distinction between environments and configs in Doppler's model is non-obvious, and with no output schema and no annotations, a bit more context would make this genuinely complete. The single line leaves meaningful gaps for a tool in a family with several similar list commands.

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 100% — the 'project' parameter is documented as 'The Doppler project name (optional if set via doppler setup)'. The description adds nothing beyond the schema, so baseline of 3 applies since the schema already documents the single parameter fully.

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?

Clear verb+resource: lists environments in a Doppler project. The scope ('all environments in a project') is specific, though it doesn't distinguish from siblings like configs_list — configs and environments are related Doppler concepts, and the description gives no hint about the difference.

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?

No guidance on when to use this vs alternatives. Among siblings are doppler_configs_list and doppler_projects_list; the description doesn't explain what an 'environment' is relative to a config or when one would need it. No when/when-not guidance provided.

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/signalford/mcp-doppler'

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