Skip to main content
Glama

zhiji_feedback

Submit up or down feedback on memory recall quality to reinforce or penalize retrieved memory blocks, enabling the system to learn user preferences over time.

Instructions

对知己最近一次记忆召回/回答的质量提交显式反馈(点赞/点踩)。反馈会进入知己的自演化奖励信号(implicitPositiveRate),并对最近检索到的记忆块做 Q 值强化(赞)或惩罚(踩)——这是让 agent 的使用效果反哺记忆系统、使其越用越懂用户的闭环入口。rating=up 表示记忆/回答有帮助且准确,down 表示记错/答非所问。⚠️ 若希望反馈精确落到具体记忆块(而非仅计入全局奖励),请在同一会话里先调用 zhiji_workspace_assemble 或 zhiji_memory_search,再调用本工具。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo附加说明(可选)
weakNo弱信号:置 true 则强度减半(±0.5),用于'基本对/有点偏'这类不确定反馈
queryNo本次反馈针对的查询/话题(便于归因,可选)
ratingYesup=有帮助/准确(+1);down=记错/答非所问(-1)
userEmailNo用户标识;缺省用 MB_USER_EMAIL
Behavior5/5

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

Describes the behavioral impact in detail: feedback enters the self-evolution reward signal (implicitPositiveRate) and performs Q-value reinforcement on recently retrieved memory blocks. It explains the effect of the 'weak' parameter (halving intensity). No annotations were provided, so the description fully carries the burden of 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 concise yet comprehensive, front-loading the core purpose and then detailing effects and parameters. Every sentence adds value without redundancy. The structure is logical: purpose, mechanism, parameter notes, and usage caveat.

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 tool's complexity (5 parameters, no output schema), the description covers input semantics and behavioral effects well. It lacks explicit mention of the return value (e.g., success/failure), but this is minor since the focus is on submitting feedback. Overall, it provides sufficient context for effective use.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the 'weak' parameter's effect (halving intensity for uncertain feedback) and the meaning of 'up' and 'down' ratings in the context of memory reinforcement. This goes beyond the schema's basic 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?

Description clearly states the tool's purpose: submitting explicit feedback (up/down) for the last memory recall/answer quality. It distinguishes itself from sibling tools like zhiji_memory_search and zhiji_workspace_assemble, which are for searching or assembling memories, not feedback.

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?

Provides explicit guidance on when to use this tool versus alternatives. It notes that for precise feedback on specific memory blocks, one should first call zhiji_workspace_assemble or zhiji_memory_search. This helps the agent choose the right tool.

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/xfhxxffhh224/zhiji-mcp'

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