Skip to main content
Glama
BRNDMK

brandomica-mcp-server

Brand Safety Report

brandomica_brand_report
Read-onlyIdempotent

Generate a brand safety report with availability scores, trademark screening, domain costs, and evidence for due diligence and filing readiness.

Instructions

Generate a comprehensive Brand Safety Report with timestamped evidence for due diligence. Includes availability score, safety assessment, filing readiness, linguistic/phonetic screening, all evidence, domain costs, trademark filing estimates, and limitations. Returns full JSON report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_nameYesThe brand name to check

Implementation Reference

  • Registration and handler implementation for the brandomica_brand_report tool.
    server.registerTool(
      "brandomica_brand_report",
      {
        title: "Brand Safety Report",
        description:
          "Generate a comprehensive Brand Safety Report with timestamped evidence for due diligence. Includes availability score, safety assessment, filing readiness, linguistic/phonetic screening, all evidence, domain costs, trademark filing estimates, and limitations. Returns full JSON report.",
        inputSchema: z.object(brandNameInput).strict(),
        annotations: toolAnnotations,
      },
      async ({ brand_name }) => {
        const data = await fetchApi("brand-report", brand_name);
        return {
          content: [{ type: "text" as const, text: JSON.stringify(data) }],
        };
      }
    );
Behavior4/5

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

Annotations already indicate this is a safe, read-only, idempotent, and open-world operation. The description adds valuable context by specifying the report includes 'limitations' and details like 'availability score' and 'trademark filing estimates', which go beyond the annotations to clarify output content and scope.

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 front-loaded with the main purpose, followed by specific components of the report, and ends with the return format. Every sentence adds value without redundancy, making it efficient and well-structured.

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?

Given the tool's complexity (comprehensive reporting) and lack of output schema, the description adequately details the report's components (e.g., 'safety assessment', 'domain costs') and return format ('full JSON report'). However, it could more explicitly address behavioral aspects like rate limits or error handling.

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?

The input schema has 100% description coverage, clearly documenting the 'brand_name' parameter. The description does not add any meaning beyond the schema, such as examples or constraints, so it meets the baseline for high schema coverage.

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 specific action ('Generate a comprehensive Brand Safety Report') and resource ('with timestamped evidence for due diligence'), distinguishing it from sibling tools like 'brandomica_assess_safety' or 'brandomica_filing_readiness' by emphasizing comprehensive reporting rather than focused checks.

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 usage for due diligence with a comprehensive report, but does not explicitly state when to use this tool versus alternatives like 'brandomica_batch_check' or 'brandomica_check_all'. No exclusions or clear alternatives are provided.

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

Install Server

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/BRNDMK/brandomica-mcp-server'

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