← WebMCP Directory

wandernote.openai.chatgpt.site

wandernote.openai.chatgpt.site

demo Unverified (seed import) Travel & Events 11 tools imperative implementation

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.

First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com

Answer 4 · Act 7 · Transact 0 · Score: Not yet scored

Tool inspector

update_itinerary_activity

act imperative

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

Input schema

PropertyTypeRequiredDescription
activityId string yes The existing activity ID.
date string no Local date in YYYY-MM-DD format.
hour integer no Local start hour on a 24-hour clock, from 7 through 22.
title string no A concise, human-readable activity title.
description string no A useful reason to visit or practical tip.
location string no Venue name, neighborhood, or address.
latitude number no Accurate latitude for plotting the activity on the interactive itinerary map.
longitude number no Accurate longitude for plotting the activity on the interactive itinerary map.
category string no
duration number no Activity duration in hours.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "activityId": {
      "type": "string",
      "description": "The existing activity ID."
    },
    "date": {
      "type": "string",
      "description": "Local date in YYYY-MM-DD format."
    },
    "hour": {
      "type": "integer",
      "minimum": 7,
      "maximum": 22,
      "description": "Local start hour on a 24-hour clock, from 7 through 22."
    },
    "title": {
      "type": "string",
      "description": "A concise, human-readable activity title."
    },
    "description": {
      "type": "string",
      "description": "A useful reason to visit or practical tip."
    },
    "location": {
      "type": "string",
      "description": "Venue name, neighborhood, or address."
    },
    "latitude": {
      "type": "number",
      "minimum": -85,
      "maximum": 85,
      "description": "Accurate latitude for plotting the activity on the interactive itinerary map."
    },
    "longitude": {
      "type": "number",
      "minimum": -180,
      "maximum": 180,
      "description": "Accurate longitude for plotting the activity on the interactive itinerary map."
    },
    "category": {
      "type": "string",
      "enum": [
        "eat",
        "explore",
        "culture",
        "coffee",
        "rest",
        "stay"
      ]
    },
    "duration": {
      "type": "number",
      "minimum": 0.5,
      "maximum": 8,
      "description": "Activity duration in hours."
    }
  },
  "required": [
    "activityId"
  ]
}

Similar websites

placemania.sk

placemania.sk

Atlas of unconventional places and detours worth adding to your travel itinerary.

live Unverified Travel & Events
9 tools A0 / Act9 / T0 Not yet scored Seen 2026-08-27
site_manifest site_search site_get_content site_get_chunk site_get_schema
Inspect tools
drevenica.sk

drevenica.sk

Originálna Drevenica JEZERSKO 43

live Unverified Travel & Events
8 tools A8 / Act0 / T0 Not yet scored Seen 2026-08-27
get_accommodation get_organization get_contact get_reservation_url get_calendar_info
Inspect tools
jezersko.sk

jezersko.sk

Ubytovanie Jezersko

live Unverified Travel & Events
8 tools A8 / Act0 / T0 Not yet scored Seen 2026-08-27
get_accommodation get_organization get_contact get_reservation_url get_calendar_info
Inspect tools
originalnadrevenica.sk

originalnadrevenica.sk

Originálna Drevenica JEZERSKO 43

live Unverified Travel & Events
8 tools A8 / Act0 / T0 Not yet scored Seen 2026-08-27
get_accommodation get_organization get_contact get_reservation_url get_calendar_info
Inspect tools

Related on Influzer