Skip to content

MCP tools reference

The platform MCP server exposes 14 tools and 5 resources. Every page below is generated from the running server code — it cannot be stale relative to commit ae5b9930.

ToolWhat it does
entherium_create_taskCreate a TASK for a team member.
entherium_get_taskREAD one task in full by numeric task_id, INCLUDING its update log — every status change, reassignment, spec-retarget and note, in time order (who / what / when).
entherium_list_defectsREAD the defect board (defects + incidents), newest first.
entherium_list_tasksREAD the task board — check what work already exists and its STATUS.
entherium_log_task_noteAppend a free-text note to a task’s change-log by its numeric task_id.
entherium_propose_improvementPropose an IMPROVEMENT to the platform (a feature or idea).
entherium_reassign_taskReassign a task (numeric task_id) to another team member by NAME (resolved to that user; unknown/ambiguous rejected).
entherium_report_defectFile a DEFECT you found in the platform.
entherium_search_chatНайти в архиве РАБОЧЕЙ ПЕРЕПИСКИ команды реплики по теме — так ты собираешь КОНТЕКСТ по задаче или дефекту: кто это просил, какими СЛОВАМИ, когда.
entherium_target_task_specTarget (or retarget) a task at a platform feature by its SPEC id (“SPEC-NNN”) — keeps the task tied to the right feature context.
entherium_update_task_statusSet a task’s status to “open” or “closed” by its numeric task_id (from create).
list_domainsList the platform’s capability domains (name, prefix, summary, stage).
my_capabilitiesWhat your agent token may DO.
start_hereCall this FIRST.
URIDescription
changelog://entheriumStructured capability changelog of the agent read surface, newest first — diff it from your cached serverInfo.version to see what changed (start_here.read_first points here).
docs://portalSection map of the public developer documentation portal (SPEC-122). Give USERS the html urls (browsable pages); fetch the md twins yourself (same content, a fraction of the tokens).
platform://domainsThe full domain catalog as a markdown list.
platform://overviewOne-paragraph overview of what the platform does.
platform://workflowThe content workflow stages, in order.