chieflab_inbox
ActiveTool of ChiefLab
USE WHEN the user asks 'what came in from my launches?' / 'show me my replies' / 'what's in my inbox?' / 'who responded to the LinkedIn post?'. Returns engagement events for THIS workspace, ordered by recency. Filter by status (new / drafted / approved / sent / dismissed) — default new. Pair with chieflab_draft_reply to handle them.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max events to return. Default 50."
},
"status": {
"type": "string",
"description": "new | drafted | approved | sent | dismissed | all (default: new)"
},
"sinceHours": {
"type": "number",
"description": "Only events received in the last N hours. Default 168 (7 days). Max 720 (30 days)."
},
"workspaceId": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries