get_calendar_gaps
ActiveTool of SendIt
declared in 0.1.0
Detect open days in the publishing calendar and return gap metadata for planning.
Parameters schema
{
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"format": "date",
"description": "Range end date in YYYY-MM-DD format."
},
"start": {
"type": "string",
"format": "date",
"description": "Range start date in YYYY-MM-DD format."
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"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 subset to inspect."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries