You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_inbox

Active

Tool of ChiefLab

declared in 0.3.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ChiefLab

https://github.com/bdentech/chiefmo-agent

1/7 registries
View full server →
chieflab_inbox — ChiefLab — PRSM MCP