Skip to main content
Glama
elimyliu

timeverse-omni-converter-mcp

by elimyliu

batch_convert

Convert multiple files simultaneously using glob patterns or explicit lists, with parallel execution and conflict handling for diverse media and document types.

Instructions

批量转换多个文件,支持 Glob 模式匹配与并行执行。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsNo与单文件转换相同的选项
parallelNo并行数,默认 1
output_dirNo输出目录
input_pathsNo文件路径数组(与 input_pattern 至少一个)
on_conflictNo冲突处理策略rename
input_patternNoGlob 模式,如 /data/*.png(与 input_paths 至少一个)
output_formatYes目标格式
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions parallel execution and Glob support, but does not disclose side effects such as output file creation, conflict resolution behavior, error handling, or partial failure semantics. This is a significant gap for a batch operation that writes files.

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 a single efficient sentence that front-loads the core purpose and the two most distinctive capabilities. There is no filler or redundant restatement of the tool name.

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

Completeness2/5

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

With 7 parameters, no annotations, and no output schema, the description is too thin to fully guide an agent. It omits important operational context such as how input_paths and input_pattern relate, the default conflict handling behavior, parallel execution caveats, and what the tool returns or reports after a batch run.

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 description coverage is 100%, so the baseline is 3. The description reinforces the meaning of input_pattern and parallel but adds little beyond what the schema already states. It does not clarify the relationship between input_paths and input_pattern or the effect of on_conflict.

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

Purpose4/5

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

The description clearly states a specific action ('batch convert multiple files') and highlights two distinctive capabilities: Glob pattern matching and parallel execution. It is differentiated from the single-file convert_* siblings by the explicit 'batch' scope, though it does not name any sibling alternative directly.

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

Usage Guidelines3/5

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

The description implies this tool is for converting multiple files, especially via Glob patterns, but it does not explicitly state when to prefer it over the single-file convert_* siblings or give exclusion criteria. Usage context is present but relies on inference from the tool name and sibling names.

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/elimyliu/timeverse-omni-converter-mcp'

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