Skip to main content
Glama

register_brand_audit_watch

Schedule recurring brand audits for a domain daily, weekly, or monthly. Each run triggers a fresh audit and posts a diff webhook when classification drift occurs.

Instructions

Creates a recurring brand-audit watch for a domain on a daily/weekly/monthly cadence. Each run enqueues a fresh brand_audit_batch_start and (when a webhook is configured) POSTs a diff webhook on classification drift. Returns the new watchId. Owner-scoped; per-principal cap of 20 active watches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to watch.
intervalYesRecurrence interval.
webhook_urlNoOptional webhook URL — POSTed on classification drift. Re-validated for SSRF at both register and delivery time.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreYes
passedYes
partialNo
categoryYes
findingsYes
checkStatusNo
Behavior4/5

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

Beyond the annotations (readOnlyHint false, openWorldHint true), the description adds meaningful behavioral details: each run enqueues brand_audit_batch_start, optionally POSTs a webhook on drift, and enforces a per-principal cap of 20 watches. These side effects and constraints are not captured elsewhere. No contradictions with 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?

Three sentences, front-loaded with the action, and every sentence adds value: creation, side effects, return value, and constraints. No fluff or redundancy.

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 (recurring scheduling, side effects, webhook, quota), the description covers the key aspects: what it does, what happens on each run, the webhook condition, ownership, and cap. An output schema exists, so return details are covered. Minor missing info like error conditions (e.g., conflict if domain already watched) but overall adequate.

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 baseline is 3. The description does not add significant new semantics beyond the schema: it mentions the webhook behavior (already in schema) and ownership, which is more about tool behavior than parameter specific meaning. No extra value for parameters.

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 uses a specific verb ('Creates') and resource ('recurring brand-audit watch') and clearly differentiates from siblings like list_brand_audit_watches and delete_brand_audit_watch. It also mentions the cadence options (daily/weekly/monthly) and side effects, making the tool's function unmistakable.

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 implicitly distinguishes this from one-off audits by emphasizing 'recurring' and 'cadence.' It also mentions owner-scoping and a cap of 20 watches, providing constraints. However, it does not explicitly point to alternatives (e.g., brand_audit_single) or state when NOT to use this tool, so a small gap exists.

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/MadaBurns/bv-mcp'

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