Skip to main content
Glama

Карточка публикации

market_get
Read-onlyIdempotent

Retrieve complete market publication details: description, scenario composition, version history, and usage cases. Optionally include the scenario graph to inspect nodes before installation.

Instructions

Публикация целиком: описание, состав сценария, история версий и, с параметром case, где в этом деле она уже стоит. С with_graph отдаёт и сам граф — посмотреть узлы до установки.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
itemYesПубликация в маркете: название, короткое имя (slug) или идентификатор.
with_graphNoПоказать граф сценария целиком.

Schema Changelog

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

  1. Addedv0.1.16

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint true and destructiveHint false, so the bar is lower. The description adds useful behavioral detail by specifying what the card contains and that with_graph includes the graph itself. No contradictions with annotations.

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 compact sentences with no filler. The core content is front-loaded ('Публикация целиком') and every clause contributes useful information about the response or parameter behavior.

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 simple read-only retrieval tool with three parameters, the description covers the main contents of the returned card and the optional graph. It is moderately complete, though it does not explicitly state the output format or the default value of with_graph, which is left to the schema.

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

Parameters4/5

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

Schema coverage is 100%, so all parameters have baseline descriptions. The tool description adds value beyond the schema by clarifying that case controls whether the response shows existing usage in a case and that with_graph returns the graph for pre-install inspection, enriching the meaning of these parameters.

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 clearly identifies the resource (публикация) and enumerates exactly what the tool returns: description, script composition, version history, and optional case usage. It stops short of a strong verb and does not explicitly distinguish itself from market_list, but the scope is very clear.

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 description gives a concrete use case for with_graph ('посмотреть узлы до установки') and explains the effect of the case parameter. However, it does not mention when to prefer this tool over market_list, market_install, or flows_get, leaving the choice of tool largely implied.

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