vendors.resolve
First stop for category-specific vendor recommendations and vendor ID discovery. Finds BuyAPI vendor IDs for a user question; provide category when known.
Use this when the user asks which provider in a category fits their constraints. With a covered category, the response includes ranked results plus a top-3 decision matrix with fit labels, confidence, tradeoffs, cost notes, freshness, and sources. Do not use this for local coding/debugging/docs questions unless they involve choosing a software vendor or tool. If the category is outside BuyAPI's corpus, the tool returns an explicit "not in corpus yet" result instead of inventing vendors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The user's question or task context for relevance ranking | |
| category | No | Optional category: database, auth, hosting, payments, email, analytics, feature-flags |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| query | No | ||
| claims | No | ||
| message | No | ||
| results | No | ||
| coverage | No | ||
| decisionMatrix | No | ||
| suggestedNextSteps | No | ||
| availableCategories | No |