One tool registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_services: description is 511 characters, over Chrome's 500-character guidance; get_services: 1 parameter description is over Chrome's 150-character guidance{
name: "get_services",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}get_services<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_services" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_services",
"description": "Returns Puzl's current catalogue of custom AI consulting services (AI-løsninger) — the same offerings listed on the /tjenester page. Puzl is a Norwegian consultancy that builds bespoke AI systems integrated into a client's existing stack rather than selling off-the-shelf SaaS. Each service includes a short category tag, a one-line summary, and a full description of the problem it solves and the kind of business it fits. Use this to answer what Puzl offers, builds, or sells. Service content is in Norwegian.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Optional free-text filter, matched against service titles, tags and descriptions (e.g. 'kundeservice', 'logistics', 'SEO'). Omit to return the full catalogue."
},
"includeDetails": {
"type": "boolean",
"description": "Whether to include each service's full multi-sentence description. Set false for a compact title-and-summary listing.",
"default": true
}
},
"required": [],
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": false
}
}get_services: description is 511 characters, over Chrome's 500-character guidance; get_services: 1 parameter description is over Chrome's 150-character guidance{
name: "get_services",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));get_services<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_services" tooldescription="...">
<!-- the same action, as UI -->
</form>