list_calendar_events
ActiveTool of SendIt
declared in 0.1.0
List scheduled and published calendar events with optional date-range, status, platform, and pagination filters.
Parameters schema
{
"type": "object",
"properties": {
"end": {
"type": "string",
"description": "Optional range end. ISO 8601 date or date-time."
},
"limit": {
"type": "number",
"maximum": 200,
"minimum": 1,
"description": "Maximum number of results to return."
},
"start": {
"type": "string",
"description": "Optional range start. ISO 8601 date or date-time."
},
"cursor": {
"type": "string",
"description": "Opaque pagination cursor from a previous response."
},
"status": {
"enum": [
"draft",
"scheduled",
"queued",
"pending",
"publishing",
"draft_delivered",
"published",
"failed",
"cancelled"
],
"type": "string",
"description": "Optional event status filter."
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"upcoming": {
"type": "boolean",
"description": "If true, return only upcoming events."
},
"platforms": {
"type": "array",
"items": {
"enum": [
"x",
"linkedin",
"linkedin-page",
"facebook",
"instagram",
"threads",
"bluesky",
"mastodon",
"nostr",
"youtube",
"tiktok",
"lemmy",
"discord",
"slack",
"telegram",
"pinterest",
"dribbble",
"devto",
"hashnode",
"gmb",
"whop",
"producthunt"
],
"type": "string"
},
"description": "Optional platform filter."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries