Skip to main content
Glama

SocialRobot MCP Server

Update Post

update_post

Replace caption, media URLs, schedule, and platform targets on an existing draft or scheduled post. Pass existing R2 media URLs for unchanged assets. For X and Threads targets, pass an ordered segments array to replace the whole thread chain (root caption/medias stay segment 1).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
scheduledForYes
tiktokTargetsYes
blueskyTargetsYes
threadsTargetsYes
twitterTargetsYes
facebookTargetsYes
linkedinTargetsYes
mastodonTargetsYes
instagramTargetsYes
pinterestTargetsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations establish readOnly=false and destructive=false; the description adds genuinely new behavioral context: the post-state constraint (draft/scheduled), the requirement that mediaUrl values be existing R2 URLs rather than arbitrary URIs, and the non-obvious side effect that passing a segments array 'replaces the whole thread chain (root caption/medias stay segment 1)'. No contradiction with 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.

Conciseness5/5

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

Three sentences with zero filler: the purpose is front-loaded first, followed by two high-value operational specifics that each earn their place. For a tool this complex, the description stays remarkably tight without losing substance.

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

Completeness3/5

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

Given 11 required parameters, nine platform-specific target structures, and no output schema, the description covers the hardest non-obvious behaviors but leaves real gaps: it doesn't explain the scheduledFor publish-mode distinction, doesn't clarify how it relates to reschedule_post, and says nothing about return values. Adequate for a knowledgeable agent, but an agent meeting this tool cold would still have open questions.

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

Parameters4/5

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

With schema description coverage at 0%, the description must compensate, and it does on the two most critical parameters: the mediaUrl semantics (must be existing R2 URLs for unchanged assets) and the segments semantics (ordered array that replaces the whole thread). However, the scheduledFor modes (DRAFT/NOW/SC HEDULE) and the nine platform-target arrays receive no prose explanation, so compensation is partial despite covering the highest-risk points.

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 opens with a specific verb ('Replace') and names the resource ('an existing draft or scheduled post') plus the replaceable fields (caption, media URLs, schedule, platform targets), making the core function clear and distinct from create_post/delete_post. However, it never explicitly differentiates itself from the sibling reschedule_post, which also touches scheduling on existing posts, so sibling differenti is incomplete.

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

Usage Guidelines4/5

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

Provides concrete operational guidance: 'Pass existing R2 media URLs for unchanged assets' tells the agent how to preserve media during an update, and the X/Threads instruction explains exactly how to structure a thread replacement. There is no explicit when-to-use vs when-not-to-use statement or named alternative tool, so the choice against reschedule_post is left to inference.

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.