Skip to main content
Glama

Установить из маркета

market_install

Install a marketplace publication as a new bot scenario without replacing existing flows. Provide AI provider and knowledge base for answer nodes, or they respond empty.

Instructions

Ставит публикацию боту новым сценарием — рядом с существующими, ничего не заменяя и не включая в работу (для этого flows_publish). Ссылки на чужие подключения из графа снимаются; узлам «Ответ ИИ» передайте provider и knowledge_base, иначе они отвечают пустотой или «из головы». Чего требует сценарий, видно в market_get, поле «нужно». Повторная установка той же публикации даёт ещё одну копию — так обновляют до свежей версии.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botYesБот: название, @username или идентификатор.
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
itemYesПубликация в маркете: название, короткое имя (slug) или идентификатор.
nameNoСвоё название вместо названия публикации.
providerNoПодключение к ИИ для узлов «Ответ ИИ»: название или идентификатор.
knowledge_baseNoБаза знаний для узлов «Ответ ИИ»: название или идентификатор.

Schema Changelog

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

  1. Addedv0.1.16

TDQS

A4.5/5.0
Behavior5/5

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

The description discloses critical behaviors beyond the annotations: foreign connection links are stripped, AI 'Answer' nodes require provider and knowledge_base to avoid empty or off-topic responses, and repeated installation yields an additional copy. These details align with and enrich the annotations (idempotentHint=false, readOnlyHint=false, destructiveHint=false).

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

Conciseness4/5

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

The description is four sentences long and information-dense, with the core purpose front-loaded and important caveats following. It is slightly longer than strictly necessary, but every sentence contributes operational value, and there is no filler or repetition.

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?

Given the moderate complexity (six flat parameters, two required, no output schema), the description covers key behavioral caveats and points to market_get for requirement checks. It does not describe the return value, but that is not critical for correct invocation, especially in absence of an output schema.

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 description coverage is 100%, so the schema already documents all six parameters. The description adds little parameter-specific meaning beyond contextualizing provider and knowledge_base for AI nodes, which is useful but not essential given the schema's clarity. Baseline 3 is appropriate.

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?

The description opens with a specific action and resource: 'Ставит публикацию боту новым сценарием' (installs a publication to the bot as a new scenario). It also explicitly differentiates itself from flows_publish by stating this action does not enable the scenario in work, which makes the tool's purpose unmistakable.

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

Usage Guidelines5/5

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

The description gives direct routing guidance: use flows_publish when you want the scenario enabled, and use market_get to check required fields. It also explains that reinstalling the same publication creates a fresh copy, which is the intended update path.

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