Skip to main content
Glama

Edit feedback item

loopback_update_feedback
Idempotent

Correct filed feedback by updating title, body, severity, type, project, or route, with every change recorded as a comment for traceability.

Instructions

Correct an item after it was filed: title, body, severity, type, project, or route.

Feedback is filed fast and imprecisely on purpose — that is what makes people file it at all. Use this to re-rank a severity you now understand, fix a mis-guessed type, correct a typo, or move an item to the right project.

Args: id, plus any of title, body, severity (p0-p3), type (ui|backend|usage|ux), project, route. Also author (default 'human') — use your agent name so the trail says who re-triaged it.

Every change is recorded as a comment naming the old and new value; nothing is silently rewritten. Fields you omit are left alone.

This is for correcting the REPORT. To record progress use loopback_update_status, and to record the fix use loopback_link_change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesFeedback id, e.g. 'fb_mabc12_3f9a1c'
bodyNoCorrected description
typeNoCorrected dimension
routeNoCorrected route
titleNoCorrected summary
authorNoWho is making the edit — recorded on the audit trailhuman
projectNoMove to another project slug
severityNoRe-ranked severity

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesFeedback id, e.g. 'fb_mabc12_3f9a1c'
urlNo
bodyYes
typeYes
extraYesFree-form captured context. Read `extra.failed_responses` for failing requests with up to 2KB of response body, and `extra.context` for LLM/automation run metadata (run_id, model, trace_url).
linksYesRepo/branch/commit/PR of the fix
routeNo
titleYes
sourceYes
statusYes
consoleYesConsole lines captured at report time
networkYesNetwork calls captured at report time
projectYes
commentsNoFull audit trail
reporterYes
severityYes
created_atYes
replay_urlNo
resolutionNo
updated_atYes
attachmentsNoFiles attached to this item. `intent` decides what you do with each: 'reference' is context for the fix and never ships; 'asset' is a deliverable — copy it from `path` to `target_path` in the repo, commit it, and record that with loopback_link_change. Read files from `path` directly rather than fetching `url`.
repro_stepsYes
dom_selectorNo
assignee_agentNoAgent currently holding the claim
screenshot_pathNo
Behavior5/5

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

The description discloses that every change is recorded as a comment naming old and new values, that nothing is silently rewritten, and that omitted fields are left alone. It also explains the author parameter's role in the audit trail. These go beyond the annotations, which only state readOnly=false, destructive=false, idempotent=true.

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

Conciseness4/5

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

The description is well-organized into purpose, usage, args, and behavior, but it is slightly longer than necessary. The rationale sentence ('Feedback is filed fast and imprecisely on purpose') is contextual but not essential. Still, every sentence earns its place and the front-loading is excellent.

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?

With an output schema present and 100% parameter coverage, the description only needed to add use-case clarity and behavioral notes, which it does thoroughly. It covers correction semantics, audit trail, partial updates, and sibling tool differentiation, making it complete for an agent to invoke correctly.

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 the baseline is 3. The description adds extra meaning by summarizing the args, explaining the author default ('use your agent name so the trail says who re-triaged it'), and clarifying that fields can be omitted and left unchanged. This adds genuine value beyond the schema.

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 opens with 'Correct an item after it was filed' and enumerates the editable fields (title, body, severity, type, project, route), making the verb and resource explicit. It also distinguishes itself from siblings like loopback_update_status (progress) and loopback_link_change (fix) by explicitly stating 'This is for correcting the REPORT.'

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?

It gives concrete when-to-use examples ('re-rank a severity you now understand, fix a mis-guessed type, correct a typo, or move an item to the right project') and explicitly names the alternatives: 'To record progress use loopback_update_status, and to record the fix use loopback_link_change.' This fully clarifies use vs alternatives.

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/joshidikshant/loopback'

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