Skip to main content
Glama

Unipile MCP Server

by honeybluesky

unipile_get_emails

Retrieve recent emails from a specified account, including subject, body, sender, recipients, attachments, and metadata, using a standardized interface for messaging platforms.

Instructions

Get recent emails from a specific account. Returns email details including subject, body, sender, recipients, attachments, and metadata.

Input Schema

NameRequiredDescriptionDefault
account_idYesThe ID of the account to get emails from
limitNoMaximum number of emails to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "The ID of the account to get emails from", "type": "string" }, "limit": { "description": "Maximum number of emails to return (default: 10)", "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