What can this agent buy, and for how much?
warda_find_serviceSearch the Warda service registry for endpoints an agent holding a grant can pay. Filters are a conjunction: a service must offer EVERY capability asked for and be at or under maxPrice. WHAT IS VERIFIED: that the operator controls the key the service is paid at, and that the listing was served from the same host as the endpoint it names. WHAT IS NOT: that the price is real, that the service works, or that it is worth paying — those are the operator's claims about themselves and arrive labelled as such. There is no ranking; do not read the order as one. NETWORK: unlike every other tool on this server, this one makes one outbound request, to the registry and to nothing else. It will not fetch a URL you give it. NOT REQUIRED: discovery is never in the payment path. A listing is a signed manifest at /.well-known/warda-service.json on the operator's own domain — if you already know an endpoint, read that directly and pay it without asking anyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Plain substring over name and description. Crude on purpose. | |
| network | No | e.g. 'kaspa:testnet-10'. Omit for any. | |
| maxPrice | No | Most you will pay per unit, as a decimal string in the asset's own units, e.g. '0.05'. | |
| capability | No | Capabilities the service must offer, ALL of them. e.g. ['weather.current'] |