il_image_op_scale_rotate

这个是缩放和旋转输入图像的工具。使用用户指定的锚点。若指定的结果图像对象为空图像,则生成和输入图像尺寸相同的图像。否则,将保持结果图像的尺寸,超出图像范围的像素设为背景像素(默认为黑色)。 工具不需要通过其它工具设置参数,不需要传入ILImageOp的对象。 返回结构是一个序列化的json,其中: ResultImg属性是输出结果图像URL地址。 English: The two input images should have the same size and format. 中文: 两个输入图像需尺寸相同、类型相同。

Server Leaper Vision Toolkit leaper-mcp/leaper-mcp-proxy
Category Execute
Risk class High
Parameters 90 required

What il_image_op_scale_rotate does on Leaper Vision Toolkit

AI agents invoke il_image_op_scale_rotate to trigger actions in Leaper Vision Toolkit. 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.

ParameterTypeRequiredDescription
angle number 顺时针旋转角度,传入类型为double类型。
zoomX number x 方向的缩放比例,传入类型为double类型。
zoomY number y 方向的缩放比例,传入类型为double类型。
imageUrl string 图片的url地址,通过这个地址获取到图片
pivotImgX number 输入图像上的锚点的 x 坐标。该锚点将作为缩放和旋转的中心,传入类型为double类型。
pivotImgY number 输入图像上的锚点的 y 坐标,传入类型为double类型。
interMethod string 插值方法,传入类型为LPVInterpolationMethod类型。有效的类型为:LPVInterNearest(最近邻插值:速度较快,插值后的图像质量较差 。)、LPVInterLinear(双线性插值。)、LPVInterCubic(三次曲线插值:当放大图像时,推荐使用该插值方法以获得较好图像质量。)、LPVIn
pivotResultX number 结果图像上的锚点的 x 坐标。该锚点位置上的像素与输入图像锚点位置上的像素为"同一个",传入类型为double类型。
pivotResultY number 结果图像上的锚点的 y 坐标,传入类型为double类型。

Parameters from the server's own tool schema.

Why il_image_op_scale_rotate needs a policy

This tool performs an image transformation operation (scale and rotate) and produces a new output image. It is not a pure read (it transforms data), not destructive (no deletion), not financial. It executes an image processing pipeline and returns a result, making Execute the most appropriate category. Severity is medium as misuse could produce incorrect image outputs but has limited broader blast radius.

From the tool's definition 缩放和旋转输入图像的工具 (tool for scaling and rotating input images); generates output image URL (ResultImg属性是输出结果图像URL地址)

Questions about il_image_op_scale_rotate

What does the il_image_op_scale_rotate tool do? +

这个是缩放和旋转输入图像的工具。使用用户指定的锚点。若指定的结果图像对象为空图像,则生成和输入图像尺寸相同的图像。否则,将保持结果图像的尺寸,超出图像范围的像素设为背景像素(默认为黑色)。 工具不需要通过其它工具设置参数,不需要传入ILImageOp的对象。 返回结构是一个序列化的json,其中: ResultImg属性是输出结果图像URL地址。 English: The two input images should have the same size and format. 中文: 两个输入图像需尺寸相同、类型相同。. It is categorised as a Execute tool in the Leaper Vision Toolkit MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does il_image_op_scale_rotate accept? +

il_image_op_scale_rotate accepts 9 parameters: angle, zoomX, zoomY, imageUrl, pivotImgX, pivotImgY, interMethod, pivotResultX, pivotResultY. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on il_image_op_scale_rotate? +

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

What risk level is il_image_op_scale_rotate? +

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

Can I rate-limit il_image_op_scale_rotate? +

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

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

il_image_op_scale_rotate is provided by the Leaper Vision Toolkit MCP server (leaper-mcp/leaper-mcp-proxy). 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.