Skip to main content
Glama

Socializioz — AI Social Media Manager

Publish Post Now

invoke_publish_now
DestructiveIdempotent

Publishes a public Post only on explicit user request; cannot be undone. PENDING_APPROVAL: approve_post or override_approval. FAILED: retry_failed_publication. Asynchronous: publish_status=PUBLISHING is not live yet; confirm is_published=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYesSocializioz post ID.
override_approvalNoOnly when the user explicitly asks to bypass a pending review.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond the annotations: it discloses irreversibility, asynchronous behavior, that publish_status=PUBLISHING is not yet live, and how to confirm success (is_published=true). This is critical behavioral context for a destructive async operation, and it aligns with destructiveHint and readOnlyHint=false. No contradiction 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.

Conciseness5/5

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

The description is compact and efficiently front-loaded: main behavior and irreversibility first, then conditional routing, then async confirmation. Every sentence earns its place and none repeat schema or annotation content mechanically.

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?

For a destructive async mutation tool with no output schema, this description is unusually complete. It tells the agent when to call it, what state transitions matter, what to do in alternate states, and how to verify the publish actually completed. The only absence is a full return-shape spec, but the confirmation instruction compensates for the missing output schema.

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?

Schema coverage is 100%, so the schema already documents post_id and override_approval. The description reinforces override_approval indirectly by mentioning the pending-approval bypass path, but it adds no new parameter-level meaning beyond what the schema provides. Baseline 3 is appropriate.

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 a specific verb and resource ('Publishes a public Post') plus a clear precondition ('only on explicit user request'). It also distinguishes itself from adjacent workflows by naming approve_post and retry_failed_publication as the correct paths for PENDING_APPROVAL and FAILED states, so an agent can tell them apart.

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?

Gives explicit when-to-use guidance ('only on explicit user request'), a firm caution ('cannot be undone'), and explicit alternatives for two non-ready states: PENDING_APPROVAL should route to approve_post or override_approval, and FAILED should route to retry_failed_publication. This removes ambiguity about when not to call the tool.

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