list_venues
List venues with pagination and filters to identify those requiring data enrichment, such as missing addresses, coordinates, or social URLs.
Instructions
List venues with pagination and optional filters for missing data. Use this to find venues that need enrichment (missing address, coordinates, social URLs, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (default: 100, max: 500) | |
| offset | No | Number of records to skip for pagination (default: 0) | |
| missingSocials | No | Filter to venues with no website or social media URLs | |
| missingAddress | No | Filter to venues with no address set | |
| missingCity | No | Filter to venues with no city set | |
| missingCoordinates | No | Filter to venues with no latitude/longitude | |
| region | No | Filter by address/city containing this string (e.g., "North East", "Manchester") | |
| city | No | Filter by exact city match | |
| createdSince | No | Filter to venues created after this ISO date (e.g., "2024-01-01") | |
| aiCreated | No | Filter by AI-created status (true = AI created, false = user created) |