Skip to main content
Glama
zm-gh-ibm

techzone-mcp

by zm-gh-ibm

get_catalog_entry

Retrieve a specific TechZone catalog entry by providing its kind, name, and optional namespace to get full details on available systems, products, or services.

Instructions

Get one TechZone catalog entry by kind and name (e.g. kind='system', name='redhat-openshift'). Kind and name come from a search_catalog result's location path: /catalog/{namespace}/{kind}/{name}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
nameYes
namespaceNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the safety-profile burden. It doesn't disclose behavioral traits like read-only vs mutation, but 'Get' strongly implies a read operation. It does add the useful detail about how kind/name map to the location path. With no annotations, the behavioral disclosure is minimal but the operation type is evident from the verb.

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?

Two sentences, zero filler. The example (kind='system', name='redhat-openshift') is valuable and front-loaded. Compact and efficient, though a touch more structure or keyword emphasis would make it slightly better.

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?

The tool is simple (3 parameters, output schema present, no nested objects), so the completeness bar is modest. The description explains the key derivation logic tying to search_catalog and covers the two required parameters. It doesn't discuss edge cases or return-value caveats, but the output schema covers return expectations. Adequate for the tool's complexity.

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 description coverage is 0%, so the description must compensate. It explains kind and name via the /catalog/{namespace}/{kind}/{name} path, giving meaning to both parameters. It omits the namespace parameter explicitly, though it appears in the path template. This compensates well for the zero coverage, though namespace semantics could be a bit more explicit.

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?

Clear specific verb+resource: 'Get one TechZone catalog entry by kind and name'. The description distinguishes it from siblings by clarifying its relationship to search_catalog — the kind/name come from a search_catalog result path. This is precise and easily actionable.

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 explicitly says kind and name come from a search_catalog result's location path, giving context on when/how to use it. However, it doesn't explicitly state when NOT to use it or name alternatives, though siblings like get_collection and get_reservation clearly differ. The derivation hint is useful and fairly clear.

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/zm-gh-ibm/techzone-mcp'

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