Skip to main content
Glama
hermoso-ai

Hermoso

Official

Delete a Reddit post

delete_reddit_post
DestructiveIdempotent

Permanently delete a Reddit post after a two-step verification: review its details, then confirm with the exact title to ensure you remove the right post.

Instructions

PERMANENTLY delete one of the connected account’s Reddit posts. Reddit has no undelete. Call it WITHOUT confirm first: nothing is deleted, and it answers with the post’s real title, subreddit, score and comment count read back from Reddit. Show the user that, get an unambiguous yes, then call again with confirm:true — plus confirmName (its exact title) once it has comments or a real score, because confirming that you meant to delete SOMETHING does not prove you aimed at the right post. TELL THE USER THIS BEFORE THEY AGREE: deleting a Reddit post does NOT delete the comments under it — Reddit keeps the thread and shows the post as [deleted], so the conversation stays public with only their side removed. Reddit’s delete endpoint returns an empty success for every call, including one aimed at a post the account did not write, so the verdict here comes from re-reading the post afterwards and never from that response. 0 credits. Needs Reddit connected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postIdYesthe post id, its t3_… fullname, or the permalink
confirmNoREQUIRED true — deletion is permanent
confirmNameNothe post’s EXACT title as the unconfirmed call reported it — required once it has comments or a real score
Behavior5/5

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

Annotations already mark destructiveHint and readOnlyHint=false, but the description goes far beyond by explaining that Reddit's delete endpoint returns empty success even for unauthorized posts, that the verdict must come from re-reading the post, and that comments persist. This adds substantial behavioral context not present in 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 lengthy, but every sentence conveys essential safety or workflow information. It is heavily front-loaded with the permanent deletion warning and the confirm-first instruction. Slightly verbose, but justified given destructive consequences.

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?

Covers the full destructive operation: two-call flow, confirmName logic, comment persistence, empty-success behavior, credit cost, and connection requirement. No additional information an agent needs is missing, despite the absence of an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description adds critical semantic value: it explains that confirmName becomes required once the post has comments or a real score, and clarifies the exact title matching requirement. This is essential for correct invocation that the schema alone does not convey.

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 the verb (delete) and specific resource (a Reddit post), and is distinct from other delete_* siblings. The description fully clarifies what is being operated on and the permanent nature of the action.

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?

Provides a precise two-step usage protocol: call without confirm first, show the user the post details, get unambiguous consent, then call again with confirm:true and confirmName. Also notes the prerequisite of Reddit being connected, making it explicit when to use this tool.

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/hermoso-ai/hermoso'

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