list_pinned_tasks
List the user's sidebar-pinned tasks in display order, automatically dropping deleted or unpinned entries for consistent results.
Instructions
List the user's sidebar-pinned items in display order.
Returns a JSON array of {task: TaskSummary, label: str | null}
objects. The backend reconciles inconsistencies on every call —
list entries whose underlying task is unpinned or deleted are
dropped — so the result is always self-consistent and safe to
render directly in the sidebar.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |