il_region_rotate_and_translate

Rotate and translate a region based on anchor point transformation. 基于锚点的位置和角度变化,生成一个旋转和平移后的ROI区域对象。 The relative position between the region and the anchor point remains unchanged before and after transformation. 区域对象和锚点的相对位置,在变换前后保持不变。 并输出一个新的ROI区域对象(ILRegion类型)的描述JSON。 其中输出的ROI区域类型与输入区域相同

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

What il_region_rotate_and_translate does on Leaper Vision Toolkit

AI agents invoke il_region_rotate_and_translate 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
x number 锚点的当前 x 坐标 (double类型)
y number 锚点的当前 y 坐标 (double类型)
da number 锚点的旋转角度 (double类型)
newX number 锚点旋转和平移后的 x 坐标 (double类型)
newY number 锚点旋转和平移后的 y 坐标 (double类型)
regionClassObjDescriptionJson string 原始的Roi区域。传入一个序列化的JSON字符串,属性包括:LpvClassName(调用工具函数的名称) 和 InputParameterFile(调用工具函数需要传入的参数文件名称)。这两个属性的值可以从前处理的MCP工具的返回值中获取。LpvClassName 表示要调用的Region接口名称,根据不同的区域类型

Parameters from the server's own tool schema.

Why il_region_rotate_and_translate needs a policy

This tool performs a geometric transformation (rotation and translation) on a region object and produces a new transformed ROI region as a JSON output. It executes a computational transformation operation rather than simply reading existing data or writing/modifying stored data. It generates a new derived object via processing, placing it in the Execute category.

From the tool's definition Rotate and translate a region based on anchor point transformation... 生成一个旋转和平移后的ROI区域对象... 输出一个新的ROI区域对象(ILRegion类型)的描述JSON

Questions about il_region_rotate_and_translate

What does the il_region_rotate_and_translate tool do? +

Rotate and translate a region based on anchor point transformation. 基于锚点的位置和角度变化,生成一个旋转和平移后的ROI区域对象。 The relative position between the region and the anchor point remains unchanged before and after transformation. 区域对象和锚点的相对位置,在变换前后保持不变。 并输出一个新的ROI区域对象(ILRegion类型)的描述JSON。 其中输出的ROI区域类型与输入区域相同. 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_region_rotate_and_translate accept? +

il_region_rotate_and_translate accepts 6 parameters: x, y, da, newX, newY, regionClassObjDescriptionJson. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on il_region_rotate_and_translate? +

Register the Leaper Vision Toolkit MCP server in PolicyLayer and add a rule for il_region_rotate_and_translate: 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_region_rotate_and_translate? +

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

Can I rate-limit il_region_rotate_and_translate? +

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

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

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