Skip to main content
Glama
ymltsh
by ymltsh

mfuns_publish_video

Publish external video links to Mfuns with title, category, cover, copyright, and tags. Supports direct HTTPS URLs for video submission, including resurrecting expired Bilibili external videos.

Instructions

外链视频投稿(视频直链 URL,如复活失效的 B 站外链视频;不含本地上传)。

Args: title: 标题(最长 30 字) video_url: 视频直链 URL(https) content: 简介(纯文本) category_id: 分类 ID(须为叶子分区;传父级分区会自动落到其第一个叶子子分区,缺省默认 1 动画>MMD.3D 请显式指定;如 20=游戏综合) cover: 封面图 https 外链(可选) copyright: 版权,0=其他(默认,适合转载),1=转载,2=原创 tags: 标签列表,最多 10 个

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
coverNo
titleYes
contentNo
copyrightNo
video_urlYes
category_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description must disclose behavior. It explains category_id fallback behavior, copyright default meanings, and tag limits, which goes beyond the schema. However, it does not mention side effects, authentication, or error behavior, so it falls short of full transparency.

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 compact: one opening sentence plus a bulleted Args list. Each parameter entry provides essential information without redundancy, making it well-structured and efficient.

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

Completeness5/5

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

For a publish tool with 7 params and an output schema, the description covers the purpose, all parameter semantics, and usage constraints. Since the output schema exists, the lack of return-value explanation is acceptable, making the description contextually complete.

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

Parameters5/5

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

Schema description coverage is 0%, yet the description meticulously documents all 7 parameters with constraints (e.g., title max 30 chars, video_url https, category leaf behavior, copyright codes, tags max 10). This fully compensates for the missing schema descriptions.

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 clearly states '外链视频投稿' (external link video submission) with a specific verb and resource, and distinguishes it from local upload by noting '不含本地上传'. This differentiates it from sibling tools like mfuns_create_post or mfuns_manage_submission.

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

Usage Guidelines5/5

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

It provides explicit context: '如复活失效的 B 站外链视频' (e.g., reviving invalid Bilibili external link videos) and an explicit exclusion '不含本地上传'. This gives clear when-to and when-not-to use guidance, though no alternative tool is named.

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/ymltsh/Mfuns_MCP'

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