Skip to main content
Glama

Sense2 Promotional Products

get_collections

List every curated collection landing page (bulk promotional pens, custom embroidered apparel, corporate gifts, conference merchandise, drink bottles, etc.) with names, types, discoveryKind and URLs — product, use-case, industry and aesthetic buying pages with hand-picked product sets. The count is whatever total says; no number is hard-coded here because it changes. Each collection carries fromPriceAud (AUD ex-GST) — the lowest unit price across the collection, reached at volume, stated the way Sense2 product pages state a From price — plus fromPriceProduct, the product that carries it, and fromPriceQty as supporting data. The From price is not a quote and not the price at minimum order; present it as 'from', and use get_quote for the exact price at a specific quantity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior2/5

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

The description discloses data semantics (e.g., the count is dynamic, fromPriceAud is not a quote, and get_quote should be used for exact pricing) but does not address typical behavioral aspects such as read-only guarantees, potential side effects, rate limits, or auth requirements. With no annotations provided, the description carries the full burden, and it falls short on these points.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The main action is front-loaded, but the description is verbose and somewhat repetitive, especially the price semantics ('The From price is not a quote' appears twice in different forms). While it is organized into two clear sections, the redundancy could be trimmed to improve conciseness without losing essential 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?

Given the absence of an output schema, the description provides substantial context by naming returned fields (names, types, discoveryKind, URLs, fromPriceAud, etc.) and clarifying their meanings. It also notes that the count is dynamic and points users to get_quote for exact pricing, which covers likely agent needs. Minor gaps include missing pagination or error handling details, but they are not critical for a listing endpoint.

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?

The tool has zero parameters and the schema already covers 100% of the input (an empty object). According to the rubric, a baseline of 4 is appropriate for 0 params, and the description offers no additional parameter-level meaning because no parameters exist to explain.

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: to list curated collection landing pages with specific fields (names, types, discoveryKind, URLs). It distinguishes itself from sibling tools like get_collection by explicitly focusing on listing multiple collections, and from get_categories by noting the curated, hand-picked nature. The action verb 'List' and the resource are unambiguous.

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

Usage Guidelines2/5

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

The description explains what the tool returns but provides no explicit guidance on when to use it versus alternatives such as get_collection, get_categories, or get_100_best. There is no mention of when not to use this tool or which specific scenarios it best serves, leaving the agent to infer use cases from the field list alone.

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