get_analytics
ActiveTool of SendIt
declared in 0.1.0
Get engagement analytics for a platform. Facebook and TikTok can include account-wide posts not published through SendIt; unresolved TikTok inbox-draft deliveries may appear as placeholders until SendIt can link them.
Parameters schema
{
"type": "object",
"required": [
"platform"
],
"properties": {
"limit": {
"type": "number",
"maximum": 1000,
"minimum": 1,
"description": "Optional maximum posts to return. Facebook feed scanning is capped at 1,000 posts."
},
"endDate": {
"type": "string",
"format": "date",
"description": "Optional end date (YYYY-MM-DD)."
},
"team_id": {
"type": "string",
"description": "Team ID to get team analytics. If omitted, gets personal analytics."
},
"platform": {
"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": "Platform to get analytics for"
},
"startDate": {
"type": "string",
"format": "date",
"description": "Optional start date (YYYY-MM-DD). For Facebook, omit this to scan up to 2 years of Page feed history."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries