request_live_view

Open a Luxxon session at a lat/lng, push-dispatch the longest-idle operator in range, and wait for the operator to go LIVE. Returns the sessionId either way: if LIVE within timeoutMs, the response includes whepUrl + a hint to call get_frame; if still ASSIGNED/REQUESTED after timeoutMs, the respon...

Server Luxxon luxxon-dev/luxxon-sdk
Category Financial
Risk class Critical
Parameters 00 required

What request_live_view does on Luxxon

AI agents use request_live_view to commit financial operations through Luxxon — usually the final step of a payment, billing, or trading workflow. A call moves real money.

Why request_live_view needs a policy

The tool explicitly states it 'Charges the workspace' and the server description confirms per-second USDC settlement on Base. This directly commits financial resources. Even on testnet currently, the tool is designed and classified as a financial commitment mechanism. Financial > all other categories.

From the tool's definition 'Charges the workspace' — the tool initiates a billable session settled per-second in USDC on Base, dispatches a live operator, and incurs real financial obligations upon invocation.

Questions about request_live_view

What does the request_live_view tool do? +

Open a Luxxon session at a lat/lng, push-dispatch the longest-idle operator in range, and wait for the operator to go LIVE. Returns the sessionId either way: if LIVE within timeoutMs, the response includes whepUrl + a hint to call get_frame; if still ASSIGNED/REQUESTED after timeoutMs, the response includes the sessionId + current state + a hint to call wait_for_live or cancel_session. Only NO_COVERAGE (no operator in range at dispatch time) errors hard. Charges the workspace. It is categorised as a Financial tool in the Luxxon MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

How do I enforce a policy on request_live_view? +

Register the Luxxon MCP server in PolicyLayer and add a rule for request_live_view: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Luxxon. Nothing to install.

What risk level is request_live_view? +

request_live_view is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit request_live_view? +

Yes. Add a rate_limit block to the request_live_view rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block request_live_view completely? +

Set action: deny in the PolicyLayer policy for request_live_view. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides request_live_view? +

request_live_view is provided by the Luxxon MCP server (luxxon-dev/luxxon-sdk). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

request_live_view is one line of Luxxon's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.