Skip to main content
Glama

mcp-catalog

get_server

Карточка одного сервера из каталога: описание, ссылка на страницу, репозиторий, пакет. Идентификатор — короткий slug, адрес /servers/автор/название, имя или имя пакета. Если карточки нет — found=false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the not-found behavior ('Если карточки нет — found=false') and clarifies the accepted identifier formats. This is useful behavioral context beyond the tool name and schema, though it omits other details like error handling or authorization.

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 two dense sentences: the first defines the tool's purpose and return contents, the second explains identifier formats and not-found behavior. Every sentence adds value, and there is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter lookup tool, the description covers the core semantics: what the card contains, what values identifier can take, and what happens when no card is found. The presence of an output schema means return-value details do not need to be expanded further.

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

Parameters5/5

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

The schema provides only the parameter name and type with 0% schema description coverage. The description fully compensates by explaining that 'identifier' can be a short slug, a /servers/author/name URL path, a name, or a package name. This is essential information for correctly invoking the tool.

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 clearly states that the tool returns a single server's catalog card containing description, page link, repository, and package. It distinguishes itself from the sibling list/search tools by specifying 'одного сервера' (one server), making the singular lookup purpose explicit.

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 intended use is implied: call this tool when you have an identifier for a specific server and need its catalog card. However, it does not explicitly state when to prefer this over search_servers or list_atomno_servers, nor does it mention any exclusions or alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Tools are mostly distinct: get_server is exact lookup by slug, search_servers is query-based discovery, list_categories returns categories, and list_atomno_servers returns a specific family subset. Some overlap exists between search_servers and list_atomno_servers as both return sets of servers, but descriptions clarify the intent well enough.

Naming Consistency5/5

All tool names follow a consistent verb_noun lowercase snake_case pattern: get_server, list_atomno_servers, list_categories, search_servers. The naming is uniform and predictable.

Tool Count5/5

Four tools is a reasonable, focused scope for a catalog lookup service. Each tool serves a distinct purpose—exact lookup, search, category listing, and a curated family listing—without unnecessary bloat.

Completeness3/5

The catalog covers lookup, search, and category counts, but lacks a way to browse all servers or list servers within a category, which is a notable gap for a catalog API. The Atomno-specific listing is also oddly narrow and does not compensate for the missing general browse capability.

Resources