list_inbox
ActiveTool of SendIt
declared in 0.1.0
List comment threads on your published posts. Returns threads from your social inbox, showing comments and replies from followers on your posts across all platforms.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max threads to return (default 20)"
},
"status": {
"enum": [
"open",
"replied",
"closed",
"archived"
],
"type": "string",
"description": "Filter by thread status (optional)"
},
"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": "Filter by platform (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries