Get a series with its generations
get_vehicleGet one series with its generations (models), the people who developed them, and the cited sources. A model_id returns the whole series the generation belongs to. Returns {series, maker, models, sources}: each model (generation) has start_year, end_year (null = still on sale), chassis_code, description, source_url, drivetrains, displacements (engine displacement in cc, one row per engine), engineers (each with role_name, source_url citing the person's own career, and link_source_url citing that person's work on this very generation; a null link_source_url means not researched yet, so do not read source_url as evidence for this generation), and its public page url; sources are the cited references for the descriptions (url, title, publisher, accessed_on). An empty drivetrains, displacements, engineers, or sources list means not researched yet, never none. Unknown ids are an error, not an empty result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Generation (model) id (a UUID from search_vehicles). Takes precedence over series_id when both are given. | |
| series_id | No | Series id (a UUID from search_vehicles). |