Skip to main content
Glama

Șterge (reversibil)

sterge
Destructive

Remove a page or article from your site and list, moving it to version history so you can restore it later.

Instructions

Scoate elementul de pe site și din listă, mutându-l între versiuni. Se poate reface cu "restaureaza".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tipYes"pagina" = pagină fixă (Despre, Contact; "acasa" e prima pagină) · "articol" = articol de blog, cu dată și etichete
slugYesAdresa: litere mici fără diacritice, cifre, cratime. Ex. "despre-noi" → /despre-noi. Pagina "acasa" e /.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.19.1

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already mark this as destructive and non-read-only, and the description adds valuable behavior beyond that: the deletion is reversible, the item is moved between versions, and it can be restored with 'restaureaza'. It also discloses that the effect is both 'de pe site' and 'din listă', which is useful for the 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?

The description is two short sentences with no filler: the primary action is front-loaded, and the reversibility/restore info follows immediately. Every clause earns its place.

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 two-parameter mutation with strong annotations, the description covers the core behavior, scope, and reversibility. It does not describe the return format or post-condition details, but those are not essential for selecting and invoking this tool 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 parameters are fully documented in the schema itself, including enum values, patterns, and examples. The description adds no extra parameter semantics, which is acceptable given the high schema coverage.

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 concrete action and resource: it removes an element from the site and the list, moving it between versions. This clearly identifies the tool as the reversible deletion operation for pages/articles, and the mention of 'restaureaza' plus the sibling 'sterge_fisier' helps distinguish it from file deletion.

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 intended use is implied: delete a content element (page/article) rather than a file. However, the description does not explicitly give when-to-use or when-not-to-use guidance, nor does it name alternatives such as 'sterge_fisier' for files or 'retrage' for publication status.

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