Skip to main content
Glama

Delete a changelog entry

delete_changelog_entry
Destructive

Remove a changelog entry entirely when it was logged against the wrong game or version number, leaving no trace on the page.

Instructions

Deletes one changelog entry outright — no tombstone, nothing left on the page. For the entry you logged against the wrong game or the wrong version number. Prefer update_changelog_entry when the entry is right and its wording is wrong.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entryIdYesChangelog entry id, from list_changelog.
Behavior4/5

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

Annotations already indicate destructive behavior via destructiveHint=true and idempotentHint=false. The description adds meaningful nuance by stating the deletion is permanent and leaves no tombstone, which goes beyond what the annotation flags alone would tell an agent.

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, purposeful sentences. The destructive semantics are front-loaded, followed by use-case guidance and the alternative routing. Every sentence earns its place with no filler.

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?

For a tool with one fully documented parameter, clear destructive annotations, and no output schema, the description provides everything needed to select and invoke the tool correctly. It covers what, why, when, and which sibling to prefer instead.

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?

The input schema fully documents the single parameter entryId with its source ('from list_changelog'). The description does not add parameter-level meaning beyond the schema, so a baseline score of 3 is appropriate given the high schema coverage.

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 ('Deletes'), a specific resource ('changelog entry'), and the key behavioral distinction ('outright — no tombstone, nothing left on the page'). It also clearly differentiates from update_changelog_entry, so an agent knows exactly what this tool does.

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?

Explicitly names the scenarios for use ('wrong game or wrong version number') and the preferred alternative when those conditions do not apply ('Prefer update_changelog_entry when the entry is right and its wording is wrong'). This is strong routing guidance.

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

Install Server

Other Tools

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/elliothimmelfarb/aimade-mcp'

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