Skip to main content
Glama

delete_dev_doc

DestructiveIdempotent

Soft-delete a dev document by title or UUID. Reversible from trash. Pass category when multiple docs share the same title across subcategories (memory/claude/cursor/env/docs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoDocument UUID
titleNoDocument title
categoryNoSubcategory to disambiguate title

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / $schema
      Added value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Explicitly discloses soft-delete behavior and reversibility ('Reversible from trash'), which adds meaningful context beyond the destructiveHint and idempotentHint annotations. No contradiction with annotations.

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, front-loaded with the main action, then the specific disambiguation guidance. No fluff or redundancy.

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?

Covers the core behavior, reversibility, and the edge case of title collisions. Lacks explicit mention that either `id` or `title` must be provided (since no required parameters), but this is implied. Good overall for a tool with annotations and full schema coverage.

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?

Input schema already covers all parameters (100%), so baseline is 3. Description adds value by clarifying that `category` should be used when titles collide across subcategories and lists examples (memory/claude/cursor/env/docs). This goes beyond schema descriptions.

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 clearly states 'Soft-delete a dev document by title or UUID' with a specific verb and resource. It distinguishes this from sibling tools like delete_task, graph_soft_delete, and sync_delete by focusing on dev documents.

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?

Provides clear context: mentions reversibility and explains when to pass `category` for disambiguation. Lacks explicit when-not-to-use or alternatives, but the resource-specific scope implies when it applies.

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