Skip to main content
Glama

Trip Planner

render_trip

Renders a day-by-day trip itinerary with time slots, locations, costs, and a budget tracker. Users can swap, remove, or comment on activities and request style changes.

Instructions

Render a day-by-day trip itinerary with time slots, locations, costs, and a budget tracker. The user can swap, remove, or comment on individual activities and send style preferences (e.g. 'make it more relaxed') back to Claude. Pass itinerary as a JSON array of day objects. Use the same currency as the trip explorer if the user came from there.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoTrip title
currencyNoCurrency code, e.g. INR, USD, EUR. Defaults to USD.
itineraryYesJSON array: [{"day":"Day 1 - Arrival","activities":[{"time":"9:00 AM","activity":"Visit museum","location":"Downtown","cost":25,"notes":"Book online"}]}, ...]
trip_daysNoNumber of trip days — used for regeneration requests
destinationNoDestination name, e.g. 'Goa' — used for regeneration requests
total_budgetNoTotal trip budget in the specified currency
Behavior4/5

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

With no annotations, the description carries the burden. It discloses interactive user behaviors (swap, remove, comment, send preferences) and a currency consistency rule. It does not explicitly mention that this is a render-only operation, but the 'Render' verb plus interactive context sufficiently conveys behavior.

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

Conciseness5/5

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

The description is three sentences, front-loaded with the purpose, and each sentence adds distinct information. No fluff or redundant content.

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?

It covers the main purpose, input format, interactive modifications, and a contextual nuance (currency match). While it doesn't explicitly explain the trip_days/destination parameters, the schema already does. For a rendering tool without an output schema, this is sufficiently complete.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds some value by advising to use the same currency as the trip explorer, which supplements the 'currency' parameter. However, it largely restates the itinerary structure already described in the schema.

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 uses a specific verb and resource: 'Render a day-by-day trip itinerary' with details on content (time slots, locations, costs, budget tracker). It distinguishes itself from sibling render tools by highlighting interactive features like swapping/removing/comments and sending style preferences back to Claude.

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?

It gives clear context: pass itinerary as a JSON array, and use the same currency as the trip explorer if applicable. It does not explicitly state when to use versus alternatives, but the description's specificity about itinerary rendering implies its primary use case.

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/rushildharhakim/mcp-apps-starter-kit'

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