When to use
- The user asks “what do I have queued?” / “what’s scheduled this week?” / “show me my published LinkedIn posts.”
- You want to confirm an action ticket has no draft yet before calling
create_content_draft. - The user wants a list of content assigned to a specific reviewer.
When not to use
- The user wants attribution data — use
get_attribution_report. - The user wants the action-and-content tree for a specific ticket — use
get_action_with_children.
Pagination
Passing the last item’s id back ascursor returns the next page. nextCursor=null when no more rows.