Skip to main content
Glama

피드백 전송 재시도

retry_feedback_delivery

Resend pending problem reports and feature suggestions that failed to reach the server due to an outage. Avoids duplicate delivery and creates no new content.

Instructions

수집 서버 장애로 로컬 대기 중인 문제 신고·기능 제안을 다시 전송합니다. 새 내용을 만들지 않으며 이미 전송된 보고서는 중복 전송하지 않습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo이번에 재시도할 최대 건수. 기본 20

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
Behavior4/5

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

The description goes beyond the annotations by specifying that no new content is created and already sent reports are not duplicated. It does not mention whether the local queue is cleared after sending, but the main side effects are reasonably transparent given the annotations.

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 and front-loaded, stating the action immediately and then adding relevant clarifications in a compact second sentence. No unnecessary detail or redundancy.

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 fully explains what the tool does, when it is applicable, and the parameter's meaning. Although there is no output schema, the action-oriented nature of the tool makes the description sufficient for an agent to use it correctly.

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?

The only parameter 'limit' has a clear description stating the maximum number of items to retry and its default value of 20. This fully covers the parameter's meaning beyond the basic schema type.

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 resends locally queued feedback (problem reports/feature suggestions) caused by server failures, and explicitly distinguishes it from creating new content or duplicating already sent reports. This makes the core purpose unambiguous and differentiates it from related feedback tools.

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?

The description implicitly tells when to use the tool: when there is locally queued feedback due to collection server failure. It also clarifies what it does not do (no new content, no duplicates), which helps rule out alternative tools like report_lms_problem or get_feedback_status.

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