WebMCP

TravelWebMCP verified

wandernote.openai.chatgpt.site WebMCP tools

An agent-ready WebMCP travel planner. Choose your destination and travel dates, collaborate on an hour-by-hour itinerary, and save your finished travel note as a PDF.

11 tools1 methodsspec API surface

What can an agent do with wandernote.openai.chatgpt.site WebMCP tools?

An agent-ready WebMCP travel planner. Choose your destination and travel dates, collaborate on an hour-by-hour itinerary, and save your finished travel note as a PDF. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on wandernote.openai.chatgpt.site

Tool 1 of 11WebMCPAnswer

get_trip_state

Read the destination, dates, traveler preferences, linked Notion source document, hour-by-hour itinerary, protected traveler edits, and open feedback before proposing changes.

How to install

Open the wandernote.openai.chatgpt.site website and ask your browser agent to use get_trip_state

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_trip_state tool on wandernote.openai.chatgpt.site. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 11WebMCPAction

    set_trip_details

    Set the trip destination, inclusive travel dates, preferences, and optional Notion source attribution. Activities outside new dates are removed.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use set_trip_details

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the set_trip_details tool on wandernote.openai.chatgpt.site with destination: <string>, startDate: <string>, endDate: <string>, preferences: <array>, sourceTitle: <string>, sourceUrl: <string>. Return the structured result and cite the source page.

    Input contract

    • destination string City, region, or destination.
    • startDate string Local date in YYYY-MM-DD format.
    • endDate string Local date in YYYY-MM-DD format.
    • preferences array
    • sourceTitle string Title of the Notion itinerary used as agent context.
    • sourceUrl string HTTPS link to the source Notion itinerary.

    Open the source definition

    Tool 3 of 11WebMCPAnswer

    list_time_slots

    List all hourly slots, their current activities, and traveler-protected edits for one travel date.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use list_time_slots

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the list_time_slots tool on wandernote.openai.chatgpt.site with date: <string>. Return the structured result and cite the source page.

    Input contract

    • date string Local date in YYYY-MM-DD format.

    Open the source definition

    Tool 4 of 11WebMCPAction

    add_itinerary_activity

    Add an agent suggestion to an empty hourly slot. Never overwrites an existing activity or a traveler-protected edit.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use add_itinerary_activity

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the add_itinerary_activity tool on wandernote.openai.chatgpt.site with date: <string>, hour: <integer>, title: <string>, description: <string>, location: <string>, latitude: <number>, longitude: <number>, category: <string>, duration: <number>. Return the structured result and cite the source page.

    Input contract

    • date string Local date in YYYY-MM-DD format.
    • hour integer Local start hour on a 24-hour clock, from 7 through 22.
    • title string A concise, human-readable activity title.
    • description string A useful reason to visit or practical tip.
    • location string Venue name, neighborhood, or address.
    • latitude number Accurate latitude for plotting the activity on the interactive itinerary map.
    • longitude number Accurate longitude for plotting the activity on the interactive itinerary map.
    • category string
    • duration number Activity duration in hours.

    Open the source definition

    Tool 5 of 11WebMCPAction

    update_itinerary_activity

    Edit an existing agent suggestion by activity ID. Traveler-edited activities are protected; respond to their feedback instead.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use update_itinerary_activity

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the update_itinerary_activity tool on wandernote.openai.chatgpt.site with activityId: <string>, date: <string>, hour: <integer>, title: <string>, description: <string>, location: <string>, latitude: <number>, longitude: <number>, category: <string>, duration: <number>. Return the structured result and cite the source page.

    Input contract

    • activityId string The existing activity ID.
    • date string Local date in YYYY-MM-DD format.
    • hour integer Local start hour on a 24-hour clock, from 7 through 22.
    • title string A concise, human-readable activity title.
    • description string A useful reason to visit or practical tip.
    • location string Venue name, neighborhood, or address.
    • latitude number Accurate latitude for plotting the activity on the interactive itinerary map.
    • longitude number Accurate longitude for plotting the activity on the interactive itinerary map.
    • category string
    • duration number Activity duration in hours.

    Open the source definition

    Tool 6 of 11WebMCPAction

    remove_itinerary_activity

    Remove an existing agent-created activity without removing protected traveler edits.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use remove_itinerary_activity

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the remove_itinerary_activity tool on wandernote.openai.chatgpt.site with activityId: <string>. Return the structured result and cite the source page.

    Input contract

    • activityId string

    Open the source definition

    Tool 7 of 11WebMCPAnswer

    get_traveler_feedback

    Read traveler comments and dismissed suggestions. Use these as instructions for revising the itinerary.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use get_traveler_feedback

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_traveler_feedback tool on wandernote.openai.chatgpt.site with status: <string>. Return the structured result and cite the source page.

    Input contract

    • status string

    Open the source definition

    Tool 8 of 11WebMCPAction

    respond_to_traveler_feedback

    Resolve a traveler comment, optionally replacing the referenced activity with a better suggestion in the requested slot.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use respond_to_traveler_feedback

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the respond_to_traveler_feedback tool on wandernote.openai.chatgpt.site with feedbackId: <string>, response: <string>, date: <string>, hour: <integer>, title: <string>, description: <string>, location: <string>, latitude: <number>, longitude: <number>, category: <string>, duration: <number>. Return the structured result and cite the source page.

    Input contract

    • feedbackId string The open traveler feedback ID.
    • response string Explain how the traveler comment was addressed.
    • date string Local date in YYYY-MM-DD format.
    • hour integer Local start hour on a 24-hour clock, from 7 through 22.
    • title string A concise, human-readable activity title.
    • description string A useful reason to visit or practical tip.
    • location string Venue name, neighborhood, or address.
    • latitude number Accurate latitude for plotting the activity on the interactive itinerary map.
    • longitude number Accurate longitude for plotting the activity on the interactive itinerary map.
    • category string
    • duration number Activity duration in hours.

    Open the source definition

    Tool 9 of 11WebMCPAnswer

    get_itinerary_map

    Read the selected day or complete-trip map, including geolocated stops in itinerary order, numbered pins, routes, and places that still need coordinates.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use get_itinerary_map

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_itinerary_map tool on wandernote.openai.chatgpt.site with scope: <string>, date: <string>. Return the structured result and cite the source page.

    Input contract

    • scope string Read one travel day or every day in the trip.
    • date string Local date in YYYY-MM-DD format.

    Open the source definition

    Tool 10 of 11WebMCPAction

    set_map_view

    Select a travel day or the full-trip map, optionally focus a particular itinerary stop, and keep the visible itinerary synchronized.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use set_map_view

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the set_map_view tool on wandernote.openai.chatgpt.site with scope: <string>, date: <string>, activityId: <string>. Return the structured result and cite the source page.

    Input contract

    • scope string Show a single day or the full trip.
    • date string Local date in YYYY-MM-DD format.
    • activityId string Focus the map and itinerary on an existing activity.

    Open the source definition

    Tool 11 of 11WebMCPAction

    export_itinerary_pdf

    Generate and download a real PDF of the visible, current multi-day itinerary.

    How to install

    Open the wandernote.openai.chatgpt.site website and ask your browser agent to use export_itinerary_pdf

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the export_itinerary_pdf tool on wandernote.openai.chatgpt.site. Return the structured result and cite the source page.

    Input contract

      Open the source definition