get_pql_reference
Get the Plane Query Language (PQL) syntax reference to compose filters for work item queries. Choose a full or brief guide.
Instructions
Return the Plane Query Language (PQL) syntax reference.
Call this when composing the pql filter for list_work_items,
list_archived_work_items, list_cycle_work_items, list_module_work_items,
or count_work_items.
Args: detail: "full" (default) returns the comprehensive reference with all operators, functions, common mistakes, and worked examples. "brief" returns the compact field/operator/function quick reference (lighter payload for simple queries).
Returns:
Dict with detail (which version was returned) and reference
(the PQL syntax text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | full |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||