Skip to main content
Glama

Delete environment

remove_unified_environment
DestructiveIdempotent

Delete an environment by its ID from the connected account. Requires id. Permanently removes the record and cannot be undone. To search or list environments, use list_unified_environments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the environment to remove

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark the operation as destructive and non-read-only. The description adds beyond that by stating the removal is permanent and cannot be undone, and by clarifying it operates on the connected account. It doesn't cover downstream side effects, but the added context is substantive.

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 short sentences each earn their place: the action and target, the required parameter, the permanent consequence, and the routing to the list alternative. It is front-loaded and free of filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter destructive tool with annotations covering safety and no output schema, the description is complete. It covers what the tool does, the required input, the irreversibility, and the correct sibling for non-destructive queries.

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 coverage is 100%, and the property description already explains that `id` is the environment to remove. The description only repeats 'Requires id' without adding extra format, constraints, or behavioral nuance, so the baseline of 3 applies.

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 states a specific verb ('Delete') and resource ('environment by its ID'), plus the scope ('from the connected account'). It clearly distinguishes this from the list/search sibling by naming `list_unified_environments` as the alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when to use this tool (delete by ID) and directs search/list needs to `list_unified_environments`. This provides clear routing versus the most relevant sibling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources