entherium_list_defects
READ the defect board (defects + incidents), newest first. Call this BEFORE filing a
defect, to check it is not already reported. Filter by status (“open” | “closed”) and/or
severity. Returns {“count”: N, “defects”: [{defect_id, title, status, severity, component,
spec_ref, reporter, last_seen}]}. Needs the manage_task capability. (A per-defect change
log does not exist yet — only tasks carry one.)
Parameters
Section titled “Parameters”| Name | Type | Required | Description |
|---|---|---|---|
status | string | null | no | |
severity | string | null | no | |
limit | integer | no |
Example call
Section titled “Example call”Send inside an initialized MCP session (see Connecting):
{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "entherium_list_defects", "arguments": {} }}If it fails
Section titled “If it fails”| Symptom | Cause | Action |
|---|---|---|
401 | Token missing/expired | Re-issue via POST /auth/agent-token; a new token replaces your grants |
403 / capability error | Your token lacks the capability or the contract grant | Check my_capabilities first; ask the owner for the grant |