Skip to main content
Glama

get_product_details

Full metadata for one Dataplex product: description, tables, update frequency, price, docs, Snowflake Marketplace listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states what is returned (metadata fields) and implies a read-only operation, but does not specify potential errors, permission requirements, or behavior for invalid slugs. For a simple retrieval tool 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?

The description is a single, compact sentence that front-loads the key phrase 'Full metadata' and then lists concrete content fields. Every word earns its place, with no filler or 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?

For a tool with a single parameter and no output schema, the description provides a solid list of return fields, making the tool's output predictable. It does not explain how to construct the slug or handle errors, but those are minor gaps for this level of complexity.

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

Parameters2/5

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

The input schema has one required parameter, 'slug', with no schema-level description. The tool description mentions 'one Dataplex product' but does not explicitly define what the slug parameter is or how it should be used. With 0% schema description coverage, the description should compensate more than it does.

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 the tool's purpose: returning full metadata for a single Dataplex product, and enumerates the specific fields included (description, tables, update frequency, price, docs, Snowflake Marketplace listing). This distinguishes it from sibling tools like get_pricing or get_data_dictionary by emphasizing comprehensive metadata.

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 implies when to use this tool—when you need complete metadata for one specific product—but does not explicitly mention alternatives or exclusions. Sibling tools like get_pricing or get_data_dictionary are not referenced, so an agent must infer the boundary from the listed fields.

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.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: list_products and search_health_datasets handle discovery, while the get_* tools target specific aspects of a single product (pricing, dictionary, sample data, access options, trial SQL, full details). Though some tools share overlapping fields, their focused purposes are unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get_ for product-specific actions, list_ for enumeration, search_ for querying. This creates a predictable and easily learnable API surface.

Tool Count5/5

8 tools is well-scoped for a healthcare data marketplace. Each tool earns its place, covering discovery, evaluation, and access without unnecessary redundancy or missing essential steps.

Completeness5/5

The set covers the full lifecycle for a data consumer: discover (list/search), understand (details, dictionary, pricing), evaluate (sample data), and access (access options, trial SQL). No major gaps are apparent for the stated purpose.

Resources