Skip to main content
Glama

List editorial sets

list_editorial_sets

Curated, ordered sets of vetted products (4-10 each), composed and human-reviewed — starter kits, room-by-room lineups, budget and life-stage sets. Newest first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. It does add valuable context — the sets are vetted, human-reviewed, ordered, 4-10 items each, and returned newest-first — which is genuinely useful behavioral/pedigree information. However, it does not disclose the response format or how the limit parameter affects output, leaving a meaningful gap for a tool with zero annotation coverage.

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?

A single dense sentence carries the full payload: nature, size, curation process, category examples, and ordering. Every clause earns its place, and the core identity (curated ordered sets) is front-loaded before the illustrative examples. 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 low-complexity list tool with one optional parameter, the description covers what is listed, the data's characteristics, and its ordering. It does not state response shape, but there is no output schema to expect, and a list endpoint's return is conventional enough. Missing only an explicit note on how limit is applied, which is minor at this complexity.

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 0%, so the description should compensate, and it does not mention the limit parameter at all. However, there is only one optional, self-explanatory integer parameter (limit, 1-10) whose meaning is unambiguous from its name. The description adds no value for it, but the parameter's simplicity limits the harm.

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 identifies the resource (curated editorial sets) and gives specific distinguishing traits: 4-10 vetted products, human-reviewed, category examples. The verb 'list' comes from the title, and the 'Newest first' ordering plus collection-level framing implicitly separates it from get_editorial_set (single set) and the search_* siblings. It stops short of 5 because it never explicitly states it returns the full collection vs. get_article/get_product single entities.

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?

Usage is only implied: the tool is for browsing/listing editorial sets, and the examples (starter kits, room-by-room, budget, life-stage) hint at selection scenarios. There is no explicit when-to-use versus get_editorial_set, search_products, or any stated exclusion. Adequate for a simple list tool but no direct routing guidance.

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

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: article, editorial set, product, vetting criteria, and search/list operations are clearly separated. No overlap in purpose; 'get' vs 'search' vs 'list' clear.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (get_*, list_*, search_*), with clear verbs and nouns.

Tool Count5/5

7 tools is well-scoped for a catalog server covering articles, products, and editorial sets. Each tool has a distinct role and none are redundant.

Completeness5/5

The surface covers search and retrieval for all core entities (articles, products, editorial sets) plus the vetting criteria. For a read-only public catalog, there are no apparent dead ends or missing operations.

Resources