List Trips
get_tripsUser trips with status filter (planned/completed/etc.). ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| trips | No |
get_tripsUser trips with status filter (planned/completed/etc.). ($0.10; API key required)
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| status | No |
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| trips | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful invocation context with the API key requirement and $0.10 cost, and it mentions the status filter, but it does not disclose behavior like date-range interpretation, result ordering, or pagination. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded, with the core function stated first and cost/auth details appended. It is efficient with no filler, though the trailing 'etc.' is slightly vague and could be replaced with more concrete status examples.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given four parameters with zero schema descriptions, no enums, and no usage guidance, this description is too sparse for reliable invocation. An output schema exists to describe return values, but the missing parameter semantics and lack of sibling differentiation leave significant gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for all four parameters, but it only explains 'status' with examples like planned/completed. The parameters 'to', 'from', and 'limit' remain entirely ambiguous—an agent cannot tell whether to/from are dates, locations, or something else.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The title 'List Trips' and description 'User trips with status filter' make it clear this tool retrieves a set of trips, with the resource being user trips. The status filter (planned/completed/etc.) adds specificity, though the description itself lacks an explicit verb and does not distinguish itself from the sibling get_trip or get_travel_history.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like get_trip or get_travel_history. It includes prerequisites such as API key and cost, but these do not help an agent choose among the many sibling trip/travel/list tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.