35 tools registered. Strongest in trust, weakest in tool selection.
list-trips: weak; get-trip: weak; get-trip-by-slug: weak; get-trip-stamp-eligibility: weak{
name: "list-trips",
description: "Describe what this tool does, when to use it, and what it returns."
}{
"name": "list-trips",
"description": "List all trips for the authenticated user. Returns an array of trips.",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": true
}
}clarity: weaklist-trips: weak; get-trip: weak; get-trip-by-slug: weak; get-trip-stamp-eligibility: weak{
name: "list-trips",
description: "Describe what this tool does, when to use it, and what it returns."
}add-bucket-list-destination: readOnlyHint=true// readOnlyHint must match what the tool actually does - drop it (or set false) on a tool that writes.
{ name: "add-bucket-list-destination", annotations: { readOnlyHint: false } }{}{}{}