Skip to main content
Glama

updatepost

Modify existing social media posts by editing titles, captions, media, scheduling, or comments across multiple platforms including TikTok, Instagram, and X.

Instructions

Update Post

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPost ID
titleNoNew title
descriptionNoNew caption/body text
media_urlsNoReplace media URLs
scheduled_dateNoNew scheduled date (ISO-8601). Cannot be removed from scheduled posts.
first_commentNoNew first comment text
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Update Post' implies a mutation operation but fails to specify permissions needed, whether changes are reversible, rate limits, or error handling. This leaves critical behavioral traits undocumented for a tool that modifies data.

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 extremely concise with just two words, 'Update Post', which is front-loaded and wastes no space. However, this brevity comes at the cost of underspecification, but for conciseness alone, it earns full marks as every word serves a purpose.

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 mutation tool with 6 parameters, no annotations, and no output schema, the description is incomplete. It lacks details on behavior, error cases, return values, and usage context. While the schema covers parameters, the overall tool understanding is insufficient for safe and effective use by an agent.

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 description coverage is 100%, so the input schema fully documents all 6 parameters. The description adds no additional meaning beyond what the schema provides, such as explaining parameter interactions or constraints. Baseline 3 is appropriate when the schema handles parameter documentation adequately.

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

Purpose2/5

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

The description 'Update Post' is a tautology that merely restates the tool name without adding any meaningful context. It specifies the verb ('update') and resource ('post') but provides no details about what aspects can be updated or the scope of the operation, making it minimally informative.

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

Usage Guidelines1/5

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

The description offers no guidance on when to use this tool versus alternatives like 'createpost' or 'deletepost'. It lacks any context about prerequisites, such as needing an existing post ID, or distinctions from sibling tools, leaving the agent without usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Codivion/codivupload-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server