gtmaipromptsprm_002
View siteSYSTEM READY [v2.4.0]
Prompt · Discovery
Retrieve competitive playbooks for security compliance sector
Return community-contributed plays matching a target vertical, ranked by outcome benchmarks.
GET
Prompt body
v1.2 · groundedReturn Plays from the Collective library where:
- vertical includes {{vertical}}
- outcome_metric is defined
- status = 'ratified'
Rank by median outcome_metric desc, then by usage_count desc.Inputs
| Name | Type | Required | Note |
|---|---|---|---|
| vertical | string | Required | e.g. 'security_compliance'. |
| limit | number | Optional | Default 10. |
Sample response
[
{ "play_id": "ply_soc2_exec_intro", "median_reply_rate": 0.11, "usage_count": 214 },
{ "play_id": "ply_iso_champion_map", "median_reply_rate": 0.09, "usage_count": 178 }
]