get_actionable_pins
Retrieve all pins waiting for developer attention, categorized as auto-agent, follow-up, or review.
Instructions
Get all pins waiting for developer attention. Returns three categories: (1) "auto-agent" — pins explicitly sent to the agent via "Send to Agent" or YOLO mode; (2) "follow-up" — previously implemented pins with new user comments; (3) "review" — open reviewer comments that a developer has not yet picked up (the standard team collaboration queue). Use this as your starting point for both auto-agent workflows and manual review sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional filter to return only pins of a specific mode. Omit to return all. | |
| projectId | No | Optional project ID to filter by. If omitted, returns actionable pins across all projects. | |
| mentionedUser | No | Optional username to filter by @mention. Returns only pins where the thread contains "@username". Leading @ is optional (e.g. "josh" or "@josh"). |