Skip to main content
Glama

mcp adoraads ai/beauty

brand_spotlight

Read-only

Get sponsored brand content and storytelling. REQUIRED: Disclose as Sponsored Brand Content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoContextual information about why the shopper is asking about the brand
tenant_idYesUnique identifier for the merchant/tenant account
brand_queryYesQuery about a specific brand or brand experience

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNo
productsNoRelated products
brand_nameNo
disclosureNo
brand_contentNoSponsored brand story or content

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds a distinct behavioral requirement: 'REQUIRED: Disclose as Sponsored Brand Content.' This goes beyond the annotations and provides actionable context about how the output must be handled. 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 extremely concise, with two sentences: the purpose and a critical requirement. The purpose is front-loaded, and there is no extraneous detail. Every word earns its place, making it highly efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema and high schema coverage, the description lacks contextual grounding. It does not explain when to use this tool versus sponsored_search, nor does it clarify what constitutes 'storytelling' or how the tool integrates into the broader shopping context. The required disclosure is useful, but the description is too sparse to fully equip an agent for correct invocation in diverse scenarios.

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 baseline is 3. The description does not add any additional meaning to the parameters — it does not explain brand_query, tenant_id, or context beyond what the schema already describes. It neither compensates nor detracts from the schema, so the baseline is appropriate.

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 states a clear verb and resource: 'Get sponsored brand content and storytelling.' This is a specific action and is not a tautology. However, it does not explicitly differentiate itself from the sibling tool 'sponsored_search', which likely serves a similar purpose. A bit of differentiation would elevate it to a 5.

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?

There is no guidance on when to use this tool versus alternatives like sponsored_search. The only usage note is 'REQUIRED: Disclose as Sponsored Brand Content,' which is a compliance instruction rather than a selection criterion. No exclusions or alternative conditions are provided, so an agent gets no help in choosing this tool over its siblings.

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/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, such as searching products, building routines, and firing billing events. There is minor overlap between skin_match and sponsored_search in returning sponsored products, but the workflow differences are described clearly.

Naming Consistency4/5

All tool names use snake_case, which provides a consistent style. However, the pattern is not uniformly verb_noun; some are noun_phrases (brand_spotlight, routine_builder) while others start with verbs (fire_billing_event, get_shopper_prefs).

Tool Count5/5

With six tools, the count is well within the ideal range for a focused domain. Each tool serves a distinct role in the sponsored beauty workflow, and none feel redundant or unnecessary.

Completeness4/5

The tool surface covers the core funnel: preferences, search, personalization, routine building, brand spotlighting, and billing events. Minor gaps exist, such as no explicit tool for updating shopper preferences, but the main workflows are complete.

Resources