Clay
getUpcomingReminders
Use this tool to find recent reminders that have already occured. This tool is strictly prohibited from being used unless "reminder" or "reminders" are explicitly mentioned in the query.
Remote clay-inc/clay-mcp
Other tools also called getUpcomingReminders?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page": {
"type": "number",
"default": 1
},
"limit": {
"type": "number",
"default": 10
},
"contact_ids": {
"type": "array",
"items": {
"type": "number"
},
"description": "The contacts to filter the moments for."
}
}
}