Skip to main content
Glama

Manage application env vars

applicationEnvs

Manage environment variables for an application: list, create, update, upsert, bulk update, and delete. Secrets are masked by default.

Instructions

Manage environment variables for an application. Actions: list (secrets masked unless showSecrets), create, update, upsert (create or update by key), bulk_update (pass envs array), delete (needs env_uuid).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNo
envsNoFor bulk_update: full list of env vars to apply
uuidYesApplication UUID
valueNo
actionYes
env_uuidNoRequired for delete
is_literalNo
is_previewNo
showSecretsNo
is_multilineNo
Behavior4/5

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

The description discloses key behavioral traits: list masks secrets unless showSecrets is set, upsert is idempotent (create or update by key), and delete requires env_uuid. These go beyond the annotations (readOnlyHint false, destructiveHint false) by offering operational details. However, it doesn't describe the full behavior of create/update or response format.

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, information-dense sentence that leads with the core purpose and then enumerates actions. No redundant or filler words.

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?

With 10 parameters, 6 actions, and no output schema, the description covers actions but omits parameter requirements per action (e.g., that create/update likely need key and value). It also doesn't describe return values. More detail is needed for an agent to invoke this correctly.

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?

Schema coverage is only 30%, and the description only clarifies a few parameters: showSecrets, envs, and env_uuid. It fails to explain key, value, is_literal, is_preview, is_multiline, which are undocumented in the schema. For a 10-parameter tool, this is insufficient compensation.

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 tool manages environment variables for an application, using the verb 'Manage' and resource 'application env vars'. It distinguishes from sibling tools like databaseEnvs and serviceEnvs by specifying 'application'.

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 context that this is for application environment variables, differentiating it from databaseEnvs/serviceEnvs. It also gives action-specific usage notes like 'list (secrets masked unless showSecrets)' and 'delete (needs env_uuid)', but does not explicitly say when not to use this tool.

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/frndchagas/coolify-mcp'

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