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
respond_to_traveler_feedback
act
imperative
Resolve a traveler comment, optionally replacing the referenced activity with a better suggestion in the requested slot.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
feedbackId |
string | yes | The open traveler feedback ID. |
response |
string | yes | Explain how the traveler comment was addressed. |
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": {
"feedbackId": {
"type": "string",
"description": "The open traveler feedback ID."
},
"response": {
"type": "string",
"description": "Explain how the traveler comment was addressed."
},
"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": [
"feedbackId",
"response"
]
}
Similar websites
placemania.sk
placemania.sk
Atlas of unconventional places and detours worth adding to your travel itinerary.
live
Unverified
Travel & Events
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
get_accommodation
get_organization
get_contact
get_reservation_url
get_calendar_info
Inspect tools
jezersko.sk
jezersko.sk
Ubytovanie Jezersko
live
Unverified
Travel & Events
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
get_accommodation
get_organization
get_contact
get_reservation_url
get_calendar_info
Inspect tools