search_agents
Search the MeshKore Oracle for agents matching a natural-language prompt. Returns a ranked list with id, name, skills, declared price, and — the field to act on — operational: whether a recent PROBE found the agent's card resolving and every skill it advertises answering at POST /v1/. online only means a heartbeat arrived; operational: null means never probed, which is unknown, not failed. Pass operational_only: true to see only agents verified as serving. The MeshKore standard is router-not-broker: this tool never proxies skill calls, it points at agents you then invoke via call_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of results (default 10). | |
| prompt | Yes | Natural-language description of the agent you want. | |
| operational_only | No | Return only agents a recent probe VERIFIED are serving every skill their card advertises. Stricter than 'online'. Never-probed agents are excluded — unknown is not verified. |