ic_admin_list_feedback
ActiveTool of Immersive Commons
Read the agent-voice queue. Default returns the newest 25 summaries (preview = first 200 chars of message + attribution + priority + kind + resolved flag). Pass full=true to get full records (for export / triage). Filters AND together: kind, priority, resolved (true = closed only, false = open only, omit = both). Returns: { ok, count, total, scanned, filter, records }. Newest first. Required scope: admin:feedback_review.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"full": {
"type": "boolean",
"description": "If true, return full FeedbackRecord (incl. ip_hash, contact). Default false = summaries."
},
"kind": {
"enum": [
"broken_url",
"schema_mismatch",
"stale_doc",
"endpoint_404",
"bug_report",
"feature_request",
"praise",
"complaint",
"question",
"suggestion",
"other"
],
"type": "string",
"description": "Filter to one kind."
},
"limit": {
"type": "integer",
"maximum": 200,
"minimum": 1,
"description": "Default 25; max 200."
},
"offset": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0,
"description": "Paging cursor. Default 0."
},
"priority": {
"enum": [
"low",
"normal",
"high"
],
"type": "string",
"description": "Filter to one priority."
},
"resolved": {
"type": "boolean",
"description": "Tri-state. true = resolved only, false = open only, omit = both."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Immersive Commons
https://github.com/immersive-commons/ic-skills
1/7 registries