Skip to main content
Glama

Delete article

delete_article
DestructiveIdempotent

Permanently delete a Polyblog article by id. Deleting a published article removes its public page and fires an article.deleted webhook. This cannot be undone — confirm with the user before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesArticle id to delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
articleIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already flag destructiveHint and non-readOnly, but the description goes well beyond them: it states permanence, that it removes the public page, fires an article.deleted webhook, and is irreversible. That is exactly the side-effect and blast-radius context an agent needs, and it is consistent with the 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?

Three short sentences, front-loaded with the action and resource, then consequences, then the safety instruction. No filler or repetition.

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?

An output schema exists, so return values need no explanation, and annotations cover the mutation profile. Combined with the disclosed irreversible side effects and webhook, an agent has everything required to call this destructive tool safely.

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% and the single 'id' parameter is fully documented in the schema itself. The description adds no format, lookup, or validation detail beyond what the schema provides, so baseline 3 applies.

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?

States a specific verb and resource ('Permanently delete a Polyblog article by id'), with the scope-limiting 'by id' qualifier. The sibling list contains get_article, update_article, and create_article, and the 'Permanently delete' phrasing cleanly separates this from all of them.

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?

Gives a clear precondition ('confirm with the user before calling') that an agent can act on, which is the relevant when-to-use trigger. It does not name a sibling alternative (e.g. update_article for soft edits), so it falls 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources