il_rot_rect_region

Create a rotated rectangle region object. 创建一个旋转矩形ROI区域对象。 Rotated rectangle region is a rectangular area that can be rotated by an arbitrary angle. 旋转矩形区域是一个可以任意角度旋转的矩形区域。 The region is defined by center coordinates, width, height, and rotation angle. 该区域由中心坐标、宽度、高度和旋转角度定义。 并返回生成后的ILRotRectRegio...

Server Leaper Vision Toolkit leaper-mcp/leaper-mcp-proxy
Category Write
Risk class Medium
Parameters 50 required

What il_rot_rect_region does on Leaper Vision Toolkit

AI agents use il_rot_rect_region to create or update resources in Leaper Vision Toolkit — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Leaper Vision Toolkit environment.

ParameterTypeRequiredDescription
a number 旋转矩形区域的角度 (double类型)
h number 旋转矩形区域的高度 (double类型)
w number 旋转矩形区域的宽度 (double类型)
cenx number 旋转矩形区域的中心 x 坐标 (double类型)
ceny number 旋转矩形区域的中心 y 坐标 (double类型)

Parameters from the server's own tool schema.

Why il_rot_rect_region needs a policy

This tool creates and generates a region object (a data structure) that represents a rotated rectangle. It is reversible (the region can be discarded or replaced), has no destructive effects, does not execute arbitrary code or external operations, and does not involve financial transactions. It fits the Write category as it generates/creates a new data structure.

From the tool's definition Tool creates a rotated rectangle region object and returns a description JSON. The name 'il_rot_rect_region' and description explicitly state 'Create a rotated rectangle region object' and 'returns the generated ILRotRectRegion type description JSON',…

Questions about il_rot_rect_region

What does the il_rot_rect_region tool do? +

Create a rotated rectangle region object. 创建一个旋转矩形ROI区域对象。 Rotated rectangle region is a rectangular area that can be rotated by an arbitrary angle. 旋转矩形区域是一个可以任意角度旋转的矩形区域。 The region is defined by center coordinates, width, height, and rotation angle. 该区域由中心坐标、宽度、高度和旋转角度定义。 并返回生成后的ILRotRectRegion类型的描述JSON。 其中ILRotRectRegion类型继承于ILRegion类型. It is categorised as a Write tool in the Leaper Vision Toolkit MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does il_rot_rect_region accept? +

il_rot_rect_region accepts 5 parameters: a, h, w, cenx, ceny. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on il_rot_rect_region? +

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

il_rot_rect_region is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit il_rot_rect_region? +

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

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

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