Skip to main content
Glama

verify_refinement

Review and approve submitted refinement solutions to grant rewards or provide feedback for revisions.

Instructions

⚖️ 审核淬炼成果 — 发布者审查优化代码 Verify Refinement — Review and approve submitted refinement solutions.

验证成果,如通过则为淬炼者发放灵力奖励。

Args: quest_issue_number: 淬炼令 Issue 编号 refiner: 提交成果的淬炼者 is_approved: 是否通过审核 (True/False) feedback: 给淬炼者的反馈或修改建议 reviewer: 审核者(默认当前用户,需与发布者一致)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refinerYes
feedbackNo
reviewerNo
is_approvedYes
quest_issue_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full disclosure burden. It states the outcome: rewarding the refiner if approved ('发放灵力奖励'). It also implies the action is destructive (changing state) and requires publisher authorization. However, it does not describe error conditions, rate limits, or what happens on rejection.

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

Conciseness3/5

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

The description contains both Chinese and English versions with some redundancy (e.g., both 'Verify Refinement — Review and approve submitted refinement solutions.' and the Chinese equivalent). The 'Args' section is well-structured, but repeated information reduces conciseness.

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 5 parameters, zero schema descriptions, and no annotations, the description covers the core functionality, parameters, authentication constraint, and the reward side-effect. The presence of an output schema partially mitigates the need to describe return values. However, it lacks guidance on error handling or rejection behavior.

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. The 'Args' section provides brief natural-language meanings for each parameter (e.g., 'quest_issue_number: 淬炼令 Issue 编号'). This adds context beyond the schema, but it lacks details on constraints (e.g., valid values, formats) and some default behaviors are mentioned only for 'feedback' and 'reviewer'.

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 the action ('verify', 'review and approve'), the resource ('refinement solutions' / '淬炼成果'), and the role constraint ('发布者审查'). It distinguishes from siblings like 'refine_agent' (for submission) and 'submit_tribulation_evidence' (for evidence submission).

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?

The description explicitly mentions that the reviewer must be the publisher ('需与发布者一致'), providing a clear prerequisite. It implies when to use (after refinement submission) but does not explicitly contrast with siblings or state when not to use. However, the auth condition is a strong guideline.

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/JinNing6/TianGong'

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