edgegate_list_promptpacks
List promptpacks in an EdgeGate workspace, returning a markdown table with ID, version, case count, published status, and creation date. Optionally hide unpublished packs with include_unpublished=false.
Instructions
List all promptpacks in an EdgeGate workspace. Returns a markdown table with promptpack_id, version, case count, published status, and creation date. Use include_unpublished=false to hide draft packs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| include_unpublished | No | When false, hides packs with published=false (client-side filter). Default: true. |