← WebMCP Directory

Tool tree

puzl.no

liveAI & Agents
https://puzl.no/
Generiske AI-verktøy passer alle og er derfor perfekte for ingen. Vi skreddersyr AI-løsninger som integreres med systemene dere har og leverer verdi fra dag én.
Explore capabilities
get_servicesanswer

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.

View tool JSON
{
  "name": "get_services",
  "kind": "answer",
  "impl": "imperative",
  "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
  },
  "page": "/"
}