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

entherium_target_task_spec

Это содержимое пока не доступно на вашем языке.

Target (or retarget) a task at a platform feature by its SPEC id (“SPEC-NNN”) — keeps the task tied to the right feature context. An unknown spec id is REJECTED. Returns {“accepted”: true} or {“accepted”: false, “error”: …}.

NameTypeRequiredDescription
task_idintegeryes
spec_refstringyes

Send inside an initialized MCP session (see Connecting):

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "entherium_target_task_spec",
"arguments": {
"task_id": 1,
"spec_ref": "<spec_ref>"
}
}
}
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