chieflab_search_capabilities
USE WHEN your operator needs a capability outside its own scope and wants to find another operator that can fulfill it — 'find me a demo-video capability', 'who can do SEO audits', 'search for design help'. Returns active capability records ranked by recency. Pair with chieflab_create_work_request to actually request bounded work from the chosen operator. The discovery embryo for an agent-native marketplace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag overlap filter (e.g. ['video', 'demo']). | |
| limit | No | Max results. Default 25. | |
| capability | No | Capability slug to match (exact match — e.g. 'demo_video'). |