Skip to main content
Glama

Delete Site

kinsta_sites_delete
Destructive

Permanently delete a Kinsta site by providing its site ID. This action cannot be undone.

Instructions

Delete a Kinsta site permanently. This action cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idYesThe site ID to delete

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.0

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already mark destructiveHint=true, and the description adds the crucial permanence/cannot-be-undone warning, which is meaningful behavioral context beyond the annotation. It makes the irreversible nature of the action unmistakable to an agent.

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 short sentences, no filler, with the action stated first and the warning second. Every sentence earns its place.

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 irreversible deletion tool with a destructive annotation, the description is complete: it names the entity, the permanence, and the required effect. No output schema exists, but an agent has enough to invoke it correctly.

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%, so the schema already documents site_id as 'The site ID to delete.' The description adds no additional parameter detail, so the baseline 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 uses a specific verb and resource: 'Delete a Kinsta site permanently.' It clearly identifies the operation and adds a scope qualifier (Kinsta site), distinguishing it from sibling environment-delete or reset operations.

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?

The description implies the intended use (deleting a site permanently) and stresses irreversibility, but it does not explicitly state when to prefer this tool over alternatives or when not to use it. There are no exclusions or alternative-tool pointers.

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