Skip to main content
Glama

Validate post content

validate_post
Destructive

Validate post content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNoPost text content
platformsYesTarget platforms (same format as POST /v1/posts) (required)
media_itemsNoRoot media items shared across platforms

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.7/5.0
Behavior1/5

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

The description discloses no behavioral details such as whether validation is local, calls platform APIs, publishes, or modifies anything. Annotations already mark readOnlyHint=false and destructiveHint=true, so the description needed to clarify side effects but does not. There is no direct contradiction, but the description adds zero behavioral transparency beyond what structured annotations already suggest.

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 short and front-loaded, but it is under-specified rather than genuinely concise. Every word is redundant with the tool name, and no sentence earns its place.

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?

The tool has a full output schema and 100% parameter description coverage, which helps, but the overall intent is too vague. An agent cannot determine what validation is actually performed, what makes validation pass or fail, or how this relates to the sibling validation tools.

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 input schema already documents all parameters at 100% coverage, so the description does not need to repeat them. However, the description adds no nuance about how parameters are used during validation, keeping this at the baseline score.

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

Purpose1/5

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

Tautological: description restates name/title.

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 instead of the closely related validate_media and validate_post_length siblings. The description implies it is for validating post content but provides no context, criteria, or exclusions.

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.