render_image

Render the current scene to image(s). Returns the saved file path(s).

Server Clo3d lilbonner/clo3d-mcp
Category Execute
Risk class High
Parameters 00 required

What render_image does on Clo3d

AI agents invoke render_image to trigger actions in Clo3d. 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 render_image needs a policy

Rendering triggers an external computation operation in CLO3D and writes output image files to disk. It is not a simple read (it produces new files) and is not purely a write of user-provided data — it executes a rendering process. The blast radius is medium: misuse could generate unwanted files or consume resources, but it doesn't delete data or move money.

From the tool's definition Render the current scene to image(s). Returns the saved file path(s).

Questions about render_image

What does the render_image tool do? +

Render the current scene to image(s). Returns the saved file path(s). It is categorised as a Execute tool in the Clo3d MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on render_image? +

Register the Clo3d MCP server in PolicyLayer and add a rule for render_image: 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 Clo3d. Nothing to install.

What risk level is render_image? +

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

Can I rate-limit render_image? +

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

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

render_image is provided by the Clo3d MCP server (lilbonner/clo3d-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

render_image is one line of Clo3d'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.