entherium_search_chat
Найти в архиве РАБОЧЕЙ ПЕРЕПИСКИ команды реплики по теме — так ты собираешь КОНТЕКСТ
по задаче или дефекту: кто это просил, какими СЛОВАМИ, когда. Используй ПЕРЕД тем как
заводить задачу/дефект из запроса в чате, и когда нужно уточнить суть уже заведённой.
chat: “work” = рабочий чат команды (по умолчанию). author: Pavel / Ilya. Возвращает
{“found”: N, “messages”:[{at, author, text, is_full, chat}]} — text у is_full: false ОБРУБЛЕН
логом, его НЕЛЬЗЯ приводить как дословную цитату. Требует глобальную capability
read_all (SPEC-127) — внутренняя переписка команды, клиентским токенам недоступна.
Parameters
Section titled “Parameters”| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | |
chat | string | null | no | |
author | string | null | no | |
since_days | integer | null | no | |
limit | integer | no |
Example call
Section titled “Example call”Send inside an initialized MCP session (see Connecting):
{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "entherium_search_chat", "arguments": { "query": "<query>" } }}If it fails
Section titled “If it fails”| Symptom | Cause | Action |
|---|---|---|
401 | Token missing/expired | Re-issue via POST /auth/agent-token; a new token replaces your grants |
403 / capability error | Your token lacks the capability or the contract grant | Check my_capabilities first; ask the owner for the grant |