R

reflex.dev

The operating system for building mission-critical enterprise apps.

1action
https://reflex.dev/

live · Developer Tools · JSON · API for agents

Tools 1 tool

navigate_reflexaction

Navigate to a path on reflex.dev (e.g. "/docs/getting-started/introduction", "/pricing", "/blog").

View tool JSON
{
  "name": "navigate_reflex",
  "kind": "action",
  "impl": "imperative",
  "description": "Navigate to a path on reflex.dev (e.g. \"/docs/getting-started/introduction\", \"/pricing\", \"/blog\").",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Path on reflex.dev, starting with \"/\"."
      }
    },
    "required": [
      "path"
    ]
  },
  "page": "/"
}