Skip to main content
Glama

Video Info MCP

generate_report

Generate standardized technical parameter reports for video files, analyzing metadata and stream details. Supports output in JSON, text, or Markdown formats for versatile use.

Instructions

输出标准化的视频技术参数报告,支持多种格式输出

Input Schema

NameRequiredDescriptionDefault
filePathYes视频文件路径
formatNo报告格式json

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "视频文件路径", "type": "string" }, "format": { "default": "json", "description": "报告格式", "enum": [ "json", "text", "markdown" ], "type": "string" } }, "required": [ "filePath" ], "type": "object" }

Other Tools from Video Info MCP

Related Tools

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/pickstar-2002/video-info-mcp'

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