Skip to main content
Glama

xi.pe

Delete a paste

delete_paste
DestructiveIdempotent

Delete a xi.pe paste before it expires. Requires the delete_token returned when it was created; there is no other way to prove ownership.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesthe paste's code (6 characters, or 23 if created with long), or its full xi.pe URL
delete_tokenYesthe delete_token returned when the paste was created

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / code / description
      Previous value: -"the paste's code (4-5 characters, or 23 if created with long), or its full xi.pe URL"New value: +"the paste's code (6 characters, or 23 if created with long), or its full xi.pe URL"
  2. First observed

TDQS

A4.6/5.0
Behavior4/5

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

The description adds value beyond the annotations by explaining the necessity of the delete_token for ownership proof, and noting that deletion can occur before the paste's natural expiration. The destructiveHint annotation is confirmed. However, the description could also mention if the operation is irreversible or if it affects other users, but given the annotations already indicate destructive and idempotent behavior, the description is largely sufficient.

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 sentences, no wasted words. The first sentence front-loads the action and timing constraint, the second explains the key prerequisite. Every sentence 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?

Given the tool has only 2 required parameters and no nested objects, the description is complete. It explains the action, timing, and authentication requirement. It could be more complete by describing what happens upon success (e.g., confirmation message) but the absence of an output schema makes this acceptable.

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 100%, so the baseline is 3. The description adds value by explaining why the delete_token is required ('provides proof of ownership') and clarifies that code can be a short or long code or full URL. This goes beyond the schema's basic descriptions, justifying a score of 4.

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 ('Delete') and resource ('a xi.pe paste'), clearly distinguishing it from siblings like create_paste and read_paste. It also adds the important context that deletion can happen before expiration, which clarifies the scope beyond a simple delete.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (to delete before expiration) and what prerequisite is required (the delete_token). It implies when not to use it—if you lack the token, you cannot prove ownership—which is a clear exclusion criterion. No sibling tool is mentioned, but the token requirement effectively distinguishes it.

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