Skip to main content
Glama
exileum

meta-mcp

ig_respond_collaboration_invite

Accept or decline Instagram collaboration invites by processing pending requests with specific invite IDs. Manage creator partnerships directly through your AI assistant.

Instructions

Accept or decline a collaboration invite. Added in December 2025.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
invite_idYesCollaboration invite ID
actionYesAccept or decline the invite
Behavior2/5

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

No annotations are provided, so the description carries full disclosure burden. It fails to explain side effects (what happens upon acceptance/decline), whether actions are reversible, or what the tool returns. The 'Added in December 2025' timestamp adds no behavioral clarity.

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 description is appropriately brief and front-loaded with the functional statement. The second sentence (version date) adds minimal value but does not significantly detract from the overall conciseness.

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 simple 2-parameter mutation tool with no output schema, the description covers the core operation adequately. However, it misses workflow context (linking to ig_get_collaboration_invites for invite discovery) that would help agents understand the full usage pattern.

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?

With 100% schema description coverage, the baseline is 3. The description adds no specific parameter guidance beyond what the schema already documents (invite_id and action enum).

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?

Description provides specific verbs ('Accept or decline') and clear resource ('collaboration invite'). It effectively distinguishes from sibling tool 'ig_get_collaboration_invites' by indicating this is a write/response action rather than a read operation.

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?

While the description implies usage context through the action verbs, it lacks explicit guidance on when to use this versus alternatives, and omits the prerequisite workflow step of obtaining the invite_id (likely via ig_get_collaboration_invites).

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