Skip to main content
Glama

Australian Consumer Data Right Product Data - CDR Explorer

Get Single Product Features

get_product_features
Read-onlyIdempotent

Returns the features and benefits of a specific banking product (identified by Product ID) offered by a Data Holder, as defined by the CDR Banking standards (BankingProductFeatureV4). Features describe product capabilities and benefits such as offset accounts (OFFSET), redraw facilities (REDRAW), loyalty programs (LOYALTY_PROGRAM), interest-free periods (INTEREST_FREE), additional cards (ADDITIONAL_CARDS), digital wallets (DIGITAL_WALLET) and cashback offers (CASHBACK_OFFER). Use this tool for product capabilities; use GetProductConstraints for eligibility and usage limits. Use GetDataHoldersByCategory first to obtain a valid Data Holder Brand ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesThe unique identifier of the product whose features should be retrieved
dataHolderBrandIdYesThe unique brand identifier of the Data Holder, as returned by GetDataHoldersByCategory

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds semantic context about CDR BankingProductFeatureV4 and example feature types, but does not disclose response format, pagination, or error behavior. It adds some useful context but no significant behavioral traits beyond the annotations.

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?

The description is three sentences, front-loaded with the core purpose, followed by useful feature examples and routing guidance. The feature example list is slightly long but helps set expectations about the value of the tool, so every sentence contributes meaningful information.

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 simple two-parameter read-only lookup tool, the description is fairly complete: it states the return subject, provides domain context, names the sibling tool for constraints, and gives a prerequisite. No output schema exists, but the description's opening sentence sufficiently conveys what is returned.

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%, so the input schema already documents both productId and dataHolderBrandId. The description adds a reference to GetDataHoldersByCategory as the source of dataHolderBrandId, which slightly reinforces the prerequisite, but it does not materially extend the parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns features and benefits for a specific banking product identified by Product ID, with concrete examples of feature types. It distinguishes from get_product_constraints (eligibility/usage limits), but does not explicitly differentiate among close siblings like get_product_features_by_type or get_products_features, though 'single product' and parameter context imply the distinction.

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 gives explicit guidance: 'Use this tool for product capabilities; use GetProductConstraints for eligibility and usage limits.' It also states a prerequisite workflow: 'Use GetDataHoldersByCategory first to obtain a valid Data Holder Brand ID.' This leaves little ambiguity about when and how to call the 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.

TDQS

A3.5/5.0
Disambiguation3/5

Tools are generally distinct in purpose (data holders, categories, constraints, etc.), but significant overlap exists between singular and plural variants (e.g., get_product_constraints vs get_products_constraints) and between generic and filtered variants (get_product_constraints vs get_product_constraints_by_type). Although descriptions clarify the differences, the names are too similar, leading to potential misselection.

Naming Consistency3/5

The naming follows a consistent 'get_<resource>_<detail>' pattern with snake_case. However, there is an inconsistency between singular ('product') and plural ('products') prefixes, and the inclusion of 'hello' breaks the pattern entirely. Overall, the pattern is recognizable but not uniform.

Tool Count3/5

With 17 tools, the count is on the higher side for a specialized data server. Several tools are essentially duplicates (singular vs. plural) that could be merged with a parameter. The 'hello' tool adds no value. The number of tools feels slightly bloated for the apparent domain, but not excessively so.

Completeness2/5

The tool set focuses on retrieving specific attributes (constraints, fees, features) for known product IDs, but lacks any tool to list or search for products. Without get_products or similar, an agent cannot discover product IDs needed to use the other tools, creating a critical workflow gap. Minor operations like product creation or update are not expected, but basic product listing is missing.

Resources