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.
| Tool | What it does |
|---|
entherium_create_task | Create a TASK for a team member. |
entherium_get_task | READ 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_defects | READ the defect board (defects + incidents), newest first. |
entherium_list_tasks | READ the task board — check what work already exists and its STATUS. |
entherium_log_task_note | Append a free-text note to a task’s change-log by its numeric task_id. |
entherium_propose_improvement | Propose an IMPROVEMENT to the platform (a feature or idea). |
entherium_reassign_task | Reassign a task (numeric task_id) to another team member by NAME (resolved to that user; unknown/ambiguous rejected). |
entherium_report_defect | File a DEFECT you found in the platform. |
entherium_search_chat | Найти в архиве РАБОЧЕЙ ПЕРЕПИСКИ команды реплики по теме — так ты собираешь КОНТЕКСТ по задаче или дефекту: кто это просил, какими СЛОВАМИ, когда. |
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. |
entherium_update_task_status | Set a task’s status to “open” or “closed” by its numeric task_id (from create). |
list_domains | List the platform’s capability domains (name, prefix, summary, stage). |
my_capabilities | What your agent token may DO. |
start_here | Call this FIRST. |
| URI | Description |
|---|
changelog://entherium | Structured 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://portal | Section 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://domains | The full domain catalog as a markdown list. |
platform://overview | One-paragraph overview of what the platform does. |
platform://workflow | The content workflow stages, in order. |