Skip to main content
Glama
SwamiSasha

meta-social-mcp

by SwamiSasha

ig_publish_photo

Publish a single photo to a connected Instagram Business account using a public image URL and optional caption.

Instructions

Publish a single photo to the connected Instagram Business account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
captionNo
image_urlYesPublicly reachable URL of the image.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.4/5.0
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. It states the action 'Publish' and the connected account, but does not explain side effects, permissions, rate limits, async behavior, or what happens on failure. This is a minimal mutation description with little operational transparency.

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 one sentence with active voice, no filler, and the core action is front-loaded. Every word contributes to the meaning, making it concise and easy to parse.

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?

For a two-parameter tool, this is near-minimal but missing meaningful operational context: no mention of what the call returns, no note about asynchronous media processing, and no acknowledgement of the optional caption. The image_url requirement is covered by the schema, so the description is adequate but not fully complete.

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

Parameters2/5

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

Schema description coverage is only 50%: image_url has a schema-level description, but caption is completely undocumented. The tool description adds no parameter-level meaning beyond the schema, so the optional caption parameter remains unclear for an agent. With half the schema undocumented, the description should compensate but does not.

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?

The description uses a specific verb ('Publish'), a precise resource ('a single photo'), and a target ('the connected Instagram Business account'). This clearly differentiates the tool from siblings like ig_publish_video and ig_publish_carousel while keeping the Instagram Business scope explicit.

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

Usage Guidelines3/5

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

The description implies use for publishing a single photo, but it does not explicitly state when to use this tool instead of alternatives such as ig_publish_video or ig_publish_carousel. There are no conditions, exclusions, or sibling tool references, leaving the agent to infer the appropriate selection context.

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

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/SwamiSasha/meta-social-mcp'

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