这个是水平投影图像的工具。聚合每一行上的像素。 工具不需要通过其它工具设置参数,不需要传入ILImageOp的对象。 返回结构是一个序列化的json,其中: ResultArray属性是输出的结果向量列表。
AI agents call il_image_op_project_x to retrieve information from Leaper Vision Toolkit without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
aggType | string | — | 投影时所使用的聚合方式,传入类型为LPVAggregation类型。有效的类型为:LPVAggAvg(均值:降低图像噪声,在光照条件不佳、亮度不断变化的场景下,获得更稳定的图像质量。)、LPVAggDev(标准差:结果图像中的较亮像素表示在多帧图像中该位置的像素值变化较大。)、LPVAggVar(方差)、LPVAggM |
imageUrl | string | — | 图片的url地址,通过这个地址获取到图片 |
Parameters from the server's own tool schema.
This tool performs a horizontal projection of an image by aggregating pixel values per row and returns results as a JSON array. It reads/analyzes image data and produces output without modifying or deleting any data, making it a read/query operation.
From the tool's definition 水平投影图像的工具。聚合每一行上的像素。返回结构是一个序列化的json,其中:ResultArray属性是输出的结果向量列表。
Attacks that exploit this kind of access
这个是水平投影图像的工具。聚合每一行上的像素。 工具不需要通过其它工具设置参数,不需要传入ILImageOp的对象。 返回结构是一个序列化的json,其中: ResultArray属性是输出的结果向量列表。. It is categorised as a Read tool in the Leaper Vision Toolkit MCP Server, which means it retrieves data without modifying state.
il_image_op_project_x accepts 2 parameters: aggType, imageUrl. 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_project_x: 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_project_x is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the il_image_op_project_x 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_project_x. 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_project_x 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 →