nc_linc_query
Fetch data from NC LINC datasets by providing a dataset ID and applying filters such as county or year to get targeted records.
Instructions
Query a specific NC LINC dataset with optional filters. Use nc_linc_search first to find dataset IDs. Common datasets: 'employment-and-income-linc', 'census-population-and-housing-linc', 'vehicle-registration', 'government', 'nc-transportation-linc'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 20, max 100) | |
| where | No | SQL-style filter expression (e.g. "county='Wake'", "year>2020") | |
| offset | No | Offset for pagination (default 0) | |
| dataset_id | Yes | Dataset identifier from nc_linc_search results (e.g. 'employment-and-income-linc') |