live · Productivity & Work · JSON · API for agents
Open a path or full URL on the Navattic marketing site (www.navattic.com), e.g. /pricing or /product/interactive-demos.
{
"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": "/"
}Scroll the marketing page to the top.
{
"name": "navattic_scroll_to_top",
"kind": "action",
"impl": "imperative",
"description": "Scroll the marketing page to the top.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}