Skip to main content
Glama

zhiqi_collab_accept_result

Approve or reject a collaborative task outcome by accepting it, requesting revisions, or rejecting with a mandatory reason.

Instructions

验收:ACCEPT / REVISION / REJECT(REJECT 必填 reason)。仅人类登录态通道 A。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
resultYes
taskNoYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden, and it does add two useful facts: REJECT must include reason, and the tool is restricted to human login channel A. However, it does not disclose the side effects of accepting, revising, or rejecting (e.g., whether the state becomes final, whether the other side is notified), so behavioral transparency is only partial.

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?

The description is a single compact sentence with the action and the two most important constraints front-loaded. No words are wasted, though the abbreviated phrase '通道 A' is cryptic enough that it costs some clarity.

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?

For a tool that changes the state of a collaboration result, the description lacks workflow context: when to call it, what REVISION and REJECT do differently, and what the caller should expect back. The tool name and sibling set imply a collab workflow, but the description does not make the calling context explicit.

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 0%, so the description must compensate. It clarifies the meaning of result values and the conditional requirement for reason, which is a real addition because the schema marks reason as optional globally. But taskNo is not explained at all, and the enum values are already present in the schema, so compensation is incomplete.

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 leads with 验收 (acceptance), and the decision values ACCEPT / REVISION / REJECT make the action concrete. The object ('result') is not spelled out in the description, but the tool name zhiqi_collab_accept_result supplies that, so an agent can distinguish this from related collab tools without opening the schema.

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

Usage Guidelines2/5

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

The only usage guidance is the access constraint '仅人类登录态通道 A' ('human logged-in channel A only'). There is no statement about when this should be used versus siblings like zhiqi_collab_respond or zhiqi_collab_approvals, and no workflow context such as 'after a result has been delivered'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.