Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

deleteSingleImagePost

DestructiveIdempotent

Permanently delete a single image post by its ID. This action is destructive and cannot be undone.

Instructions

Delete a post - Permanently delete a post record by ID. Destructive - cannot be undone via API.

Use when: removing a post permanently. For "hide without deleting" use updateSingleImagePost with post_status=0 (Draft). Deleting also removes the post_token, breaking any external links to the share URL.

Required: post_id.

See also: updateSingleImagePost (modify without removing).

Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.

Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYes
Behavior5/5

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

The description reveals destructive behavior beyond annotations: it cannot be undone via API, removes the post_token, and breaks external links. Annotations already indicate destructiveHint=true, but the description adds specific, actionable side effects. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with headers and sections, but it is slightly verbose. Each sentence serves a purpose, but some phrases (e.g., repeated warnings about destructiveness) could be condensed. Overall, it is efficient and front-loaded with key information.

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 description fully covers the tool's operation: it explains the return value (status and message), side effects (link breakage), and how it differs from alternatives. For a single-parameter delete tool with no output schema, it provides all necessary context for safe invocation.

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?

With only one parameter (post_id) and 0% schema description coverage, the description merely restates that post_id is required. It does not explain the parameter's format, range, or examples of valid values, which would add value. However, given the simplicity of the parameter, the description is minimally adequate.

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 the action ('Delete a post - Permanently delete'), identifies the resource by ID, and distinguishes it from the sibling tool updateSingleImagePost for hiding posts. The verb and resource are specific and unambiguous.

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 ('Use when: removing a post permanently') and when not to use it (for hiding, use updateSingleImagePost with post_status=0). It also recommends confirming intent with the user before bulk use, providing clear 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/brilliantdirectories/brilliant-directories-mcp'

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