ask_business
Ask one specific question about a listing and get an answer from the registry, with no human involved. Try this before contact_business: it is instant, free, and does not put a message in someone's inbox. Returns either an answer or an escalation. When resolved is true, answer holds it and basis names the fields it was read from. When escalate is true we do not hold the fact — this is NOT a negative answer, and in particular an unlisted place is "we do not know", never "they do not deliver there". Only the business can declare its own list complete. Unsupported questions come back with refused true and a supported list rather than a guess: nothing here is ever inferred, approximated or improvised. Authentication: none. This tool works with no credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | The `kind` field from the same search result. | |
| slug | Yes | The `slug` field from a search_businesses result. | |
| intent | Yes | Which question to ask. "is_open_now" needs nothing else; "delivers_to" needs a `params` place; "lead_time" asks the shortest notice they accept an order on. | |
| params | No | Arguments for the question. For "delivers_to": { "place": "Botanica" }. Ignored by the others. |