Skip to main content
Glama
exileum

meta-mcp

ig_respond_collaboration_invite

Idempotent

Accept or decline an Instagram collaboration invite by providing the media ID of the tagged post. Set accept to true or false to update the invite status.

Instructions

Accept or decline a collaboration invite by media_id (the IG Media ID of the tagged post; available via the id field returned by ig_get_collaboration_invites). Pass accept: true to accept, accept: false to decline. Per the Instagram Collaboration API. Added in December 2025.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
acceptYestrue to accept the invite, false to decline
media_idYesIG Media ID of the tagged post (from `ig_get_collaboration_invites` response `id` field)
Behavior3/5

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

Annotations already convey that the tool is mutating (readOnlyHint=false), idempotent (idempotentHint=true), and not destructive. The description adds no further behavioral context such as side effects, permissions, or rate limits. It is consistent but does not go beyond 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?

The description is three sentences long, with the key purpose and parameter usage in the first sentence, followed by a clarifying second sentence, and a final context sentence. Every sentence adds value, no redundancy.

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

Completeness4/5

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

Given the low complexity (2 required parameters, no output schema), the description covers the essential functional aspects. It could be more complete by mentioning the expected outcome or error states, but it is sufficient for an agent to invoke the tool correctly.

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% for both parameters, so the description adds limited new meaning. It does restate the source of media_id (from ig_get_collaboration_invites) and the boolean nature of accept, which is marginally helpful but does not significantly augment the schema.

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 clearly states 'Accept or decline a collaboration invite by media_id', specifying both the action and the resource. It distinguishes from sibling tool ig_get_collaboration_invites by focusing on responding rather than listing. The verb is specific and the scope is well-defined.

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?

The description explicitly tells the agent to obtain the media_id from ig_get_collaboration_invites, providing a clear prerequisite. It does not, however, elaborate on when to accept vs decline or explicitly state alternatives, but the sibling list makes it obvious this is the only tool for this action.

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

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