Discover a callable interface for a need
discover_capabilitiesMatch a natural-language need (e.g. 'send a transactional email', 'query Postgres') to the interfaces that can do it, ranked by capability match and verified reliability. Returns everything needed to call them: endpoint, auth mode, auth parameters, formats, rate limit and cost. Always returns a payload: when nothing matches, coverage is 'none', uncovered is true and the entries returned are reliable starting points, not matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| need | Yes | What the agent is trying to accomplish, in plain language. | |
| limit | No | ||
| category | No | Restrict to one interface layer. | |
| min_reliability | No | Drop interfaces whose reliability score is below this value. |