Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_mcp_deployment_delete

Delete an MCP deployment and, by default, cascade the deletion to linked agent-service MCP server and tools.

Instructions

Delete an MCP deployment. cascade_agent=true (default) also removes the linked agent-service MCP server/tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cascade_agentNo
deployment_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

A4/5.0
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses the cascade effect and default, but doesn't explicitly state irreversibility, permissions, or other side effects. 'Delete' implies destructive, but not explicit.

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?

Two concise sentences with the primary action front-loaded and no redundant words.

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 with one required parameter, it covers the key behavior and cascade impact. Could mention permanence or effect on running instances, but adequate for the tool's simplicity.

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 0%, so description must compensate. It explains cascade_agent's default and effect, covering the non-obvious parameter. deployment_id is self-explanatory from name and required flag, so not critical to describe.

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?

States a specific verb ('Delete') and resource ('MCP deployment'), and adds the unique cascade_agent behavior that distinguishes it from siblings like stop or update. The action is unambiguous.

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

Usage Guidelines3/5

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

No explicit when-to-use or alternative comparisons. The description implies permanent removal but doesn't contrast with yaaif_mcp_deployment_stop or other lifecycle tools. The cascade detail is a usage nuance, not a routing guide.

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

Deploy Server

Other Tools