edge_filter_gradient_full

Both vertically and horizontally oriented edges are represented by bright pixels. 全梯度,水平和垂直边缘在输出图像中均表现为较亮的像素。 Provides image edge enhancement functionality for full gradient. 提供了图像边缘增强的功能,在全梯度。 Returns a serialized JSON string with properties: ResultImg (output result image URL). 返回结构是一个序列化的json,...

Server Leaper Vision Toolkit leaper-mcp/leaper-mcp-proxy
Category Write
Risk class Medium
Parameters 20 required

What edge_filter_gradient_full does on Leaper Vision Toolkit

AI agents use edge_filter_gradient_full 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.

ParameterTypeRequiredDescription
imageUrl string 图片的url地址,通过这个地址获取到输入图像
edgeFilterClassObjDescriptionJson string 用于图像边缘增强的功能调用的对象。如果用户没有指定图像边缘增强的功能相关对象,请调用EdgeFilterNew方法创建一个图像边缘增强的功能调用的对象后传入。 如果用户指定图像边缘增强的功能相关对象,传入一个序列化的JSON字符串,属性包括:LpvClassName(调用工具函数的名称) 和 InputParamet

Parameters from the server's own tool schema.

Why edge_filter_gradient_full needs a policy

This tool creates modified image data (edge-filtered output) as a reversible transformation. It does not execute arbitrary code, delete data, or access external systems—it applies a deterministic image filter algorithm. The modification is reversible (can be undone by reprocessing the original), so it falls under Write rather than Destructive. Blast radius is limited to the generated output image artifact.

From the tool's definition Tool performs image transformation/processing ('edge_filter_gradient_full', 'image edge enhancement', 'returns output result image URL') that modifies image data. The description states it processes images to produce enhanced edge-detected output.

Questions about edge_filter_gradient_full

What does the edge_filter_gradient_full tool do? +

Both vertically and horizontally oriented edges are represented by bright pixels. 全梯度,水平和垂直边缘在输出图像中均表现为较亮的像素。 Provides image edge enhancement functionality for full gradient. 提供了图像边缘增强的功能,在全梯度。 Returns a serialized JSON string with properties: ResultImg (output result image URL). 返回结构是一个序列化的json,其中:ResultImg属性是输出结果图像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.

What parameters does edge_filter_gradient_full accept? +

edge_filter_gradient_full accepts 2 parameters: imageUrl, edgeFilterClassObjDescriptionJson. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on edge_filter_gradient_full? +

Register the Leaper Vision Toolkit MCP server in PolicyLayer and add a rule for edge_filter_gradient_full: 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 edge_filter_gradient_full? +

edge_filter_gradient_full is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit edge_filter_gradient_full? +

Yes. Add a rate_limit block to the edge_filter_gradient_full 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 edge_filter_gradient_full completely? +

Set action: deny in the PolicyLayer policy for edge_filter_gradient_full. 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 edge_filter_gradient_full? +

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