Skip to main content
Glama

Unipile MCP Server

by honeybluesky

unipile_get_recent_messages

Retrieve recent messages from multiple platforms like WhatsApp, LinkedIn, Slack, and more for a specific account. Fetches message details including content, sender, timestamps, and attachments.

Instructions

Get recent messages from all chats associated with a specific account. Supports messages from: Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger. Returns message details including text content, sender info, timestamps, attachments, reactions, quoted messages, and metadata.

Input Schema

NameRequiredDescriptionDefault
account_idYesThe one source ID of of the account to get messages from. It is the id of the source objects in the account's sources array.
batch_sizeNoNumber of messages to fetch per chat (default: 20)

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "The one source ID of of the account to get messages from. It is the id of the source objects in the account's sources array.", "type": "string" }, "batch_size": { "description": "Number of messages to fetch per chat (default: 20)", "type": "integer" } }, "required": [ "account_id" ], "type": "object" }

You must be authenticated.

Other Tools from Unipile MCP Server

Related Tools

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/honeybluesky/mcp-unipile'

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