Skip to main content
Glama

Маркет сценариев

market_list
Read-onlyIdempotent

Find ready-made automation scenarios for Telegram and Max. Filter by category, platform, source, AI or knowledge needs, and check if a scenario is already used in your case.

Instructions

Каталог готовых сценариев: от проекта и опубликованные другими делами. Поиск по названию и описанию, отбор по разделу, платформе, источнику и потребности в ИИ или базе знаний. С параметром case у каждой публикации видно, стоит ли она уже в этом деле и не отстала ли от свежей версии. Установка — market_install.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
mineNoТолько публикации этого дела — то, что выложили сами.
sortNopopular — по установкам (по умолчанию), new — свежие, likes — по лайкам.
limitNoСколько записей вернуть, максимум 100. По умолчанию 30.
queryNoЧто искать в названии и описании.
offsetNoСколько записей пропустить.
sourceNoproject — от проекта operbots, community — опубликованные делами.
categoryNoРаздел маркета.
needs_aiNoЕсть ли в сценарии узлы с ИИ.
platformNoТолько сценарии, годные для этой платформы.
needs_knowledgeNoНужна ли сценарию база знаний.

Schema Changelog

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

  1. Addedv0.1.16

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds real behavioral value: it reveals that with the case parameter each publication shows whether it is already installed in that case and whether it is behind the current version, and it discloses that the catalog mixes project and community sources — context the annotations and schema 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.

Conciseness4/5

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

Three sentences cover an 11-parameter tool efficiently, with the core purpose front-loaded in the first sentence. The middle sentence summarizing search/filter capabilities partially duplicates what the schema already documents, and the final sentence packs both the case behavior and the market_install pointer, but 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?

For a complex 11-parameter tool with no output schema, the description answers the key operational questions: what the catalog contains, what filters exist, how the case parameter changes results, and which sibling handles installation. The main gap is that with no output schema present, the return-value shape of a listed publication is not described, though the annotations fully cover the safety profile.

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 baseline is 3. The description groups the filter parameters (category, platform, source, needs_ai, needs_knowledge) into a capability summary and, more usefully, explains the case parameter's effect on results (install status and version freshness), which goes beyond the schema's identity-focused description of case. For the remaining parameters the schema already carries the semantic load.

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

Purpose4/5

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

The description opens with 'Каталог готовых сценариев' (catalog of ready-made scripts), clearly identifying the resource and the listing function, and states the catalog spans project and community publications. It names market_install as the installation path, distinguishing this read/catalog tool from that sibling, though the operating verb is implied ('каталог') rather than explicit and no distinction is drawn against other market_* siblings such as market_get or market_like.

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

Usage Guidelines3/5

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

The closing clause 'Установка — market_install' explicitly routes installation intent to a named alternative, which is a genuine usage signal. However, no guidance is given for the other market_* siblings (market_get for fetching a single publication, market_like, market_publish, market_update, etc.), and when-not conditions beyond installation are left to inference.

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