Skip to main content
Glama

delete_env

DestructiveIdempotent

Delete one or more environment variables by key for a Hatchable project. Provide a single key or multiple keys for batch deletion; missing keys are skipped without error, ensuring idempotent retries. Changes apply on the next deploy.

Instructions

Delete one or more environment variables by key. Pass key for a single delete or keys for a batch. Missing keys are reported in skipped, not errored, so retries are idempotent. Takes effect on the next deploy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID
keyNoSingle key to delete
keysNoArray of keys to delete
Behavior5/5

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

Description adds key behavioral details beyond annotations: mentions idempotency, skipped keys (no error), and that it takes effect on next deploy. Annotations already mark destructiveHint and idempotentHint; description enriches with 'skipped' behavior.

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?

Three sentences, each serving a distinct purpose: operation description, usage modes, behavioral nuance. No fluff.

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?

Coverage is high given annotations and schema. The description clarifies the behavior for missing keys and the effect timing. Minor gap: could mention if the tool requires specific permissions.

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?

Schema coverage is 100% so parameters are documented. Description adds meaning by explaining the relationship between `key` and `keys`, and the side-effect of 'skipped'. Could mention that `key` and `keys` are mutually exclusive.

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 verb (Delete), resource (environment variables), and specifies the two modes (single via `key`, batch via `keys`). It distinguishes from sibling tools like `set_env` and `list_env`.

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?

Explicitly explains that missing keys are reported in `skipped` without error, making the tool idempotent. Does not explicitly mention when not to use, but the context is clear for a delete operation.

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/Woobox/hatchable-mcp'

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