Skip to main content
Glama

Permanently delete trash entry

purge_trash_entry
DestructiveIdempotent

Permanently delete one exact NotePom trash entry and its unreferenced stored objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trashEntryIdYes
idempotencyKeyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
purgedYes
trashEntryIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already carry destructiveHint=true and idempotentHint=true, so the description's job is lighter. It adds valuable behavioral detail beyond the annotations by specifying that only unreferenced stored objects are deleted, and it does not contradict the annotation-provided safety profile.

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?

A single, front-loaded sentence with no filler. It communicates the core operation and a key behavioral nuance without wasting words.

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

Completeness3/5

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

The tool is simple and has annotations plus an output schema, so the description only needs to cover selection and invocation essentials. It covers purpose and destruction scope, but it leaves idempotencyKey semantics unexplained and does not explicitly distinguish itself from restore_trash_entry, which are meaningful gaps for an agent choosing and calling the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to compensate for both parameters. It indirectly clarifies trashEntryId as 'one exact trash entry,' but it says nothing about what idempotencyKey means, why it is required, or how it should be generated/used despite the idempotentHint annotation.

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 ('Permanently delete') and a specific resource ('one exact NotePom trash entry'), and adds a distinctive consequence ('and its unreferenced stored objects'). It clearly separates this from sibling operations like restore_trash_entry and trash_file.

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?

The description makes it clear this is the permanent-destruction counterpart to trash/restore operations, giving an agent enough context to distinguish when to call it. However, it does not explicitly name alternatives or state 'use restore_trash_entry instead when recovery is desired,' so it stops short of a full when/when-not explanation.

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