← WebMCP Directory

Tool tree

zaia.app

AI & Agents
https://zaia.app/
AI agents and business automation platform
Explore capabilities

Tools verified

get_site_overviewAnswer

Summarize Zaia Endless, pricing floor, and the main public URLs for docs, API, blog and Console trial.

View tool JSON
{
  "name": "get_site_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "Summarize Zaia Endless, pricing floor, and the main public URLs for docs, API, blog and Console trial.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
find_public_pageAnswer

Find a public Zaia page (docs, API, blog, recursos, Console) from a short query.

View tool JSON
{
  "name": "find_public_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find a public Zaia page (docs, API, blog, recursos, Console) from a short query.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Topic such as docs, API, WhatsApp, trial, blog"
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}
open_console_trialAction

Open the Zaia Endless Console signup/login page to start the 7-day trial.

View tool JSON
{
  "name": "open_console_trial",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Zaia Endless Console signup/login page to start the 7-day trial.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}