Skip to main content
Glama

Править карточку публикации

market_update

Update a marketplace publication's card by editing its title, summary, description, category, or case attribution. Leave the published flow graph intact for separate release management.

Instructions

Меняет карточку публикации — название, описание, раздел, подпись делом. Граф не трогает: для него market_release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botYesБот: название, @username или идентификатор.
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
flowYesСценарий, который выложен в маркет: название или идентификатор.
titleNoНазвание публикации.
summaryNoОдна строка о сценарии.
categoryNoРаздел маркета.
descriptionNoПодробное описание.
show_originNoПоказывать ли название дела на карточке.

Schema Changelog

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

  1. Addedv0.1.16

TDQS

A4/5.0
Behavior3/5

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

Annotations already communicate that this is a mutating, non-idempotent, non-destructive operation. The description adds a useful behavioral boundary: it does not touch the graph, and market_release is for that. However, it does not disclose side effects, permission requirements, or whether the update is partial or full replacement.

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?

The description is a single, compact sentence that front-loads the action and fields, then adds the crucial sibling distinction. There is no filler or redundancy.

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 an 8-parameter update tool with a fully documented schema and no output schema, this description provides enough selection context: what is edited, what is not touched, and which sibling to use instead. It could mention return behavior or update semantics, but nothing essential for correct tool selection is missing.

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 parameters are already well-documented. The description paraphrases a few fields (title, description, category, show_origin) but adds no new semantic detail beyond what the schema provides, so the baseline of 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 gives a specific verb and resource: 'Меняет карточку публикации' (changes the publication card) and enumerates the affected fields (название, описание, раздел, подпись делом). It also explicitly distinguishes itself from market_release, so an agent can tell this tool apart from its closest sibling without inspecting the schema.

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 clear when-not-to-use signal: for graph changes it points to market_release instead. It does not discuss broader alternatives like market_publish or mention prerequisites, but the core routing between update and release is explicit.

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