Skip to main content
Glama

Posty

delete_post_content

DestructiveIdempotent

DELETE /v1/posts/{id}/content/{channelId}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
workspaceIdYesWorkspace ID from list_workspaces. Permissions are checked for this workspace on every call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
deletedYesTrue when the record was removed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

The description only restates the DELETE endpoint and adds no behavioral context beyond the annotations. It does not disclose what deleting content means for the post, whether the operation is reversible, or what side effects occur; annotations already supply destructiveHint/idempotentHint.

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

Conciseness3/5

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

The description is extremely terse and front-loaded, with no filler, but it is only a raw endpoint string rather than a structured explanation. It is concise without being a complete natural-language description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive operation with nested parameters, a one-line endpoint does not fully explain scope, prerequisites, or effects. The output schema exists, so return values need not be detailed, but the lack of any usage or consequence guidance leaves important gaps.

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 path template gives meaning to the nested id and channelId parameters, which the schema otherwise leaves undocumented. workspaceId is described in the schema, so the description partially compensates for the 50% schema coverage, but does not explain the params in prose.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is an explicit DELETE endpoint path, so the verb and target resource (content of a post on a specific channel) are clear. It is distinct from siblings like delete_posts_id because the path includes /content/{channelId}, though it does not explain the operation in natural language.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to choose this tool over delete_posts_id, delete_media_id, or patch_posts_id_content_channelId. The intended use is only implied by the HTTP method and path; no exclusions or alternatives are mentioned.

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