get_pql_reference
Access the Plane Query Language syntax reference to compose correct filter queries for work items, cycles, modules, and archived items. Choose between full or brief detail.
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 | |||