Skip to main content
Glama

Netbrain Integrated Solutions catalogue

Get one catalogue entry

get_product
Read-onlyIdempotent

Full detail for a single Netbrain product or platform, by slug. Use search_products first if you do not already know the slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe catalogue slug, e.g. "siswati-llm".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/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 covered. The description adds some useful context by indicating this is a direct slug-based lookup returning full detail rather than a search, but it does not disclose additional behaviors such as error handling or missing-slug behavior. With annotations in place, this is adequate but not rich.

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 short sentences carry the full message with no waste. The core purpose is front-loaded, and the usage caveat is placed second for easy skimming.

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 read-only tool with an output schema and clear annotation coverage, the description is complete. It tells the agent what the tool does, how to invoke it, and how to find the slug when unknown.

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%: the only parameter, slug, already has a description and an enum of valid values. The description's 'by slug' is consistent but adds no new semantics beyond the schema, so the baseline of 3 is appropriate.

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 states a clear verb ('get'), a specific resource ('single Netbrain product or platform'), and the lookup key ('by slug'). It also distances itself from search_products by framing itself as a full-detail retrieval tool, so an agent can distinguish it from siblings.

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

Usage Guidelines5/5

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

The description explicitly tells the agent when to use an alternative: 'Use search_products first if you do not already know the slug.' This gives a concrete condition and directs the agent to the correct sibling tool.

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.

Resources