Skip to main content
Glama

Update feedback status

loopback_update_status
Idempotent

Move a feedback item to a specified workflow stage (open, triaged, in_progress, fixed, verified, wontfix) and optionally attach an audit note.

Instructions

Move a feedback item through the workflow: open → triaged → in_progress → fixed → verified | wontfix.

Args: id, status, note (optional — recorded as a comment for the audit trail), author (default 'agent').

Use 'fixed' after making the change; use loopback_resolve_feedback for final verified/wontfix closure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesFeedback id, e.g. 'fb_mabc12_3f9a1c'
noteNoOptional note recorded as a comment alongside the change
authorNoWho is making the change (for the audit trail)agent
statusYesNew status. Workflow: open → triaged → in_progress → fixed → verified | wontfix

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

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds valuable behavioral context: the note is recorded as a comment for the audit trail, the author defaults to 'agent', and status changes follow a defined workflow. This goes beyond what annotations provide.

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 three concise, front-loaded sentences. The first sentence immediately states the core action, the second lists arguments compactly, and the third gives targeted guidance for when to use this tool versus the resolve sibling. No unnecessary words.

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?

Given the rich schema, clear annotations, and presence of an output schema, the description fully covers what an agent needs to select and invoke the tool. It explains the workflow, audit trail behavior, and how to avoid misusing it for final closure.

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 documents each parameter fully. The description adds minor usage nuance (e.g., 'Use fixed after making the change') but largely repeats schema-provided information about the note and author defaults.

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 a specific verb and resource ('Move a feedback item through the workflow') and enumerates the exact state transitions. It clearly differentiates from the sibling 'loopback_resolve_feedback' by reserving that tool for final verified/wontfix closure.

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 provides clear context: it maps the workflow order, directs to use 'fixed' after making the change, and names loopback_resolve_feedback as the tool for final closure. It does not explicitly exclude other sibling tools like loopback_update_feedback, but the workflow framing gives enough guidance for most cases.

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