Skip to main content
Glama

mcp adoraads ai/beauty

Server Details

Server Name: adoraads.ai Beauty Ad Network MCP URL: https://mcp.adoraads.ai/beauty Category: E-commerce & Retail Homepage: https://adoraads.ai

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsC

Average 3.1/5 across 6 of 6 tools scored. Lowest: 2.3/5.

Server CoherenceA
Disambiguation4/5

Most tools have distinct purposes (search, profile, routine, brand content, billing), but there is some potential overlap between sponsored_search and skin_match as both return sponsored products. Descriptions help differentiate them.

Naming Consistency3/5

Naming is mixed: some tools use verb_noun pattern (fire_billing_event, get_shopper_prefs) while others use noun_noun (brand_spotlight, routine_builder, skin_match, sponsored_search). Pattern is inconsistent but readable.

Tool Count5/5

With 6 tools, the server is well-scoped for its domain of sponsored beauty product advertising. Each tool has a clear role and none are redundant.

Completeness4/5

The tool surface covers search, personalization, routine building, brand content, and billing – core operations for an ad platform. Minor gaps like preference management are acceptable.

Available Tools

6 tools
brand_spotlightB
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNo
tenant_idYes
brand_queryYes
Behavior4/5

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

The description adds a key behavioral constraint (disclosure requirement) beyond the readOnlyHint annotation. It does not detail return format or side effects, but the disclosure is critical for compliance.

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?

The description is very short (one sentence plus a note) and front-loaded with the core action. It could benefit from a brief structure but is concise.

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?

Given 3 parameters and no output schema or parameter descriptions, the description leaves out essential details like how to use parameters and what the response contains. It is incomplete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No explanation of parameters in the description, and schema coverage is 0%. The description does not add meaning to 'brand_query', 'tenant_id', or 'context' parameters.

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 states 'Get sponsored brand content' with a verb and resource. However, it does not differentiate from sibling tool 'sponsored_search', which might have overlapping functionality.

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?

Only provides a disclosure requirement ('REQUIRED: Disclose as Sponsored Brand Content') but gives no guidance on when to use this tool vs alternatives like sponsored_search or when to avoid it.

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

fire_billing_eventC
Idempotent
Inspect

Fire billing event when acting on a sponsored result.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYes
event_typeYes
order_valueNo
Behavior3/5

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

The idempotentHint annotation provides safety insight, but the description adds little behavioral context beyond 'fire billing event'. No mention of side effects, permissions, or irreversible actions, but annotations already cover idempotency.

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 description is extremely concise (one sentence), but lacks necessary detail for effective use. It is not overly wordy, but brevity comes at the cost of completeness.

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?

For a tool with 3 parameters and no output schema, the description is insufficient. It does not explain what constitutes a billing event, how parameters relate, or what the tool returns.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description provides no explanation of parameters (token, event_type, order_value). The enum for event_type is not elaborated, leaving agents with only parameter names and types.

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 states the action (fire billing event) and the context (when acting on a sponsored result). It distinguishes from siblings like sponsored_search by focusing on billing, but lacks explicit sibling differentiation.

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?

No explicit guidance on when to use or not use this tool vs. alternatives. The description only implies usage when acting on a sponsored result, but does not mention prerequisites or exclusions.

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

get_shopper_prefsB
Read-only
Inspect

Get shopper ad preferences before running sponsored_search.

ParametersJSON Schema
NameRequiredDescriptionDefault
tenant_idYes
shopper_idYes
Behavior3/5

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

Annotations already declare readOnlyHint: true, so the description adds minimal behavioral detail. It mentions that the tool retrieves 'shopper ad preferences,' which is consistent but does not elaborate on potential side effects or additional behaviors.

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

Conciseness2/5

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

The description is a single sentence, which is concise, but it fails to include necessary parameter explanations. It is underspecified for a tool with two required parameters and no schema descriptions.

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?

Given the tool has two required parameters and no output schema, the description should provide more detail about the expected input format and the nature of the returned preferences. It omits critical information for an agent to use effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain the parameters. However, it provides no details about 'shopper_id' or 'tenant_id,' leaving the agent without guidance on what values to provide or how they affect the result.

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?

Clearly states it gets shopper ad preferences, with a specific verb ('Get') and resource ('shopper ad preferences'). It also distinguishes from siblings by noting it should be used before 'sponsored_search', implying a prerequisite relationship.

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

Usage Guidelines4/5

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

Provides clear usage context by stating 'before running sponsored_search,' which indicates when to use this tool. Does not explicitly mention when not to use it or alternatives, but the context is sufficient for an agent to infer usage.

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

routine_builderC
Read-only
Inspect

Build a sponsored skincare routine. REQUIRED: Disclose sponsored steps individually.

ParametersJSON Schema
NameRequiredDescriptionDefault
concernsNo
skin_typeNo
tenant_idYes
budget_usdNo
routine_typeYes
Behavior1/5

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

The description says 'Build' implying creation, but annotations set readOnlyHint=true, a direct contradiction. No behavioral traits beyond this are disclosed, such as side effects or authorization needs.

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?

The description is very concise at two sentences, with the tool's purpose front-loaded in the first sentence. No unnecessary words, but it sacrifices important detail.

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

Completeness1/5

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

Given the tool has 5 parameters with no schema descriptions, no output schema, and a contradiction with annotations, the description is severely incomplete. It lacks return value info, parameter guidance, and clarifies the sponsored aspect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description adds no meaning to any of the 5 parameters (e.g., concerns, skin_type, budget). The only related text is 'sponsored' and 'disclose', which are not parameter-specific.

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 states the tool builds a sponsored skincare routine, which is a specific action on a resource distinct from sibling tools like brand_spotlight or sponsored_search. However, it lacks detail on what 'building' entails (e.g., generating steps).

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 mentions 'sponsored' and a disclosure requirement, hinting at a usage context, but provides no explicit guidance on when to use this tool versus alternatives like sponsored_search or brand_spotlight, nor any conditions or exclusions.

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

skin_matchB
Read-only
Inspect

Build AI skin profile and return matched sponsored products. REQUIRED: Confirm profile with shopper before showing products.

ParametersJSON Schema
NameRequiredDescriptionDefault
avoidNo
goalsNo
tenant_idYes
skin_descriptionYes
Behavior3/5

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

Annotations provide readOnlyHint: true, and the description is consistent with that (building a profile and returning products is read-only). The description adds the requirement to confirm with shopper, which is behavioral context, but does not disclose other traits like idempotency or side effects beyond 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: the first states the purpose, and the second provides a critical requirement. No redundant information, perfectly front-loaded and efficient.

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?

While the main action and a key requirement are clear, the description lacks details on return values (no output schema), parameter guidance, and error conditions. An agent would struggle to invoke this tool correctly without additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description fails to explain any of the four parameters (skin_description, tenant_id, goals, avoid). It mentions 'skin profile' but does not clarify what each parameter does, leaving the agent without necessary semantic information.

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 states the tool builds an AI skin profile and returns matched sponsored products, using specific verbs and resources. It distinguishes from sibling tools like routine_builder or sponsored_search, though it could be more precise about what 'build AI skin profile' entails.

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

Usage Guidelines4/5

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

The description includes a critical usage requirement: 'REQUIRED: Confirm profile with shopper before showing products.' This provides clear when-to-use guidance, though it doesn't explicitly state when not to use or list alternatives.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources