Skip to main content
Glama
ni-c

opengist-mcp

by ni-c

Delete a gist

delete_gist
DestructiveIdempotent

Permanently delete a gist by requesting a confirmation token, then confirming deletion to destroy the repository and all revisions irreversibly.

Instructions

Permanently delete a gist. This is irreversible: the git repository with every revision and the database row are destroyed. The first call returns a short-lived confirmation token; ask the user for confirmation, then call again with confirm_token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gistIdYesID of the gist — the "id" field returned by list_gists/search_gists, not its title
confirm_tokenNoConfirmation token from a previous delete_gist call for the same gist. Omit on the first call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gistIdYes
deletedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A4.5/5.0
Behavior5/5

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

It explains irreversibility, exactly what is destroyed (git repository with revisions and database row), and that the first call does not delete but returns a short-lived token. These details go beyond the annotations and are critical for safe invocation.

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?

Three sentences, each carrying necessary information: the destructive action, the consequence, and the two-call confirmation flow. No filler and the irreversible warning is front-loaded.

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?

The definition is complete for a destructive two-stage tool: it tells the agent to get user confirmation, explains what the first call returns, and how to complete the operation. The output schema covers return details, and annotations cover safety flags, so nothing essential is missing.

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%: gistId is defined with source and 'not its title', and confirm_token is described with 'Omit on the first call'. The description repeats the confirm_token workflow but adds no parameter meaning not already in the schema.

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 opens with 'Permanently delete a gist', a specific verb and resource, and clarifies scope by stating the entire git repository and database row are destroyed. This clearly distinguishes the tool from delete_gist_files and update_gist.

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 clearly specifies the expected call sequence: first call returns a confirmation token, ask the user, then call again with confirm_token. It does not explicitly state when not to use this tool in favor of delete_gist_files, so it stops short of a 5.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ni-c/opengist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server