Skip to main content
Glama
pauloFroes

mcp-meta-inbox

by pauloFroes

Send Sender Action

send_sender_action
Idempotent

Send typing indicators or mark messages as seen to indicate the page is responding. Manage recipient expectations before a slow reply.

Instructions

Mark a conversation as seen, or show/hide the typing indicator. Cosmetic and safe: it posts no content. Useful before a slow reply so the person sees the Page is responding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhich indicator to send.
recipient_idYesRecipient PSID (Messenger) or IGSID (Instagram).
Behavior5/5

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

Annotations indicate non-readonly, non-destructive, idempotent. The description adds 'Cosmetic and safe: it posts no content', clarifying behavior beyond annotations. No contradictions.

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?

Two sentences, front-loaded with purpose and immediate context. Every sentence adds value with no redundancy.

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

Completeness5/5

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

For a simple side-effect tool with no output schema, the description plus annotations provide sufficient context. It explains safety, idempotency, and typical use case.

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?

Input schema covers both parameters with descriptions (100% coverage). The description's mention of 'mark seen or typing' maps to the action enum but adds no new parameter semantics beyond what schema provides.

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 the tool sends sender actions like 'mark seen' or typing indicators, distinguishing it from sending actual messages. It uses specific verbs ('mark', 'show/hide') and identifies the resource ('conversation').

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 provides a usage scenario ('useful before a slow reply') and implies it's safe/no content. However, it does not explicitly contrast with sibling tools like send_message or list when not to use it.

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

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