8 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_accommodation, get_organization, get_contact, get_reservation_url, get_calendar_info<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_accommodation" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_accommodation",
"description": "Returns basic information about Originálna drevenica JEZERSKO, including capacity, Wi-Fi, parking and pets policy.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}find_next_available_period: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "find_next_available_period",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));get_accommodation, get_organization, get_contact, get_reservation_url, get_calendar_info<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_accommodation" tooldescription="...">
<!-- the same action, as UI -->
</form>