eb_org_venues
Retrieve saved venues for an organization, including names, addresses, and geo coordinates. Provide an organization ID to get the venue list, with pagination support for large result sets.
Instructions
List an organization's saved venues (name, address, geo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Eventbrite's payload untouched. No field projection on this tool: this server has no verified record of which Eventbrite fields matter here, and inventing one would risk dropping a field a caller needs. | |
| org_id | Yes | Organization id (from eb_my_organizations) | |
| continuation | No | Pagination continuation token from a previous response |