Skip to main content
Glama
kingcos

fanfou-mcp

by kingcos

delete_status

Delete a Fanfou status by its ID. Only your own posts can be deleted, with a confirmation step to prevent mistakes.

Instructions

删除饭否内容

调用饭否 API 的 /statuses/destroy.json 接口删除指定的饭否内容。 注意:只能删除自己发布的内容。

Args: status_id: 要删除的饭否内容的 ID confirm: 是否确认删除(二次确认参数)

Returns: 删除结果字典,包含: - 删除 ID: 被删除消息的 ID - 删除结果: 删除是否成功的描述信息 - 重要提示: 关于删除操作的提醒信息

或者确认信息字典,包含:
- 需要确认: 是否需要用户确认
- 内容预览: 要删除的内容预览
- 确认提示: 如何进行确认的说明

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
status_idYes
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the API endpoint, the delete action, the restriction to own content, and the confirm parameter for safety. It also describes return values, including a confirmation dictionary when not confirmed. This gives a transparent view of behavior.

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?

Description is organized with sections (overview, notes, Args, Returns). It is not overly verbose, though some redundancy exists. The structure helps readability, and every sentence adds information.

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?

Given the moderate complexity (2 params, output schema exists), the description covers purpose, restrictions, parameters, and return values. It provides sufficient information for an agent to use the tool correctly without additional context.

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 0%, so description must add meaning. It explains status_id as the ID of the status to delete and confirm as a secondary confirmation parameter. This adds some value, but the explanations are minimal and could benefit from examples or sources for the ID.

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?

Description clearly states the tool deletes fanfou statuses, and specifies the restriction to own content. It distinguishes from sibling tools like publish_status or manage_favorite, but does not explicitly contrast with them.

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?

Description notes that only own content can be deleted, which is a usage constraint. However, it does not provide guidance on when to use this tool versus others, nor does it mention prerequisites or alternatives. The confirm parameter is explained as a safety measure, which provides limited context.

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/kingcos/fanfou-mcp'

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