Skip to main content
Glama

confluence_delete

Permanently delete a Confluence page. Requires explicit confirmation to prevent accidental deletion; optionally purge instead of moving to trash.

Instructions

Delete a Confluence page. IRREVERSIBLE. Requires the caller to pass confirm: true to prevent accidental deletions. Set purge: true to permanently purge instead of moving to trash (requires space admin). Mirrors omni-dev atlassian confluence delete --force.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be `true` to confirm this destructive, irreversible operation.
idYesConfluence page ID.
purgeNoPermanently purges the page instead of moving to trash. Requires space admin permission.
Behavior4/5

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

With no annotations, the description carries full burden. It transparently highlights irreversibility, confirmation requirement, and purge behavior. It could mention auth needs or side effects beyond deletion, but for a delete tool this is adequate.

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 just two sentences, front-loaded with the core action and irreversibility. Every word adds value, with no 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?

Given the tool's simplicity (3 params, no output schema, no annotations), the description covers all critical aspects: purpose, irreversibility, confirmation, purge option, and a command-line analogy. It could mention the page ID requirement, but that is in the schema.

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?

The input schema has 100% coverage, and the description adds key context: confirm must be true, purge requires space admin and permanently deletes. This enriches the schema's basic 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 it deletes a Confluence page, using a specific verb and resource. It distinguishes itself from sibling tools like confluence_create and confluence_read.

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 explicitly notes the operation is irreversible and requires confirm: true to prevent accidental deletions. It also describes the purge option and its permission requirement. However, it does not specify when not to use this tool or compare to other deletion tools on different resources.

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/rust-works/omni-dev'

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