Skip to main content
Glama

Delete Application Environment Variable

coolify_delete_app_env
DestructiveIdempotent

Remove an environment variable from a Coolify application by providing the application and environment variable UUIDs, with explicit instance selection to prevent accidental changes.

Instructions

Remove an environment variable from an application.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesApplication UUID
revealNoReveal redacted secret values in the response (default false; the call is audited)
env_uuidYesEnvironment variable UUID
instanceYesREQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident.
Behavior2/5

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

Annotations already provide destructiveHint=true and idempotentHint=true. The description adds no behavioral context beyond stating the operation. No mention of side effects, reversibility, or permission requirements.

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?

One sentence, no wasted words, directly states the action. Concise and front-loaded.

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 delete operation with comprehensive annotations and schema, the description is adequate. It could mention that the operation is idempotent (already in annotations) or that the variable must exist, but no critical missing context.

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%; each parameter is well-documented in the input schema. The tool description adds no additional parameter meaning beyond what's already present.

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 is a clear verb+resource phrase: 'Remove an environment variable from an application.' It precisely states the action and target, distinguishing it from create/update siblings.

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 tool versus alternatives (e.g., using bulk delete or update). No prerequisites or context about when deletion is safe or allowed. The parameter description for 'instance' warns about accidental writes, but that's not a usage guideline.

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/AlobarQuest/infraops-mcp-server'

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