list_labels
Retrieve reusable labels with optional name search and cursor pagination to organize and filter tasks in shared project memory.
Instructions
List reusable labels with optional name search and cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 0 uses the default limit of 50; maximum is 100. | |
| query | No | ||
| cursor | No | ||
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| next_cursor | Yes |