Get unread counts
get_unread_countsCheck how many unread comments and private messages are waiting in one call. Use this to see pending activity at a glance, then fetch details with list_comments or list_conversations.
Instructions
How many comments and private messages are waiting, in one call. This is the 'what do I have today?' tool: start here, then use list_comments or list_conversations to see what they are.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_organization | No | The PlanVortex organization id. Optional: if this app reaches a single organization, or the server was configured with a default one, it is resolved automatically. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unread_comments | Yes | ||
| unread_messages | Yes |