← 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

add_itinerary_activity

act imperative

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

Input schema

PropertyTypeRequiredDescription
date string yes Local date in YYYY-MM-DD format.
hour integer yes Local start hour on a 24-hour clock, from 7 through 22.
title string yes 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": {
    "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": [
    "date",
    "hour",
    "title"
  ]
}

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