wait_for_live

Continue waiting on an existing session (REQUESTED or ASSIGNED) until it reaches LIVE. Use this after request_live_view returned with state≠LIVE, or after re-discovering a sessionId via list_sessions. Returns whepUrl on success. If the operator still hasn

Server Luxxon luxxon-dev/luxxon-sdk
Category Execute
Risk class High
Parameters 00 required

What wait_for_live does on Luxxon

AI agents invoke wait_for_live to trigger actions in Luxxon. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why wait_for_live needs a policy

This tool performs an Execute action because it transitions an external system's state and initiates a billable live streaming operation. While it doesn't directly move money, it commits to an ongoing financial obligation (per-second USDC settlement on Base). The severity is high because misuse could result in extended unauthorized live sessions with accumulated charges.

From the tool's definition wait_for_live continues waiting on a session until it reaches LIVE state and returns a whepUrl, which represents a live WebRTC stream.

Questions about wait_for_live

What does the wait_for_live tool do? +

Continue waiting on an existing session (REQUESTED or ASSIGNED) until it reaches LIVE. Use this after request_live_view returned with state≠LIVE, or after re-discovering a sessionId via list_sessions. Returns whepUrl on success. If the operator still hasn. It is categorised as a Execute tool in the Luxxon MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on wait_for_live? +

Register the Luxxon MCP server in PolicyLayer and add a rule for wait_for_live: 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 wait_for_live? +

wait_for_live is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit wait_for_live? +

Yes. Add a rate_limit block to the wait_for_live 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 wait_for_live completely? +

Set action: deny in the PolicyLayer policy for wait_for_live. 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 wait_for_live? +

wait_for_live 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.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

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.