这个是垂直拆分一个图像的工具。为若干个小图 。 工具不需要通过其它工具设置参数,不需要传入ILImageOp的对象。 返回结构是一个序列化的json,其中: ResultImgList属性是输出结果图像URL地址列表。
AI agents use il_image_op_split_y 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
step | integer | — | 单次拆分的步长,传入类型为int类型。对于非循环模式,其通常等于结果图像的高。而对于循环模式,这表示每次拆分所收集的行数,多次拆分组合为最终结果。 |
count | integer | — | 指定拆分数量,传入类型为int类型。 |
space | integer | — | 拆分的间隔,传入类型为int类型。 |
imageUrl | string | — | 图片的url地址,通过这个地址获取到图片 |
sameSize | boolean | — | 输出的结果图像图像队列,传入类型为bool类型。从上到下。 |
cyclicMode | boolean | — | 是否启用循环拆分,传入类型为bool类型。默认启用。循环模型将循环重复拆分整张图像,再合并单次拆分的若干行为一张图像,作为最终结果。 |
Parameters from the server's own tool schema.
The tool splits/transforms an image into multiple smaller images, which is a lossy but not destructive operation—the original image is not modified or deleted, and the result is a standard image processing output. This is a Write operation (creates new derived image data) rather than Destructive (no irreversible data loss) or Execute (no arbitrary code/command execution).
From the tool's definition Tool name 'il_image_op_split_y' and description indicate it performs 'vertical split' (垂直拆分) of an image into smaller images. Returns serialized JSON with image URLs (ResultImgList). This is a reversible data transformation operation.
Attacks that exploit this kind of access
这个是垂直拆分一个图像的工具。为若干个小图 。 工具不需要通过其它工具设置参数,不需要传入ILImageOp的对象。 返回结构是一个序列化的json,其中: ResultImgList属性是输出结果图像URL地址列表。. 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.
il_image_op_split_y accepts 6 parameters: step, count, space, imageUrl, sameSize, cyclicMode. The full parameter table on this page comes from the server's own tool schema.
Register the Leaper Vision Toolkit MCP server in PolicyLayer and add a rule for il_image_op_split_y: 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.
il_image_op_split_y is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the il_image_op_split_y 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.
Set action: deny in the PolicyLayer policy for il_image_op_split_y. 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.
il_image_op_split_y 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.
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 →