Convert the color image from one color space to another, for example, from BGR to HSV 对彩色图像进行颜色空间转换,如,从 BGR 转到 HSV 空间 - Convert the color image from one color space to another, for example, from BGR to HSV - Supported color spaces: BGR, HSV, HLS, YCrCb, YUV, XYZ, LAB, LUV - The output image will ...
AI agents invoke image_convert_convert to trigger actions in Leaper Vision Toolkit. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
| Parameter | Type | Required | Description |
|---|---|---|---|
imageUrl | string | — | 图片的url地址,通过这个地址获取到输入图像 |
toColorSpace | string | — | 目标颜色空间,例如:LPVColorSpaceBGR(BGR颜色空间,通道顺序为B、G、R)、LPVColorSpaceHSV(HSV颜色空间,通道顺序为H、S、V)、LPVColorSpaceHLS(HLS颜色空间,通道顺序为H、L、S)、LPVColorSpaceYCrCb(YCrCb颜色空间,通道顺序为Y、Cr、 |
fromColorSpace | string | — | 输入图像的颜色空间,例如:LPVColorSpaceBGR(BGR颜色空间,通道顺序为B、G、R)、LPVColorSpaceHSV(HSV颜色空间,通道顺序为H、S、V)、LPVColorSpaceHLS(HLS颜色空间,通道顺序为H、L、S)、LPVColorSpaceYCrCb(YCrCb颜色空间,通道顺序为Y、 |
Parameters from the server's own tool schema.
This tool performs an image processing operation (color space conversion) that transforms input image data and produces an output image. It executes a computational transformation rather than simply reading data or writing/modifying stored data. The blast radius is low as it only processes image data in memory and returns a result URL, with no destructive, financial, or persistent side effects.
From the tool's definition Convert the color image from one color space to another, for example, from BGR to HSV
Attacks that exploit this kind of access
Convert the color image from one color space to another, for example, from BGR to HSV 对彩色图像进行颜色空间转换,如,从 BGR 转到 HSV 空间 - Convert the color image from one color space to another, for example, from BGR to HSV - Supported color spaces: BGR, HSV, HLS, YCrCb, YUV, XYZ, LAB, LUV - The output image will be a color image of the same size as the input - 对彩色图像进行颜色空间转换,如,从 BGR 转到 HSV 空间 - 支持的颜色空间:BGR, HSV, HLS, YCrCb, YUV, XYZ, LAB, LUV - 输出图像将是彩色图像,尺寸与输入的彩色图像一致 返回结构是一个序列化的JSON字符串,包含以下字段: ResultImg: 输出结果图像URL地址. 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.
image_convert_convert accepts 3 parameters: imageUrl, toColorSpace, fromColorSpace. 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 image_convert_convert: 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.
image_convert_convert is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the image_convert_convert 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 image_convert_convert. 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.
image_convert_convert 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 →