action mercedes_benz_model_get { label: "Get the model for the given marketId and modelId." description: "Get the `VehicleModel` object for the given **marketId** and **modelId**." provider: mercedes_benz method: GET path: "/markets/{marketId}/models/{modelId}" encoding: json output: { type: "object" additionalProperties: true } }