Skip to main content
Glama

Posty

delete_posts_postId_comments_id

DestructiveIdempotent

DELETE /v1/posts/{postId}/comments/{id}

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.5/5.0
Behavior2/5

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

Annotations already indicate destructiveHint=true and idempotentHint=true. The description adds no behavioral context beyond repeating the DELETE method, such as permanence, side effects, or authorization requirements. It does not contradict the annotations.

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

Conciseness2/5

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

The description is a single short line with no wasted words, but it is under-specified rather than usefully concise. It essentially restates the tool name as an endpoint and does not add explanatory value.

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 nested-resource deletion tool, the description omits usage context, parameter semantics, and behavioral details. The input schema and annotations partially compensate, but the description is not complete enough for safe and appropriate invocation.

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

Parameters2/5

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

Schema description coverage is only 50%, and only workspaceId is documented. The description merely repeats postId and id in the URI template without explaining their meaning, format, or relationship, so it does not compensate for the undocumented path parameters.

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 the endpoint URI 'DELETE /v1/posts/{postId}/comments/{id}', which clearly identifies the verb and resource: deleting a comment on a post. It is precise and inferable, but it provides no prose and does not explicitly differentiate itself from sibling deletion tools.

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 about when to use this tool versus alternatives such as delete_posts_id or delete_media_id. The endpoint path implies the operation, but no context, prerequisites, or exclusions are provided.

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