live · Developer Tools · JSON · API for agents
Navigate to the Lumbox pricing page.
{
"name": "view_pricing",
"kind": "read",
"impl": "imperative",
"description": "Navigate to the Lumbox pricing page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Open a Lumbox documentation section (api, mcp, sdk, or getting-started).
{
"name": "view_docs",
"kind": "read",
"impl": "imperative",
"description": "Open a Lumbox documentation section (api, mcp, sdk, or getting-started).",
"inputSchema": {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"api",
"mcp",
"sdk",
"getting-started"
],
"description": "Which docs section to open."
}
},
"required": [
"section"
]
},
"page": "/"
}Open the Lumbox sign-up page to create an account.
{
"name": "sign_up",
"kind": "action",
"impl": "imperative",
"description": "Open the Lumbox sign-up page to create an account.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Compose an email to Lumbox support.
{
"name": "contact_support",
"kind": "action",
"impl": "imperative",
"description": "Compose an email to Lumbox support.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}