Skip to main content
Glama
ymltsh
by ymltsh

mfuns_manage_submission

List, update, or delete your article and video submissions on Mfuns, with filters for status and pagination.

Instructions

管理我的投稿:查看列表 / 更新文章投稿 / 删除文章投稿。

Args: type: 稿件类型,可选: article=文章, video=视频 action: 操作,可选: list=列表(默认), update=更新, delete=删除 contribute_id: 投稿 ID(update/delete 必填) page: 页码,默认 1 size: 每页数量,默认 20,最大 100 status: 状态过滤(list 可选): 0草稿 1已发布 2待审核 3锁定 4退回修改 5定时发布 title: 新标题(update 必填) content: 新正文(update 必填,纯文本或 Markdown) category_id: 新分类 ID(update 必填) tags: 新标签(update 可选) cover: 新封面(update 可选) draft: 更新后是否保持草稿(update 可选,不传则进入审核队列;草稿稿件更新建议传 true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
tagsNo
typeNoarticle
coverNo
draftNo
titleNo
actionNolist
statusNo
contentNo
category_idNo
contribute_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

没有注释,描述承担行为透明责任。它说明了 update 不传 draft 会进入审核队列、草稿更新建议传 draft=true,以及 status 的数字含义,这些是重要的非显性行为。但未说明 delete 的不可逆性、权限要求或操作失败时的行为,覆盖不完整。

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

Conciseness4/5

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

描述采用分条 Args 格式,每行一个参数,信息密度高,先给出总体用途再列细节。虽然篇幅较长,但每个字段都有必要说明,没有冗余内容。

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?

作为多操作管理工具,描述覆盖了 list/update/delete 的参数要求、默认行为、状态过滤和更新审核行为,输出已有 output schema 支持,无需额外说明返回值。整体完整,仅缺少具体调用示例或错误处理说明。

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 覆盖率为 0%,但描述对每个参数给出了含义、默认值、必填条件和可选范围,例如 action 的可选值、status 的枚举含义、draft 的行为影响,完全弥补了 schema 的缺失,甚至提供了超出 schema 的实际语义。

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?

描述明确指出'管理我的投稿',并列出 list/update/delete 三种操作及类型参数,能区分于 mfuns_create_post 等兄弟工具。虽然未显式点名替代工具,但用途清晰,足以让智能体理解工具功能。

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?

描述详细说明了各操作的必要参数(update/delete 必填 contribute_id,update 必填 title/content/category_id),并给出 action 默认 list、size 上限等,使用场景清晰。但未提及与 mfuns_delete 或 mfuns_create_post 的明确分工,缺少排除性说明。

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