N

navattic.com

Interactive product demos.

2action
https://www.navattic.com/

live · Productivity & Work · JSON · API for agents

Tools 2 tools

navattic_open_marketing_urlaction

Open a path or full URL on the Navattic marketing site (www.navattic.com), e.g. /pricing or /product/interactive-demos.

View tool JSON
{
  "name": "navattic_open_marketing_url",
  "kind": "action",
  "impl": "imperative",
  "description": "Open a path or full URL on the Navattic marketing site (www.navattic.com), e.g. /pricing or /product/interactive-demos.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "pathOrUrl": {
        "type": "string",
        "description": "Absolute https URL or path starting with /"
      }
    },
    "required": [
      "pathOrUrl"
    ]
  },
  "page": "/"
}
navattic_scroll_to_topaction

Scroll the marketing page to the top.

View tool JSON
{
  "name": "navattic_scroll_to_top",
  "kind": "action",
  "impl": "imperative",
  "description": "Scroll the marketing page to the top.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}