Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Список репозиториев реестра контейнеров

list_container_registry_repositories

List all container images in a specific registry, showing repository names, tags, digests, and sizes. Input the registry ID to see what images are stored.

Instructions

Возвращает список репозиториев (образов) внутри конкретного реестра контейнеров: имя репозитория, тег, digest, размер. Используй чтобы посмотреть, какие образы уже загружены в реестр.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registry_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID реестра (получить через list_container_registries)
Behavior1/5

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

Описание подразумевает read-only операцию ('Возвращает список'), но аннотация readOnlyHint: false указывает на возможное изменение состояния. Это противоречие, поэтому оценка 1.

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?

Описание состоит из двух предложений, первое сразу объясняет действие и результат, второе — вариант использования. Нет лишней информации.

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?

Для инструмента с одним параметром и без выходной схемы описание достаточно полно: указаны назначение, возвращаемые поля и контекст использования. Однако отсутствуют сведения о пагинации и прочих ограничениях, а противоречие с аннотацией снижает общую полноту.

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?

Схема параметра полностью документирует registry_id (100% покрытие) и включает описание, откуда брать ID. Описание добавляет только контекст возвращаемых полей, но не уточняет параметр. Базовый уровень 3.

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?

Описание четко указывает, что инструмент возвращает список репозиториев внутри конкретного реестра, перечисляет возвращаемые поля (имя, тег, digest, размер) и отличает его от list_container_registries, который возвращает сами реестры.

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?

Описание содержит явную инструкцию применения: 'Используй чтобы посмотреть, какие образы уже загружены в реестр'. В схеме параметра также указано, как получить registry_id через list_container_registries, что является подсказкой к использованию. Однако нет явного 'когда не использовать' или альтернативных инструментов.

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

Install Server

Other Tools

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/ichinya/timeweb-mcp'

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