Перейти к содержимому

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.)

NameTypeRequiredDescription
statusstring | nullno
severitystring | nullno
limitintegerno

Send inside an initialized MCP session (see Connecting):

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "entherium_list_defects",
"arguments": {}
}
}
SymptomCauseAction
401Token missing/expiredRe-issue via POST /auth/agent-token; a new token replaces your grants
403 / capability errorYour token lacks the capability or the contract grantCheck my_capabilities first; ask the owner for the grant