触发视频渲染(TTS + 录屏 + 混音,约 2-10 分钟)。必须先 get_render_preview 并由用户确认;user_confirmed_content 必须为 true。返回 progressUrl 与本机进度页。
AI agents invoke render_video to trigger actions in Flash Cast. 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.
The tool initiates a long-running external operation (2-10 minutes) combining text-to-speech, screen capture, and audio mixing. This is a classic Execute category: it runs an external process whose effects depend on prior configuration arguments. It is not merely writing data reversibly — it triggers a pipeline with real resource consumption.
From the tool's definition 触发视频渲染(TTS + 录屏 + 混音,约 2-10 分钟)— triggers a multi-step external rendering pipeline (TTS, screen recording, audio mixing) that consumes compute resources and produces output artifacts
Attacks that exploit this kind of access
触发视频渲染(TTS + 录屏 + 混音,约 2-10 分钟)。必须先 get_render_preview 并由用户确认;user_confirmed_content 必须为 true。返回 progressUrl 与本机进度页。. It is categorised as a Execute tool in the Flash Cast MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Flash Cast MCP server in PolicyLayer and add a rule for render_video: 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 Flash Cast. Nothing to install.
render_video is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the render_video 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.
Set action: deny in the PolicyLayer policy for render_video. 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.
render_video is provided by the Flash Cast MCP server (trtian/flash-cast-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the 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 →