list_artists
Filter and paginate artists by missing location, genres, or social URLs to identify records that need enrichment.
Instructions
List artists with pagination and optional filters for missing data. Use this to find artists that need enrichment (missing location, genres, 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 artists with no Facebook, Instagram, or website | |
| missingLocation | No | Filter to artists with no location set | |
| missingGenres | No | Filter to artists with no genres set | |
| region | No | Filter by location containing this string (e.g., "North East", "Manchester") | |
| createdSince | No | Filter to artists created after this ISO date (e.g., "2024-01-01") |