You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_search_capabilities

Active

Tool of ChiefLab

declared in 0.3.0

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')."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ChiefLab

https://github.com/bdentech/chiefmo-agent

1/7 registries
View full server →
chieflab_search_capabilities — ChiefLab — PRSM MCP