agentweb_get_short
Fetch a business's contact info (name, phone, email, website, hours, location) in a compact format using ~80% fewer tokens than the standard response.
Instructions
Fetch a business in the AgentWeb compact shorthand format. Returns the same business as get_business but in ~320 bytes instead of 3-5 KB. Single-letter keys (n=name, p=phone, e=email, w=website, h=hours, g=[lat,lng], s=social, etc.). ~80% fewer tokens for the LLM. Use this whenever you just need contact info — saves significant tokens vs. get_business. Schema: https://api.agentweb.live/v1/schema/short
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique business ID from AgentWeb |