Scout opportunities
scout_opportunitiesFind live public tenders, grants, RFPs and buyers for any business, by country/market. Pass a short description of what the business sells or does; optionally scope to market codes like za, uk, us, ng. Returns ranked, live opportunities (tenders, grants, RFPs, procurement notices, prospective buyers and partners), grouped, with a recommended NEXT MOVE. To get updates, call this tool again for the latest answer. If you run a backend with an https endpoint, POST { query, callbackUrl } to https://scoutrail.io/api/subscribe to receive signed webhook updates; conversational agents should just re-call this tool. Examples: {"business":"solar panel installer in Cape Town"}. {"business":"IT security consultancy","markets":["za","uk"]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markets | No | Optional market codes to scope the search, like za, uk, us, ng | |
| business | Yes | What the business does, sells or is looking for (e.g. "hospital cleaning services") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| counts | Yes | ||
| groups | Yes | ||
| schema | Yes | ||
| markets | No | ||
| enriched | No | ||
| nextMove | Yes | ||
| subscribe | No | How to hear about updates for this query. poll: re-call the tool (what a conversational agent does). push: backends with an https endpoint POST { query, callbackUrl } to push.url for signed webhook updates. |