Skip to main content
Glama

tool_update_traveler_profile

Update traveler profile fields, manage credit cards, and log trips by specifying only what changed.

Instructions

Update profile fields, manage cards, or log a trip. Pass only what changed.

Args: name: Update name home_airports: Replace home airports (comma-separated IATA) passports: Replace passports (comma-separated ISO-2) home_currency: Update home currency travel_style: budget, moderate, luxury interests: Replace interests (comma-separated) dietary: Replace dietary restrictions preferred_cabin: economy, premium_economy, business, first visas_held: Replace full visa list (comma-separated ISO-2 dest codes) eta_held: Replace ETA list add_visa: Append one ISO-2 dest code to visas_held add_card: Card key to add (e.g., "chase_sapphire_reserve", "amex_gold", "bilt_mastercard") add_card_nickname: Optional nickname for the card add_card_balance: Current points balance on this card's program remove_card: Card key to remove from portfolio add_trip_destination: Log a trip — destination name add_trip_from: Trip start YYYY-MM-DD add_trip_to: Trip end YYYY-MM-DD add_trip_purpose: tourism, business, family, other

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
home_airportsNo
passportsNo
home_currencyNo
travel_styleNo
interestsNo
dietaryNo
preferred_cabinNo
visas_heldNo
eta_heldNo
add_visaNo
add_cardNo
add_card_nicknameNo
add_card_balanceNo
remove_cardNo
add_trip_destinationNo
add_trip_fromNo
add_trip_toNo
add_trip_purposeNotourism
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It explains each parameter's behavior (replace, append, remove) but does not disclose overall effects like whether updates are immediate, if authentication is required, or what happens on partial failure. The mutative nature is implied but not explicitly stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long due to 19 parameters, but the opening summary ('Update profile fields...') provides a high-level overview. The list format is clear and each line is necessary. Could be slightly more structured (e.g., grouping related params), but it is functional and not wasteful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (19 parameters, no output schema, no annotations), the description covers parameter semantics well. However, it lacks details on the return value or response format, and does not explain what happens if no parameters are passed. The instruction 'Pass only what changed' partially addresses this.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, but the description fully compensates by listing each parameter with a clear one-liner explaining purpose and format (e.g., 'comma-separated IATA', 'YYYY-MM-DD'). This adds significant value beyond the schema titles alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Update profile fields, manage cards, or log a trip.' It uses specific verbs (update, manage, log) and specifies the resource (traveler profile). This distinguishes it from sibling tools, which are mostly query or analysis tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'Pass only what changed,' indicating a partial update pattern. It provides a comprehensive list of parameters with explanations, but does not explicitly state when to use this tool versus alternatives or what prerequisites exist. However, the context of sibling tools makes it clear this is the only profile modification tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VirajMishra1/wander-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server