Skip to main content
Glama
Upload-Post

Upload-Post

Official

Public reply to comment

public_reply_to_comment
Destructive

Post a public reply to an Instagram comment. Provide the comment ID and message to display the reply under the original comment.

Instructions

Post a public reply visible under the original Instagram comment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYes
messageYes
platformNoSocial platform. Only 'instagram' is currently supported.instagram
commentIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNo
Behavior2/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the description adds minimal behavioral context beyond stating the action is public. No mention of permissions, side effects, or limitations beyond what's implied by annotations.

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

Conciseness4/5

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

The single-sentence description is very concise. However, it lacks any structure (e.g., sections, bullet points) that could improve readability for an agent. Still, it avoids verbosity.

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 action with 4 parameters and an output schema, the description is insufficiently complete. It does not explain what the output contains, any constraints (e.g., message length), or prerequisites for use, leaving gaps for the agent.

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

Parameters1/5

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

With only 25% schema description coverage, the description adds no parameter details. The input schema has 3 undocumented required parameters (user, commentId, message) and one documented default (platform), yet the description fails to clarify any parameter meaning or usage.

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 clearly states the verb 'post' and resource 'public reply', specifying it's visible under the original Instagram comment. This distinguishes it from the sibling 'reply_to_comment', which likely refers to a private reply, though not explicitly stated.

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?

No guidance on when to use this tool versus alternatives like 'reply_to_comment'. The description simply states what it does without contextual 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/Upload-Post/upload-post-mcp'

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