Skip to main content
Glama

Настроить диалог

dialogs_update

Take control of a conversation by switching between bot and operator modes, enabling AI answers, replacing tags, and pinning it in the operbots panel.

Instructions

Меняет режим ведения (сценарий или оператор), отвечает ли ИИ, метки и закрепление. Перевод в режим bot возвращает разговор сценарию и снимает оператора. Заблокировать собеседника отсюда нельзя: блокировку приносит платформа, когда человек сам закрывает боту рот, — панель её только показывает.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
modeNobot — вернуть сценарию; operator — вести вручную.
tagsNoМетки. Заменяют прежние целиком.
dialogYesДиалог: имя собеседника, @username, номер чата или идентификатор.
pinnedNoЗакрепить наверху списка.
ai_enabledNoОтвечает ли ИИ в этом диалоге.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.1.14
    • removedInput schema / properties / blocked
      Removed value: -{
      -  "description": "Заблокировать собеседника.",
      -  "type": "boolean"
      -}
  2. First observedv0.1.1

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint=false), the description discloses a non-obvious side effect: switching to bot mode returns the conversation to the scenario and removes the operator. It also clarifies a boundary—blocking is handled by the platform and only displayed here. This adds behavioral context the annotations do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler. The main action is front-loaded in the first sentence, and the second sentence earns its place by clarifying a common misconception about blocking. Every word contributes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a settings-mutation tool with six parameters, the description covers purpose, the key mode side effect, and an explicit limitation, while annotations cover read-only/destructive/idempotent traits. It omits only minor details like response shape, acceptable because there is no output schema and the tool is straightforward.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the parameters are already well documented. The description mostly restates the schema's parameter purposes (mode, AI, tags, pinning) and adds only a small extra nuance about the bot-mode side effect. That does not elevate it above the baseline 3 for fully covered schemas.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description opens with a specific verb 'Меняет' and enumerates exactly which dialog settings are affected: mode (bot/operator), AI answering, tags, pinning. This clearly separates it from sibling dialog tools like dialogs_delete or dialogs_reply, which operate on the dialog itself or its messages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a concrete effect ('Перевод в режим bot возвращает разговор сценарию и снимает оператора') that helps an agent understand when to set mode=bot, and it explicitly states a non-goal: 'Заблокировать собеседника отсюда нельзя'. It names no alternative tools for the same configuration, but the usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/uk-kd/operbots-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server