Skip to main content
Glama
exileum

meta-mcp

ig_send_message

Send Instagram direct messages to users who have messaged you first. Reply within the 24-hour standard or 7-day human agent window through the Meta Graph API.

Instructions

Send a DM to a user. Requires 'instagram_manage_messages' permission. Can only message users who have messaged you first (24hr window for standard, 7-day for human agent).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipient_idYesInstagram-scoped user ID of the recipient
messageYesMessage text to send
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses critical behavioral constraints: required permission ('instagram_manage_messages') and policy restrictions (messaging window limitations). Lacks disclosure of return values, idempotency, or error conditions.

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?

Three sentences with zero waste: purpose front-loaded, followed by permission requirement, then usage constraints. Every sentence provides distinct, high-value information.

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 2-parameter input with 100% schema coverage and absence of output schema, the description adequately covers the complex policy requirements (permission and messaging windows). Minor gap regarding return value documentation, but constraint coverage is the critical need here.

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% (both recipient_id and message fully documented). Description does not add parameter-specific semantics beyond what the schema provides, meeting the baseline expectation for high-coverage schemas.

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?

Specific verb ('Send') + resource ('DM') clearly stated. Distinguishes from sibling read operations (ig_get_messages, ig_get_conversations) by identifying itself as the write/mutation action.

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?

Provides clear constraints on when the tool can be used (24hr/7-day window, requires prior incoming message). However, does not explicitly name complementary tools (e.g., ig_get_conversations to check eligibility) or explicit 'when not to use' alternatives.

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