il_image_op_project_x

这个是水平投影图像的工具。聚合每一行上的像素。 工具不需要通过其它工具设置参数,不需要传入ILImageOp的对象。 返回结构是一个序列化的json,其中: ResultArray属性是输出的结果向量列表。

Server Leaper Vision Toolkit leaper-mcp/leaper-mcp-proxy
Category Read
Risk class Low
Parameters 20 required

What il_image_op_project_x does on Leaper Vision Toolkit

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.

ParameterTypeRequiredDescription
aggType string 投影时所使用的聚合方式,传入类型为LPVAggregation类型。有效的类型为:LPVAggAvg(均值:降低图像噪声,在光照条件不佳、亮度不断变化的场景下,获得更稳定的图像质量。)、LPVAggDev(标准差:结果图像中的较亮像素表示在多帧图像中该位置的像素值变化较大。)、LPVAggVar(方差)、LPVAggM
imageUrl string 图片的url地址,通过这个地址获取到图片

Parameters from the server's own tool schema.

Why il_image_op_project_x needs a policy

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属性是输出的结果向量列表。

Questions about il_image_op_project_x

What does the il_image_op_project_x tool do? +

这个是水平投影图像的工具。聚合每一行上的像素。 工具不需要通过其它工具设置参数,不需要传入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.

What parameters does il_image_op_project_x accept? +

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.

How do I enforce a policy on il_image_op_project_x? +

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.

What risk level is il_image_op_project_x? +

il_image_op_project_x is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit il_image_op_project_x? +

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.

How do I block il_image_op_project_x completely? +

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.

What MCP server provides il_image_op_project_x? +

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.

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