be_get_vehicle
Retrieve detailed information about a Belgian train vehicle using its unique ID with this public transport data tool. Query and access specifics locally or across Europe via the MCP server.
Instructions
Get details about a specific Belgian train vehicle by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vehicle_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"vehicle_id": {
"title": "Vehicle Id",
"type": "string"
}
},
"required": [
"vehicle_id"
],
"type": "object"
}