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

entherium_create_task

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

Create a TASK for a team member. assignee is a person’s NAME — it is resolved to that user; an unknown or ambiguous name is REJECTED (never silently unassigned). spec_ref TARGETS the task at a platform feature by its SPEC id (“SPEC-NNN”) so the work stays tied to the right feature context — pass it whenever the task is about a known spec; an unknown spec id is REJECTED. Needs the manage_task capability. Returns {“accepted”: true, “task_id”: } — KEEP the task_id to update / close / retarget / annotate it later; {“accepted”: false, “error”: …} otherwise.

NameTypeRequiredDescription
titlestringyes
descriptionstring | nullno
assigneestring | nullno
spec_refstring | nullno

Send inside an initialized MCP session (see Connecting):

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