il_region_translate

Translate a region by the specified offset. 平移当前ROI区域,生成一个新的ROI区域对象。 The region is moved by the specified X and Y offsets. 区域按指定的X和Y偏移量移动。 并输出一个新的ROI区域对象(ILRegion类型)的描述JSON。 其中输出的ROI区域类型与输入区域相同

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

What il_region_translate does on Leaper Vision Toolkit

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

Parameters from the server's own tool schema.

Why il_region_translate needs a policy

This tool performs a geometric transformation (translation) on a region of interest and produces a new ROI object. It is not a pure read (it transforms data), not a write to persistent storage, and not destructive. It executes a computation/transformation operation on image region data, producing a derived output. Severity is low as it only manipulates in-memory region descriptors with no persistent side effects.

From the tool's definition Translate a region by the specified offset... The region is moved by the specified X and Y offsets... 输出一个新的ROI区域对象(ILRegion类型)的描述JSON

Questions about il_region_translate

What does the il_region_translate tool do? +

Translate a region by the specified offset. 平移当前ROI区域,生成一个新的ROI区域对象。 The region is moved by the specified X and Y offsets. 区域按指定的X和Y偏移量移动。 并输出一个新的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_translate accept? +

il_region_translate accepts 3 parameters: offsetX, offsetY, 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_translate? +

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

il_region_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_translate? +

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

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

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