List Reminders
List all pending snooze reminders and scheduled messages. Shows what's snoozed, what messages are queued, and when they fire. Filter by status: pending (default), fired, cancelled, sent, failed, or 'all'.
MCP tool name: list_reminders
Use Cases
- Check what messages are scheduled to send today
- Review all snoozed conversations and when they resurface
- Audit cancelled or failed reminders
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Filter: pending, fired, cancelled, sent, failed, or 'all' |
Example
Prompt
Show me all my pending reminders and scheduled messages
Response
{
"reminders": [
{"id": "abc-123", "chat_id": "msg_abc", "remind_at": "2026-04-15T09:00:00Z", "has_message": true, "status": "pending"}
],
"count": 1
}Permission Scopes
This tool is available in the following permission scopes:
Related Tools
Snooze Conversation
Snooze a LinkedIn conversation and resurface it at a set time. Auto-cancels if they reply. Inbox management via MCP.
Schedule Message
Schedule a LinkedIn message to send at a future time. Works outside campaigns for loose follow-ups via MCP.
Cancel Reminder
Cancel a pending snooze or scheduled message. Unarchives the conversation back into your inbox via MCP.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. All 115 tools. Safe limits, warm-up, and full permission control built in.