Skip to main content
Glama

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

A3.5/5.0
Behavior4/5

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

Annotations already carry readOnlyHint=true and destructiveHint=false, and the description does not contradict them. The description adds real behavioral value beyond the annotations by mandating that results be disclosed as Sponsored Brand Content, which is a presentation/compliance requirement the structured fields do not capture.

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?

Two short sentences with minimal waste, and the core purpose is front-loaded in the first sentence. The disclosure requirement earns its place as a needed behavioral note, though it could have been integrated more cleanly rather than as an all-caps standalone sentence.

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 read-only, non-destructive retrieval tool with a full output schema and 100% parameter coverage, the description is largely complete: it states what it does and the one required behavioral constraint (disclosure). The only real gap is the missing when-to-use guidance relative to sponsored_search, but given the low complexity this is not a critical omission.

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 every parameter (brand_query, tenant_id, context) is already documented with clear descriptions. The tool description adds no additional parameter meaning, placing it at the baseline of 3, which is appropriate when the schema does the heavy lifting.

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 uses a specific verb (get) and resource (sponsored brand content and storytelling), making the purpose clear. However, it does not explicitly differentiate from the sibling sponsored_search, which could plausibly also return sponsored content, so it does not fully distinguish itself.

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 contains no guidance on when to use this tool versus its siblings. Given the sibling sponsored_search covers a semantically adjacent area, routing guidance would be valuable, but none is provided. The REQUIRED disclosure line is a compliance directive rather than when-to-use versus alternative 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

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct function: sponsored search, skin profiling, routine building, brand content, billing, and preference retrieval. There is no overlap or ambiguity between them, and each a clear purpose.

Naming Consistency3/5

Names mix conventions: some follow verb_noun (fire_billing_event, get_shopper_prefs), while others are noun phrases (brand_spotlight, routine_builder, skin_match, sponsored_search). The pattern is not fully consistent, but still readable and understandable.

Tool Count5/5

With 6 tools, the set is well-scoped for a beauty advertising server. Each tool serves a distinct step in the sponsored content pipeline, and the count feels appropriate without being excessive or thin.

Completeness4/5

The server covers the core lifecycle of sponsored beauty recommendations: search, profile building, routine creation, brand content, billing, and user preferences. Minor gaps exist (e.g., no update/delete for preferences), but the surface is largely complete for its purpose.

Resources