Skip to main content
Glama

submit_feedback

Submit feedback on answer quality: rate 1–5, add a comment, and categorize issues like inaccuracies or citation errors. Stored locally to refine future responses.

Instructions

이 MCP의 답변 품질에 대한 별점(1~5)과 한마디 코멘트를 로컬에 남깁니다. tokens는 답변 구성에 실제로 쓰인 검색 결과의 _feedback_token만 넣으세요. 외부로 전송되지 않고 사용자 PC의 ~/.my-kifrs-mcp/feedback.db 에만 저장됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingNo1~5점 (선택)
tokensYes다른 도구 응답에 실려온 _feedback_token 배열. 이 답변 구성에 직접 사용된 검색/조회의 토큰만 넣을 것(대화 중 모든 호출이 아니라, 실제로 인용한 것만).
commentNo한마디 코멘트 (선택)
categoryNoinaccurate=틀림/helpful=도움됨/incomplete=불충분/wrong_citation=인용오류/slow=느림/other=기타
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It explicitly states the data is stored locally at a specific path and not transmitted externally, plus clarifies the token selection rule. This provides useful context beyond the schema, though it doesn't address authentication or side effects.

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 two sentences, front-loaded with the primary purpose, and every sentence adds value. It avoids redundancy and is appropriately concise for the tool's simplicity.

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?

The description covers the essential purpose, token semantics, and data handling. Given the tool's low complexity and schema coverage, it is sufficiently complete. It doesn't mention response behavior, but that's not critical for a feedback submission tool.

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 100%, so the schema already explains all parameters. The description adds context about local storage and token usage, but doesn't significantly enhance parameter meaning beyond what's in the schema. Baseline 3 is appropriate.

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 tool's function: leaving a rating and comment about the quality of MCP answers. It uses a specific verb (leaves) and resource (feedback), and the purpose is distinct from all sibling tools, which are search/verification tools.

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 implies when to use this tool (after receiving an answer, to rate its quality) and provides specific instructions on what to include in the tokens parameter (only _feedback_token actually used). It doesn't mention alternatives because none exist, so no exclusions are needed.

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/ksbseong-commits/my-kifrs-mcp'

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