chieflab_search_capabilities
ActiveTool of ChiefLab
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.
Parameters schema
{
"type": "object",
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tag overlap filter (e.g. ['video', 'demo'])."
},
"limit": {
"type": "number",
"description": "Max results. Default 25."
},
"capability": {
"type": "string",
"description": "Capability slug to match (exact match — e.g. 'demo_video')."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries