il_image_morph_set_morph_shape

~english Set the structuring element used in morphology operations with specified shape and size. Returns the configured morphological tool object. The return structure is a serialized JSON string with properties including: LpvClassName (the name of the function-calling object) and InputParameter...

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

What il_image_morph_set_morph_shape does on Leaper Vision Toolkit

AI agents use il_image_morph_set_morph_shape 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
kWidth integer ~english The width of the structuring element, of type int, must be an odd number such as 3, 5, 7, etc.~chinese 结构元的宽度,传入类型为int类型,需要是一个奇数,如 3, 5, 7 等。
kHeight integer ~english The height of the structuring element, of type int, must be an odd number such as 3, 5, 7, etc. If set to 0, use the same value as width.~chinese 结构元的高
shapeTypeString string ~english The shape of the structuring element, of type LPVMorphShape, describing the shape of the kernel used in morphological operations. Valid types are: LPV
InputParameterFile string ~english The file path of the specified ILImageMorph class, representing the parameter file name required for calling the tool function.Before calling this tool

Parameters from the server's own tool schema.

Why il_image_morph_set_morph_shape needs a policy

This is a Write operation because it creates or modifies a morphological tool configuration object that will affect subsequent image processing. It is reversible (another configuration can override it), has no direct financial impact, and does not execute arbitrary code or delete data.

From the tool's definition The tool description states it "Set[s] the structuring element used in morphology operations" and "Returns the configured morphological tool object." This indicates the tool modifies/configures a morphological processing object that will be used in subsequent…

Questions about il_image_morph_set_morph_shape

What does the il_image_morph_set_morph_shape tool do? +

~english Set the structuring element used in morphology operations with specified shape and size. Returns the configured morphological tool object. The return structure is a serialized JSON string with properties including: LpvClassName (the name of the function-calling object) and InputParameterFile (the parameter file name required for calling the tool function). The values of these properties can be obtained from the return value of preprocessing MCP tools. LpvClassName represents the name of the morphological tool's function-calling object, currently should be: ILImageMorph (morphological tool function-related object); InputParameterFile represents the parameter file name for the morphological tool's function-calling object. ~chinese 设置形态学工具中所使用的结构元,可指定结构元的形状和尺寸。并返回设置完成的形态学工具的功能调用的对象。 返回结构是一个序列化的JSON字符串,属性包括: LpvClassName(调用工具函数的名称)和 InputParameterFile(调用工具函数需要传入的参数文件名称)。这两个属性的值可以从前处理的MCP工具的返回值中获取。LpvClassName 表示形态学工具的功能调用的对象名称,目前名称应为:ILImageMorph(形态学工具的功能相关对象); InputParameterFile 表示形态学工具的功能调用的对象的参数文件名称。. 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 il_image_morph_set_morph_shape accept? +

il_image_morph_set_morph_shape accepts 4 parameters: kWidth, kHeight, shapeTypeString, InputParameterFile. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on il_image_morph_set_morph_shape? +

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

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

Can I rate-limit il_image_morph_set_morph_shape? +

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

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

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