Clay
getUpcomingEvents
Use this tool ONLY to fetch upcoming/next meetings/events when the user does not explicitly mention a range, and asks for upcoming or next meetings/events.
Remote clay-inc/clay-mcp
Other tools also called getUpcomingEvents?
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."
}
}
}