Skip to main content
Glama
ilovevideoeditor

iLoveVideoEditor MCP Server

Official

ilovevideoeditor_get_layer_capabilities

Find built-in effects and transitions compatible with any layer type before applying them. Supports text, image, video, audio, captions, composition, group, empty, and more to prevent mismatched edits.

Instructions

Return the built-in effects and transitions that are compatible with a given layer type (text, image, video, shape, audio, etc.). Use this before choosing effects or transitions for a layer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerTypeYesLayer type to query: text, image, video, shape, audio, captions, composition, group, empty
includeMetadataNoWhen true, include labels, notes and recommended flags.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It implies a read-only query by saying 'Return' and 'Use this before', but it does not explicitly state the absence of side effects, error handling, or any special behavior for invalid layer types.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary function, and contains no redundant or filler content. Every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description tells what is returned (effects and transitions) and the filtering basis (layer type), which is sufficient for a simple query tool. With no output schema, a bit more detail on return structure would be ideal, but the given information is reasonably complete for the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for both parameters, with clear descriptions in the schema. The tool description adds no further parameter semantics beyond the schema, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Return' and identifies the exact resource: 'built-in effects and transitions' filtered by 'layer type'. This clearly distinguishes it from sibling tools focused on templates, rendering, and local previews.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use the tool: 'Use this before choosing effects or transitions for a layer.' This provides clear context and a direct call to action, though it does not mention exclusions or alternative tools for similar queries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ilovevideoeditor/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server