style-memory-mcp
Officialstyle-memory-mcp
Маленький локальный MCP-сервер, который изучает разговорный стиль пользователя: любимые фразы, диалектные маркеры, привычки в эмодзи, тональные предпочтения и конкретные предпочтения в совместной работе — без хранения личных воспоминаний.
Он запоминает оттенок того, как человек говорит, а не личные факты из его жизни.
Зачем
Большинство инструментов памяти для агентов запоминают факты:
«Пользователь живёт в...»
«Пользователь работает над...»
«Пользователь предпочитает...»
style-memory-mcp запоминает голос:
«Пользователь casually говорит
lol,no capилиship it.»«Пользователь любит тёплые, игривые ответы.»
«Пользователь использует эмодзи вроде
✨,😭или😄.»«Пользователь использует маленькие идиолектные маркеры вроде
tiny but mighty.»
Маленькая вещь. Большая атмосфера. ✨
Related MCP server: AI Diary MCP Server
Возможности
Только локальное JSON-хранилище — ваши данные остаются на вашем устройстве
Никакого облачного сервиса, телеметрии или внешних API-вызовов
Сам MCP-сервер никогда не вызывает LLM. Путь к словарю — чистый regex. Вы можете опционально позволить хост-агенту передавать свои наблюдения через
hints— см. Обучение с помощью LLM ниже.Никакого хранения полных логов разговоров — только сигналы стиля (и короткий пример использования ≤60 символов на привычку, очищенный перед сохранением)
Сначала изучает кандидатов; семантические паттерны выражений требуют минимум 2 наблюдений в 2 независимых сессиях перед автоматической активацией
Автоматически очищает устаревшие привычки (кандидат → архивировано → удалено)
Поддерживает английский сленг, эмодзи, мультиязычные маркеры и текстовые эмотиконы — а также свободный
idiolectдля всего, что заметит хост-LLMВстроенный словарь охватывает сычуаньские, кантонские, северо-восточные (дунбэй), шанхайские и миньнаньские/тайваньские маркеры, а также актуальный (2024–2026) китайский и английский интернет-сленг. Помечен локалью, чтобы агент мог отличать универсально безопасные фразы от сленга, который не должен появляться в юридических/медицинских/серьёзных ответах.
Возвращает действенный стилевой бриф: сначала как применять стиль, затем контекстно-релевантные привычки
Поддерживает
interaction profile: как пользователь предпочитает, чтобы агент сотрудничал, без ярлыков личностиПредпочтения профиля взаимодействия можно просматривать, закреплять или забывать, как и стилевые привычки
Включает лёгкую проверку
get_style_memory_scoreдля оценки готовности, риска дрейфа, риска чрезмерной имитации и кратких рекомендаций по обновлениюРаботает с любым агентом, поддерживающим MCP, который вызывает инструменты
Закрепляйте привычки, чтобы защитить их от автоочистки
Приостанавливайте обучение в любой момент с помощью
set_learning_enabledv2 выдаёт бриф из шести разделов: обращение, основной голос, паттерны выражений, пунктуация/эмодзи, предпочтения компаньона и журнал ошибок
Разделяет внешнее наблюдение
hookот политик агентаfull/event/off; среда выполнения по умолчанию предоставляет только три компактных инструментаИспользует постоянную ревизию хранилища с ответами capsule/delta/ack
Установка
Локальная установка
git clone https://github.com/hexingyuofficial/style-memory-mcp.git
cd style-memory-mcp
npm install
npm run buildГлобальная установка (опционально)
npm install -g style-memory-mcp
# Then use: style-memory-mcpДля локальной разработки:
npm run devКонфигурация MCP-клиента
Добавьте в конфигурацию вашего MCP-клиента (например, Claude Desktop, Cursor и т.д.):
{
"mcpServers": {
"style-memory": {
"command": "node",
"args": ["/absolute/path/to/style-memory-mcp/dist/server.js"]
}
}
}Вы можете настроить расположение JSON-хранилища:
{
"mcpServers": {
"style-memory": {
"command": "node",
"args": ["/absolute/path/to/style-memory-mcp/dist/server.js"],
"env": {
"STYLE_MEMORY_PATH": "/absolute/path/to/style-memory.json"
}
}
}
}См. docs/INTEGRATION.zh-CN.md для практического руководства по интеграции на китайском, включая заметки по настройке в стиле Doubao и рекомендуемый протокол автоматического обновления брифа.
Переменные окружения
Переменная | Значение по умолчанию | Описание |
|
| Путь к JSON-хранилищу |
|
| Количество наблюдений совместимости, необходимых перед активацией; семантические выражения также требуют 2 независимых сессий |
|
| Дней до удаления неиспользуемых привычек-кандидатов |
|
| Дней до архивирования активных привычек |
|
| Лимит брифа в старой версии; в v2 лимиты выражений/обращений строже |
|
| Максимальное количество символов для сохранённого примера использования |
|
| Установите |
| не задано | Путь к пользовательскому JSON-файлу словаря стилей |
Пользовательские словари могут быть либо массивом, либо { "habits": [...] }:
{
"habits": [
{
"kind": "catchphrase",
"text": "ship it",
"locale": "en",
"confidenceDelta": 0.14,
"useWhen": ["casual_chat"],
"avoidWhen": ["formal_writing", "high_stakes_advice"],
"match": "word"
}
]
}Инструменты
Подключение по умолчанию предоставляет ровно три инструмента времени выполнения:
bootstrap_style_memory: запускает сессию и возвращаетchannel,policy,revision, первую капсулу и одноразовое состояние инициализации.observe_style_event: отправляет только последнее сообщение пользователя плюс компактные подсказки. Возвращает подтверждение, а не хранилище.get_style_brief: возвращает капсулу при первом использовании, короткую дельту после изменения ревизии или подтверждение, если известная ревизия актуальна.
Среда выполнения имеет два канала наблюдения. Хост hook наблюдает каждое сообщение вне цикла инструментов модели. Без хука agent использует full во время точного холодного старта, event после созревания памяти или off для read-only повторного использования. bootstrap_style_memory сообщает выбранный канал и политику.
Установите STYLE_MEMORY_TOOLSET=admin только для управления и диагностики. Поверхность только для администратора включает совместимый observe_user_message, полный структурированный вывод брифа, инструменты для просмотра/закрепления/забывания, управление обращениями, управление журналом ошибок, оценку, статус и distill_recent_style.
На пустом хранилище bootstrap запрашивает одноразовую инициализацию. Способный хост может проверить не более 12 локальных сессий хоста за последние 30 дней, затем снова вызвать bootstrap только с ограниченным голосом, явно поддерживаемыми предпочтениями ответов, конкретными предпочтениями совместной работы и до 3 кандидатами выражений. Сырые сообщения, заголовки сессий, поля идентификации/адреса, правила ошибок и неизвестные поля отклоняются. Если история недоступна, хост отправляет action: "skip"; выбор сохраняется.
distill_recent_style принимает не более 3 качественных кандидатов за вызов. Каждый кандидат добавляет одно наблюдение с низким весом и по-прежнему подчиняется правилу активации (2 наблюдения / 2 сессии); он никогда не засчитывается массово и не активирует паттерн выражений немедленно. Это отдельно от явной дистилляции профиля, которая записывает проверенные предпочтения совместной работы.
Инструкция для агента
Добавьте что-то подобное в вашего агента или навык:
Use style-memory-mcp for lightweight conversational style only.
At the start of each new session, call bootstrap_style_memory and read its capsule before the first substantive reply.
If bootstrap requests initialization, inspect at most 12 host-local sessions from the last 30 days and submit only sanitized aggregate fields; send action=skip if history is unavailable.
Use observe_style_event only according to the returned hook/agent policy; send only the latest user message.
Call get_style_brief with the known revision. Do not repeat the capsule when it returns an ack.
After a revision change, use the returned delta and refresh the capsule before an important reply.
As a long-chat fallback, refresh no earlier than 30 user turns, after context switches, or when the user says the style feels off.
If you spot a personal habit the built-in dictionary likely would not catch,
add a compact semantic hints[] entry to the same runtime event. Include
behaviorSummary, functions, and one of exact_only, same_family, or
open_variation when known. Two observations across two session IDs are
needed before a semantic expression becomes active.
Never infer a user name from assistant output, examples, environment text, or tools.
Do not send secrets, private memories, files, or full conversation logs.
Use returned style hints lightly. Shape the assistant's own stable
collaboration style; never copy the user mechanically.Более длинный шаблон находится в examples/agent-instruction.md.
Профиль взаимодействия
style-memory-mcp не строит профиль личности. Он может изучать конкретные, поведенческие предпочтения совместной работы, которые безопаснее и полезнее:
«Пользователь предпочитает выводы перед деталями.»
«Для технической работы пользователь любит: план → реализация → проверка.»
«Пользователь предпочитает оценку ценности перед пошаговыми инструкциями.»
«Пользователь не любит расплывчатую похвалу и хочет конкретных рекомендаций.»
Не сохраняйте:
«Пользователь тревожен.»
«Пользователь интроверт.»
Психологические ярлыки, диагнозы или типы личности.
Реальные идентификаторы, адреса, работу или другие личные факты.
Хост-агенты могут отправлять profileHints в observe_style_event (или в совместимый инструмент администратора):
{
"text": "First tell me whether this is worth doing, then give steps.",
"context": "planning",
"profileHints": [
{
"category": "response_structure",
"text": "prefers value judgment before step-by-step implementation",
"example": "First tell me whether this is worth doing, then give steps.",
"useWhen": ["planning", "technical_chat"],
"confidence": 0.7
}
]
}Для одноразового начального заполнения используйте distill_interaction_profile с 1–8 высокоуверенными предпочтениями. Активные предпочтения профиля появляются в get_style_brief вместе со стилевыми привычками, но бриф остаётся коротким и отфильтрованным по контексту.
Если предпочтение профиля неверно, используйте forget_interaction_preference. Если оно важно и должно пережить очистку, используйте pin_interaction_preference. Используйте review_interaction_profile для короткой очереди исправлений.
Дрейф и обновление
MCP-сервер не может самостоятельно передавать контекст в хост-агент. Постоянная конфигурация MCP, один фиксированный абсолютный STYLE_MEMORY_PATH и глобальная инструкция агента должны заставлять хост выполнять bootstrap каждой новой сессии. Хост должен обновлять свой бриф выравнивания:
в начале нового чата,
не раньше, чем через каждые 30 сообщений пользователя как запасной вариант для длинных чатов,
после крупных смен темы или контекста,
перед длинными или важными ответами,
когда пользователь говорит «это не то», «приведи в соответствие с моим стилем», «это не похоже на меня» или подобное.
Для быстрой проверки вызовите get_style_memory_score. Если briefRefreshRecommended равно true, вызовите get_style_brief перед следующим существенным ответом.
Read-only повторное использование и перезапуски
Процессы MCP обычно запускаются и перезапускаются хост-агентом. style-memory-mcp не требует самостоятельного перезапуска. Постоянная часть — это JSON-хранилище: если несколько разговоров используют один и тот же STYLE_MEMORY_PATH, они читают одну и ту же память стиля после любого перезапуска.
Если хранилище накопило достаточно знаний и вы хотите, чтобы оно направляло стиль без дальнейшего обучения, используйте следующий шаблон:
Сохраните тот же
STYLE_MEMORY_PATH.Вызовите
get_style_briefв начале нового разговора.Вызовите
set_learning_enabled(false)или установитеSTYLE_MEMORY_LEARNING=off.Включайте обучение снова только когда захотите обновить стиль.
Это даёт постоянный перенос стиля без записи новых привычек в каждом сообщении.
Обучение с помощью LLM
Словарный путь знает только то, что жёстко закодировано (интернет-сленг, распространённые фразы, эмодзи, региональные маркеры и т.д.). Он пропустит всё, о чём автор не подумал — включая личные привычки, которые делают человека похожим на себя.
style-memory-mcp решает эту проблему без собственной зависимости от LLM: хост-агент уже читает каждое сообщение пользователя, чтобы сгенерировать ответ, так что пусть он передаёт всё, что заметил. MCP-сервер остаётся тонким слоем «счётчик + жизненный цикл + безопасность» поверх локального JSON. Никакого API-ключа. Никакой сети. Никакого реестра моделей. Нулевая дополнительная стоимость.
// observe_style_event input
{
"text": "tiny but mighty ✨ ship it",
"context": "casual_chat",
"hints": [
{
"kind": "idiolect",
"text": "tiny but mighty",
"example": "tiny but mighty ✨ ship it",
"confidence": 0.6
}
]
}После двух семантических наблюдений в двух разных значениях sessionId tiny but mighty повышается до active и может появляться в будущих брифингах. MCP применяет оценку и шлюз активации; подсказка уверенности от хоста не заменяет требуемые наблюдения.
Для дистилляции в конце сессии вызовите distill_recent_style (только для администратора) с не более чем 3 кандидатами с низким весом. Каждый вызов ограничен и не обходит шлюз активации.
Ограждения, обеспечивающие безопасность:
Сам MCP-сервер никогда не вызывает LLM — он просто записывает то, что сообщил хост. «Нет сети» по-прежнему верно.
Подсказки с неправильным
kindили пустымtextотбрасываются, а не изучаются.Примеры очищаются (
sanitizeExample): схлопывание пробелов, ограничение длины, конфиденциальное содержимое (учётные данные/токены) молча удаляется.Правило повышения (два наблюдения + две сессии) не позволяет одной галлюцинированной подсказке загрязнить набор активных привычек.
Все существующие элементы управления (
forget_style_habit,pin_style_habit,set_learning_enabled) работают без изменений.
Правила очистки
Серверу не нужен фоновый демон. Очистка происходит при запуске MCP и при вызове инструментов.
Поведение по умолчанию:
Кандидатские привычки исчезают через 30 дней бездействия.
Активные привычки архивируются через 180 дней бездействия.
Архивированные привычки удаляются через 360 дней с момента последнего появления.
Закрепленные шаблоны выражений никогда не удаляются автоматически.
Адреса, явные предпочтения компаньона и журнал ошибок не забываются при TTL-очистке шаблонов выражений.
forgetдействует немедленно.
Важно: привычка обновляется только тогда, когда пользователь повторяет ее снова. Использование агентом не поддерживает ее активность, поэтому система не зацикливается на подражании самой себе.
Пример JSON
{
"id": "en-catchphrase-ship-it-h-0abc123",
"kind": "catchphrase",
"text": "ship it",
"locale": "en",
"confidence": 0.64,
"seenCount": 4,
"status": "active",
"pinned": false,
"useWhen": ["casual_chat", "technical_chat", "friendly_reply"],
"avoidWhen": ["serious_debugging", "legal", "medical", "user_upset"]
}Обновление и откат
Для существующей установки соберите пакет и выполните
node scripts/install-or-upgrade.mjs через обертку, специфичную для хоста,
которая предоставляет явный корень установки и тот же абсолютный путь хранилища. Установщик размещает версионированную среду выполнения, создает резервную копию хранилища v1 и файлов хоста, атомарно переносит хранилище, переключает стабильный загрузчик и выполняет квитирование среды выполнения и версии хранилища. Блокировка предотвращает параллельные запуски; ошибки возвращают машиночитаемый результат отката и восстанавливают старую среду выполнения, хранилище и конфигурацию хоста.
Установщик не сканирует и не изменяет произвольные пути. Сохраняйте загрузчик, конфигурацию MCP, глобальную инструкцию агента и STYLE_MEMORY_PATH стабильными между сеансами, чтобы каждый новый сеанс мог загрузить то же хранилище.
Разработка
Бэклог по усилению v0.5.0, модель памяти, воспроизводимые эксперименты и шлюз выпуска отслеживаются в
docs/V0.5.0-HARDENING-PLAN.zh-CN.md.
Веха считается завершенной только после прохождения всех обязательных экспериментов.
Детальная последовательность выполнения и промпт передачи находятся в
docs/V0.5.0-EXECUTION-PLAN.zh-CN.md
и docs/V0.5.0-IMPLEMENTATION-PROMPT.zh-CN.md.
# Install dependencies
npm install
# Type-check
npm run check
# Build
npm run build
# Run tests
npm test
# Development mode (auto-reload with tsx)
npm run devРазмер словаря и стоимость токенов
Встроенный словарь (диалектные маркеры, коронные фразы, интернет-сленг)
находится в src/extract.ts и никогда не отправляется LLM. Он участвует
только в локальных проверках text.includes() / regex. Удвоение
словаря не увеличивает стоимость токенов за раунд.
Полезные данные, которые достигают хост-LLM, включают:
Первую капсулу и последующие дельты. Краткое описание v2 состоит из шести упорядоченных разделов: адрес, основной голос, шаблоны выражений, пунктуация/эмодзи, предпочтения компаньона и журнал ошибок. Типичный вывод выбирает один адрес на направление и два шаблона выражений; жесткие ограничения — два адреса на направление и пять шаблонов выражений.
Описания инструментов, схемы, параметры вызова и возвращаемые значения инструментов. Среда выполнения предоставляет только три компактные схемы; схемы администратора подключаются по желанию.
Капсула остается в последующих входах модели и должна быть снова учтена в реальном отчете об использовании токенов. Подтверждение ревизии не добавляет еще одну копию. Проект не заявляет результат токенов модели E06, когда нет доступного целевого токенизатора или использования API модели; см. docs/V0.5.0-TOKEN-REPORT.zh-CN.md.
Поэтому, если ваш диалект или сленг не охвачен, пожалуйста, отправьте PR с новыми записями — это только улучшит запоминание и не раздует ничьи промпты.
Конфиденциальность
Этот проект намеренно скучен в отношении данных:
Он хранит сигналы стиля, а не необработанные сообщения.
Он избегает обучения на очевидных секретных контекстах (шаблоны, похожие на учетные данные, фильтруются).
Он хранит собственное JSON-хранилище, отдельное от любой базы данных памяти пользователя.
Пользователи могут в любой момент просмотреть список, забыть, закрепить или отключить обучение.
Никаких сетевых вызовов. Все работает локально.
Участие в разработке
Вклад приветствуется! Особенно:
Новые шаблоны сленга, эмодзи или региональных выражений
Новые шаблоны коронных фраз для любого языка
Улучшенные эвристики для обнаружения чувствительности
Улучшения производительности
Пожалуйста, добавляйте тесты для новых правил извлечения. Примеры см. в src/extract.test.ts.
Лицензия
MIT
Available Tools
15 toolsdistill_interaction_profileDistill interaction profileA
One-shot batched distillation of concrete collaboration preferences. Use for response structure, explanation style, workflow, and decision-making preferences — not personality labels.
| Name | Required | Description | Default |
|---|---|---|---|
| preferences | Yes | High-conviction behavioral collaboration preferences. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It mentions 'one-shot batched distillation' implying batch processing but does not disclose whether the call modifies stored state, requires authorization, has rate limits, or what the return value is. The description is insufficient for behavioral understanding.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: purpose then usage scope. It is front-loaded, efficient, and contains no redundant information. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description fails to explain what happens after the call (e.g., storage, overwrite behavior) and does not describe the output format. Given the lack of output schema, the description should address return values or side effects. This is a significant gap for a tool that likely mutates state.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% with detailed property descriptions and enum. The description adds no parameter-specific insights beyond the schema. It reinforces the type of preferences but does not clarify how to format text or use subfields like useWhen/avoidWhen. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs one-shot batched distillation of concrete collaboration preferences, specifying the resource (interaction profile) and scope (response structure, explanation style, workflow, decision-making). It explicitly excludes personality labels, distinguishing it from sibling tools like distill_recent_style.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on when to use the tool ('Use for response structure, explanation style, workflow, and decision-making preferences') and what to avoid ('not personality labels'). However, it does not explicitly name alternative tools or state when not to use it beyond the exclusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
distill_recent_styleDistill recent styleA
One-shot batched distillation: based on the user's recent ~10–20 messages, identify 3–7 signature expressions (catchphrases, sentence-final particles, structural quirks, etc.) and write them all at once. Treated as user-endorsed — each habit becomes active immediately if its content passes basic checks. Use sparingly: at conversation seed-time, or when the agent feels its style brief is too thin.
| Name | Required | Description | Default |
|---|---|---|---|
| habits | Yes | 3–7 high-conviction observations distilled from recent conversation. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses batched, one-shot, uses recent messages, treats as user-endorsed, and immediate activation. However, it lacks detail on side effects (e.g., whether it replaces existing habits) and the 'basic checks' criteria.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is two sentences plus a brief usage note, no wasted words, and front-loads key information about purpose and constraints.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given low complexity (1 parameter, no output schema, no nested objects), description covers purpose, usage, behavioral effects, and constraints. It lacks explanation of return values but that is acceptable without output schema. Could be more detailed on 'basic checks'.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. Description adds no additional meaning beyond the schema; it mentions '3–7 signature expressions' but schema already defines array constraints and field descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verb 'distill' with resource 'recent user messages' and output 'signature expressions'. It clearly distinguishes from siblings like 'observe_user_message' by being a batched one-shot operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit usage guidance ('Use sparingly: at conversation seed-time, or when the agent feels its style brief is too thin'), but does not explicitly mention when not to use or list alternative sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
forget_interaction_preferenceForget interaction preferenceB
Delete a collaboration preference by id or exact text.
| Name | Required | Description | Default |
|---|---|---|---|
| idOrText | Yes | Preference id or exact preference text. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description should fully disclose behavior. It only states 'delete' without mentioning permanence, reversibility, or authentication needs. The destructive nature is implied but not elaborated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence that conveys the essential information without any fluff. Every word is necessary and well-placed.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (one param, no output schema), the description is minimal. However, it lacks context about success/failure indicators, whether the deletion is irreversible, or any side effects. More detail would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes the parameter ('idOrText') with a clear description. The description redundantly says 'by id or exact text' but adds no new meaning. With 100% schema coverage, baseline is 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies the action ('delete') and the resource ('collaboration preference'), and the distinction from sibling tools like 'forget_style_habit' is clear. The purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as 'pin_interaction_preference' or 'review_interaction_profile'. No when-not-to-use context is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
forget_style_habitForget style habitB
Delete a style habit by id or exact text.
| Name | Required | Description | Default |
|---|---|---|---|
| idOrText | Yes | Habit id or exact habit text. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not disclose behavioral traits such as idempotency, error handling (e.g., if habit not found), or side effects. As a delete operation, it is destructive, but this is not clarified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the verb and resource. No unnecessary words; every part is essential.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple delete tool, the core information is present. However, it lacks details on behavior when the habit does not exist, whether it is reversible, or any relationship with other tools like 'list_style_habits'. The absence of an output schema is noted.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single parameter 'idOrText'. The description adds no additional meaning beyond what the schema already provides (habit id or exact habit text).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Delete' and the resource 'style habit', and specifies the lookup method (by id or exact text). This distinguishes it from siblings like 'forget_interaction_preference' (different resource) and 'pin_style_habit' (different action).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use or when-not-to-use guidance is provided. There is no mention of prerequisites or alternatives. The agent must infer usage context from the tool name and siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_style_briefGet style briefA
Return a short style brief for the agent to use lightly. Call this at the start of a conversation or before drafting a friendly reply.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Short context label. Habits with matching avoidWhen will be omitted. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden of transparency. It implies a read operation by 'return' and 'use lightly', but does not explicitly state that it is non-destructive or requires no authentication. The description is adequate but lacks explicit behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a two-sentence structure with no redundant or wasted words. It is front-loaded and efficient, providing essential information without clutter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one optional parameter and no output schema. The description explains when to call it and that it returns a 'short style brief', but does not elaborate on what the brief contains or how it should inform behavior. Given the lack of output schema, more detail on the return value would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the single parameter 'context' well-described in the schema. The tool description adds no additional parameter semantics beyond what is already in the schema, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Return' and the resource 'short style brief', with specific usage context ('at the start of a conversation or before drafting a friendly reply'). This distinguishes it from sibling tools that do other operations like distillation or memory scoring.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly says when to call the tool ('at the start of a conversation or before drafting a friendly reply'), providing clear context. However, it does not mention when not to use it or offer alternatives among siblings, which would improve the score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_style_memory_scoreGet style memory scoreA
Score whether the local style memory is usable, stable, fresh, and at risk of drift or over-imitation.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must disclose behavior. It lists evaluation criteria but does not specify return format, side effects (read-only assumed), or permissions. Some transparency added by listing dimensions, but vague on what 'score' entails.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with action, no unnecessary words. Efficient and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, description partially covers context (dimensions scored) but lacks details on return value, usage context among siblings, and behavioral norms. Agent may not know what format the score takes or when to invoke this tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters; schema coverage is 100% (empty). Description does not need to add parameter info, and baseline for 0 parameters is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states verb 'Score' and resource 'local style memory', listing specific dimensions (usable, stable, fresh, drift, over-imitation). Distinguishes from siblings like get_style_brief and get_style_memory_status by focusing on scoring health aspects.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use vs siblings like get_style_brief or review_style_habits. The description implies a health-check use case but does not state when it is appropriate or when alternatives are better.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_style_memory_statusGet style memory statusA
Show where the local JSON store lives and how many habits are stored.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It describes the output but does not disclose behavioral traits such as read-only nature, file system access, or any side effects. The description is adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One succinct sentence that is front-loaded with the key action and resource. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, the description fully captures what the tool does: it shows the location and count. This seems complete for a simple status read.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no parameters with 100% coverage. The description adds value by explaining what the tool does and what it returns, which is beyond the empty schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool shows the local JSON store location and habit count, with a specific verb and resource. It distinguishes from sibling tools like list_style_habits or get_style_memory_score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for checking memory status, but does not explicitly state when to use this tool versus alternatives like get_style_memory_score or list_style_habits.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_interaction_profileList interaction profileB
List stored collaboration and response-structure preferences from the local JSON store.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries the full burden. Description only states it lists preferences, implying a read operation but lacks disclosure of side effects, performance, memory usage, or any behavioral traits beyond the basic action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, no wasted words. Front-loaded with verb and resource. Succinct and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a list tool with no parameters and no output schema, the description is adequate but could be more complete by specifying the returned data structure or fields. It mentions the content type but not the format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters defined. Parameter count is 0, so baseline is 4. Description does not need to add parameter info, and it does not provide any, which is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool lists stored preferences from a specific store. Verb 'List' and resource 'collaboration and response-structure preferences' are specific. Distinguishes from siblings like 'get' or 'distill' tools, though similar list tools like 'list_style_habits' exist, but the resource is distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like 'get_style_brief' or 'list_style_habits'. No exclusions or context provided for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_style_habitsList style habitsA
List stored style habits and candidates from the local JSON store.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It mentions the source ('local JSON store') and content ('stored style habits and candidates'), indicating a read operation, but lacks details on side effects, cost, or limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 15 words, highly efficient and front-loaded. Every word adds value with no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with no parameters and no output schema, the description is mostly complete. It could mention if there is any pagination or filtering, but the context signals (device complexity) suggest this is minimal.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, and schema description coverage is 100% (empty schema). The description adds value by clarifying that both 'stored style habits and candidates' are listed, which is beyond the schema. Baseline for zero params is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The name 'list_style_habits', title 'List style habits', and description 'List stored style habits and candidates from the local JSON store' clearly specify the action (list), resource (style habits and candidates), and source (local JSON store). It is well-differentiated from siblings like 'list_interaction_profile'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs alternatives like 'review_style_habits'. The description implies listing, but does not state when not to use it or contrast with siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
observe_user_messageObserve user messageA
Learn lightweight conversational style signals from the latest user message. Pass only the message text — not secrets, private memories, or full conversation logs. Optionally include hints: things YOU (the host LLM) noticed that the built-in dictionary wouldn't catch, such as a self-invented sentence-final particle or a unique structural quirk.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The latest user message only. | |
| hints | No | Up to 8 personal style observations from this message. Only include things the user actually said that look like a signature habit — if unsure, omit. Three repetitions are required before a habit is treated as stable, so you don't need to be right on the first try. | |
| context | No | Short context label, such as casual_chat, technical_chat, or formal_writing. | |
| profileHints | No | Up to 6 concrete collaboration or response-structure preferences. Do not submit personality labels, diagnoses, private facts, or psychological guesses. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry behavioral disclosure. It states 'Learn' which implies a side effect (updating style memory), but it does not explicitly confirm persistence, return behavior, or whether it is idempotent. This leaves ambiguity for the agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the core purpose, and contains no extraneous information. Every phrase earns its place, making it efficient and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of output schema and no annotations, the description could be more complete by explicitly stating whether the tool stores observations or returns a result. The mention of 'three repetitions' for stable habits hints at storage, but it is not confirmed, leaving a gap in completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds valuable context beyond what the schema provides: emphasizing security (not to pass secrets) and explaining the purpose of hints with examples (e.g., 'self-invented sentence-final particle'). This clarifies parameter usage meaningfully.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: learning lightweight conversational style signals from the latest user message. It uses a specific verb 'Learn' and resource 'conversational style signals', and conceptually distinguishes itself from sibling tools focused on retrieval, forgetting, or pinning.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides guidance on what to pass (only message text, not secrets or logs) and hints about optional usage. However, it does not explicitly contrast when to use this tool versus alternatives like distill_recent_style or review_style_habits, limiting its utility for tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pin_interaction_preferencePin interaction preferenceB
Pin or unpin a collaboration preference so cleanup will not delete it.
| Name | Required | Description | Default |
|---|---|---|---|
| pinned | No | Whether the preference should be pinned. | |
| idOrText | Yes | Preference id or exact preference text. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It discloses that the tool toggles pin status to prevent deletion, but omits details like idempotency, permission requirements, or side effects, leaving significant gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence of 12 words that efficiently conveys the purpose and outcome with no wasted text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple toggle tool with two parameters and no output schema, the description covers the core functionality. However, it lacks details on return behavior or confirmation messages, which would be helpful for completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and both parameters have descriptions in the schema. The description adds no additional meaning beyond what the schema already provides, meeting the baseline but not exceeding it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('Pin or unpin') and the resource ('collaboration preference'), with the outcome ('so cleanup will not delete it'). However, it does not explicitly distinguish from sibling tools like 'pin_style_habit', though the title differentiates by resource.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context (cleanup avoidance) but provides no guidance on when to use this tool versus alternatives like 'pin_style_habit' or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pin_style_habitPin style habitB
Pin or unpin a style habit so cleanup will not delete it.
| Name | Required | Description | Default |
|---|---|---|---|
| pinned | No | Whether the habit should be pinned. | |
| idOrText | Yes | Habit id or exact habit text. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It only states that pinning protects from cleanup (deletion), but omits important details like whether unpinning also reverses protection, permission requirements, side effects on other operations, or idempotency of repeated calls.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no wasted words. It is front-loaded with the actionable verb and resource, immediately clarifying the tool's function. Every element serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (2 params, no output schema, no annotations), the description is minimal but incomplete. It lacks details on return values, error handling, matching semantics for idOrText (exact match, case-sensitivity), and whether the operation is idempotent. An agent using this tool would be uncertain about behavior in edge cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (both parameters have descriptions in the schema). The tool description adds minimal value beyond the schema, merely connecting the parameters to the purpose. Per guidelines, baseline 3 is appropriate when schema already provides sufficient semantic meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Pin or unpin' and the resource 'style habit', with the explicit purpose 'so cleanup will not delete it.' It effectively distinguishes from sibling tools like pin_interaction_preference by specifying the target resource.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as pin_interaction_preference. There is no mention of when not to use it or any prerequisites. The context implies usage for habit pinning, but lacks explicit actionable guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
review_interaction_profileReview interaction profileA
Return a concise review queue for stored collaboration preferences, with suggested actions such as keep, pin, forget, or observe.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of profile preferences to include in the review queue. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses return of a review queue and suggested actions, but does not specify read-only nature, response format, or any side effects. With no annotations, more detail would improve transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence directly states purpose and key output without any wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a simple tool with one parameter, covering the main functionality and output, though lacks detail on response structure and potential constraints.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds no parameter information beyond what the schema provides; since schema coverage is 100% and the limit parameter is well-described there, this is adequate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool returns a review queue for stored collaboration preferences with suggested actions, distinguishing it from sibling tools like list_interaction_profile and review_style_habits by specifying content and actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives such as list_interaction_profile or forget_interaction_preference; usage context is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
review_style_habitsReview style habitsB
Return a concise review queue with suggested actions such as keep, pin, forget, or observe.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of habits to include in the review queue. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states the tool 'returns a concise review queue with suggested actions,' but does not disclose whether this is a read-only operation, whether it modifies any state, or how the suggestions are generated. The behavioral implications are unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the key purpose. Every word earns its place without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no output schema and only one parameter, the description is incomplete. It does not explain what the review queue contains (e.g., habit details, current state, rationale for suggestions) or how the suggested actions are meant to be used. More detail is needed for effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter, 'limit', has 100% schema description coverage. The description adds 'concise review queue,' which hints at the limit controlling conciseness, but does not add meaningful information beyond the schema. Baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a 'review queue' with suggested actions like keep, pin, forget, or observe. It specifies the resource (style habits) and action (review). It distinguishes from sibling tools such as list_style_habits (which likely only lists) and the action-specific tools (pin_style_habit, etc.).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for reviewing habits and deciding actions, but does not explicitly state when to use this tool versus alternatives like list_style_habits or the individual action tools. No exclusions or prerequisites are mentioned, leaving some ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
set_learning_enabledSet learning enabledA
Enable or disable style learning in the local JSON store.
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Set false to stop learning new style signals. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It mentions modifying a 'local JSON store' but does not disclose behavioral traits such as persistence, side effects on existing learned styles, or any required permissions. The behavioral context is minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, concise sentence that efficiently communicates the tool's purpose with no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one boolean parameter and no output schema, the description provides the core function. However, it lacks details on behavioral implications (e.g., impact on existing data, whether changes are reversible). Completeness is adequate but not exceptional.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the parameter description is already clear. The tool description does not add new meaning beyond repeating what the schema says ('Set false to stop learning new style signals'). Baseline score applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Enable or disable' and the resource 'style learning in the local JSON store'. It distinguishes from sibling tools like 'observe_user_message' and 'distill_interaction_profile' by focusing specifically on toggling the learning setting.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for enabling or disabling learning but does not provide explicit guidance on when to use this tool versus alternatives like 'observe_user_message' or 'distill_interaction_profile'. No exclusions or when-not-to-use scenarios are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Each tool targets a distinct operation or resource (e.g., distill, forget, list, pin, review) with clear separation between interaction preferences and style habits. No two tools have overlapping purposes.
All tool names follow a consistent verb_noun pattern using snake_case, such as distill_interaction_profile, forget_style_habit, and list_style_habits. The naming is predictable and uniform.
15 tools is well-scoped for the domain of style and preference memory management, covering learning, retrieval, modification, review, and control without being excessive or insufficient.
The surface covers observation, distillation, retrieval, forgetting, pinning, reviewing, and toggling learning. Minor gaps include lack of manual creation or editing of individual preferences, but the learning-focused design justifies this.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Personal MCP server for humans who create. Proof of authorship, license control.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA local-first MCP server that builds compact voice profiles from writing samples, then compares, rewrites, or generates new text in that voice.
- AlicenseNot gradedqualityCmaintenanceA private, local-first MCP server that gives any AI long-term memory — its own diary. Zero models, zero network, zero subscription; smarter search than Notion, running entirely on your machine.MIT
- AlicenseAqualityBmaintenanceA local, user-owned memory MCP server that allows AI agents to share context via a SQLite file you own.4MIT
- FlicenseBqualityBmaintenanceMCP server that bridges multiple AI agents for unified local chat, supporting private messages, chat rooms, role queues, and broadcast with fixed identities and rate limiting.141
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hexingyuofficial/style-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server