Skip to main content
Glama
sofianbettayeb

AEO Copilot MCP Server

create_brand

Add a new brand to your AEO Copilot account to start monitoring its visibility across AI platforms. Provide website, industry, products, and competitors to enable insights and competitive analysis. Subject to plan limits.

Instructions

Create a new brand on your AEO Copilot account. Subject to your plan's brand limit — the API will return an error if you've reached it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesBrand name
websiteNoBrand website URL (e.g. https://example.com)
industryNoIndustry or vertical
productsNoList of products or services the brand offers
competitorsNoList of competitor names
Install Server

TDQS

A3.5/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 behavioral disclosure burden. It does disclose one meaningful behavior: the API enforces a plan-based brand limit and returns an error when reached, which is valuable context. But it omits the success response shape, idempotency, and whether duplicate names are rejected, leaving the mutation's full behavior only partially specified.

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?

Two sentences with zero filler: the purpose is front-loaded first, followed by the operative constraint that would otherwise surface as a confusing runtime error. Every sentence earns its place, and the description avoids tautological restatement of the tool name.

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

Completeness3/5

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

The schema fully documents all five parameters and no output schema exists, so return-value explanation isn't required. However, with no annotations, the description is the only source of behavioral context, and it doesn't cover the success response, name uniqueness, or any hidden side effects — adequate for a simple create operation, but with clear gaps.

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% — every parameter (name, website, industry, products, competitors) already has a description in the input schema, so the baseline is 3. The description adds no additional parameter-level meaning beyond the plan-limit caveat, so it neither helps nor hurts.

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 specific verb ('Create'), resource ('brand'), and scope ('on your AEO Copilot account'), making the operation unambiguous. It naturally distinguishes from siblings like list_brands, scan_brand, create_topic, and create_index based on verb+resource, though it doesn't name any alternative explicitly.

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?

The description implies when to use the tool — when the user needs to create a brand — and adds one operational constraint: the plan's brand limit will trigger an API error. However, it offers no explicit when-not-to-use guidance, no mention of alternatives, and no prerequisites, so the agent must infer selection context from the name and purpose.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sofianbettayeb/aeo-copilot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server