7 tools registered. Strongest in shared experience, weakest in task completion.
{
"name": "get_trip_context",
"description": "Read the traveler’s current EV trip inputs, preferences, selected route, and charging stops shown on the page.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}find_chargers: declares no required list, so an agent cannot tell which parameters are mandatory; create_trip_plan: 1 parameter has no description (startingChargePercent); set_trip_preferences: 3 para{
name: "find_chargers",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "replace_charging_stop" /* short, unique, verb-based */ }list_vehicle_profiles: weak{}{}{}