Skip to main content
Glama

로컬 피드백 삭제

discard_local_feedback
DestructiveIdempotent

Discard the local copy of feedback for a specified report ID after user confirmation, leaving any remotely sent copies unaffected.

Instructions

접수 번호에 해당하는 이 PC의 피드백 사본을 삭제합니다. 이미 원격 전송된 사본은 삭제되지 않습니다. 실행 전 사용자에게 이 차이를 알리고 명시적으로 확인받아야 합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_idYesget_feedback_status의 접수 번호
confirm_discardYes로컬 사본 삭제를 사용자가 명시적으로 확인했을 때만 true

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.7.0

TDQS

A4.8/5.0
Behavior5/5

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

Although the annotations already indicate destructive=true and readOnly=false, the description adds crucial behavioral context: it deletes only the local copy, not the remote one, and requires explicit user confirmation. This goes beyond the annotations and informs the agent of the exact side effects and prerequisite.

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, with no redundant words or unstructured extras. It conveys the core action, the scope, and the confirmation requirement in two clear sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides sufficient context for an agent to decide when to call the tool: it knows what will be deleted, what will not, and the mandatory confirmation step. No output schema is needed for a delete operation, and the given information is adequate for correct invocation.

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

Parameters5/5

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

Schema coverage is 100% and both parameters are well described. report_id is clearly tied to get_feedback_status receipts, and confirm_discard is explained as requiring explicit user confirmation. These descriptions add meaning beyond just the parameter types and patterns.

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 deletes a local feedback copy identified by a receipt number, explicitly distinguishing it from remote copies. The verb 'delete' is specific and the resource is well-defined, making it distinct from sibling tools like retry_feedback_delivery or get_feedback_status.

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 explains that only the local copy is deleted and that remote copies are not affected, and it mandates that the user must be informed and explicitly confirm before execution. This provides clear guidance on when and how to use the tool, though it does not explicitly contrast with sibling tools.

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

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/moon0825/jbnu-lms-student'

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