Skip to main content
Glama
Noteboxd

Noteboxd MCP

Official

search_fragrances

Read-onlyIdempotent

Filter fragrances by brand, note, family, price range, or keyword. Supports paginated results for browsing large collections.

Instructions

Filter fragrances with cursor pagination. Requires at least one filter (q, brand, note, family, or price_range). Use search for open keyword lookups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree text over fragrance and brand names
noteNoNote slug, for example 'oud'
brandNoBrand slug, for example 'creed'
limitNoPage size (default 20)
cursorNoCursor from a previous page's nextCursor
familyNoOlfactory family, for example 'woody'
price_rangeNoBUDGET, MIDRANGE, or PREMIUM

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare the tool as read-only, open-world, idempotent, and non-destructive. The description adds the behavioral constraint that at least one filter is required, and it clarifies the pagination mechanism via cursor. It does not contradict 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.

Conciseness5/5

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

The description is two sentences, front-loaded with purpose, and every clause earns its place. It states the core action, the pagination feature, a required precondition, and the alternative tool without any padding.

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?

Considering the 7 parameters are fully detailed in the schema and annotations cover safety traits, the description completes the picture by explaining filter requirements, pagination style, and the differentiation from 'search'. It is sufficiently complete for an agent to select and invoke the tool correctly.

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?

While the schema covers 100% of parameter descriptions, the description adds meaningful grouping: it identifies which parameters act as filters (q, brand, note, family, price_range) and implies that limit and cursor are pagination controls. It also imposes a business rule (at least one filter) not present in the schema.

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 filters fragrances and uses cursor pagination, with a specific verb ('Filter') and resource ('fragrances'). It distinguishes itself from the sibling 'search' tool by contrasting 'open keyword lookups' with filtered queries.

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?

Explicit guidance is given: this tool is for filtered fragrance searches (requiring at least one filter), while the 'search' tool is for open keyword lookups. This directly tells the agent when to use this tool versus an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.