High Risk

il_blob_analysis_color

This interface provide functionalities of blob analysis. 该接口提供斑点分析的功能。 Blob analysis is a useful approach to segment object from background into connected components of similar grayscale values. 斑点分析是机器视觉系统中常见的前景目标分割方法,用于从背景中提取灰度值近似的连通域生成斑点对象。 Various geometric features, such as area, perimeter...

Part of the Leaper Vision Toolkit MCP server. Enforce policies on this tool with Intercept, the open-source MCP proxy.

leaper-mcp/leaper-mcp-proxy Execute Risk 3/5

AI agents invoke il_blob_analysis_color to trigger processes or run actions in Leaper Vision Toolkit. Execute operations can have side effects beyond the immediate call -- triggering builds, sending notifications, or starting workflows. Rate limits and argument validation are essential to prevent runaway execution.

il_blob_analysis_color can trigger processes with real-world consequences. An uncontrolled agent might start dozens of builds, send mass notifications, or kick off expensive compute jobs. Intercept enforces rate limits and validates arguments to keep execution within safe bounds.

Execute tools trigger processes. Rate-limit and validate arguments to prevent unintended side effects.

leaper-mcp-leaper-mcp-proxy.yaml
tools:
  il_blob_analysis_color:
    rules:
      - action: allow
        rate_limit:
          max: 10
          window: 60
        validate:
          required_args: true

See the full Leaper Vision Toolkit policy for all 169 tools.

Tool Name il_blob_analysis_color
Category Execute
Risk Level High

View all 169 tools →

What does the il_blob_analysis_color tool do? +

This interface provide functionalities of blob analysis. 该接口提供斑点分析的功能。 Blob analysis is a useful approach to segment object from background into connected components of similar grayscale values. 斑点分析是机器视觉系统中常见的前景目标分割方法,用于从背景中提取灰度值近似的连通域生成斑点对象。 Various geometric features, such as area, perimeter or circularity, can be computed on these blobs. 再计算斑点对象的属性特征,典型的几何特征如面积、轮廓周长、圆度等,图像特征如平均亮度、对比度等。 This is a color-mode blob analysis tool. 这个是彩色斑点分析工具。 返回结构是一个序列化的json,其中Preview属性是输入图像在当前斑点分析配置下的二值化蒙版的图片地址, Build 为斑点分析结果,其中的Count表示斑点的数量,Item是所有斑点的集合, 每一个斑点的: GetCenter 表示斑点的重心坐标; CountContour 表示斑点的外轮廓个数; CountHole 表示斑点的孔洞个数; GetRect 表示斑点的包围矩形; GetRotRect 表示斑点的包围旋转矩形; GetFeature是斑点的其他属性,包括:LPVBlobArea表示斑点面积、LPVBlobCenterX和LPVBlobCenterY表示斑点中心点的坐标; ToRegion 表示根据该斑点的轮廓蒙版,生成一个蒙版区域对象; LpvClassName 表示调用工具函数的名称; InputParameterFile 表示调用工具函数需要传入的参数文件名称. 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.

How do I enforce a policy on il_blob_analysis_color? +

Add a rule in your Intercept YAML policy under the tools section for il_blob_analysis_color. You can allow, deny, rate-limit, or validate arguments. Then run Intercept as a proxy in front of the Leaper Vision Toolkit MCP server.

What risk level is il_blob_analysis_color? +

il_blob_analysis_color is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit il_blob_analysis_color? +

Yes. Add a rate_limit block to the il_blob_analysis_color rule in your Intercept 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_blob_analysis_color completely? +

Set action: deny in the Intercept policy for il_blob_analysis_color. 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_blob_analysis_color? +

il_blob_analysis_color is provided by the Leaper Vision Toolkit MCP server (leaper-mcp/leaper-mcp-proxy). Intercept sits as a proxy in front of this server to enforce policies before tool calls reach the server.

Enforce policies on Leaper Vision Toolkit

Open source. One binary. Zero dependencies.

npx -y @policylayer/intercept
github.com/policylayer/intercept →
// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.