Skip to main content
Glama

Avenity AI Visibility

audit_business_visibility

FREE. Check whether a business is named in AI answers for a specific money category in a specific place. This is the top-of-funnel: agents run it to diagnose a client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesThe specific buyer category / product line (e.g. "commercial janitorial").
locationYesCity/region the buyers are in (e.g. "Conroe, TX").
business_nameYesThe business being audited (e.g. "Gracey's Commercial Cleaning").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It discloses that the tool is free, is a check/read-type operation, and returns whether the business is named in AI answers. However, it does not clarify data sources, whether the response is a simple yes/no, or any limits, leaving some ambiguity.

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 crisp sentences plus a one-word 'FREE' flag. The core function is front-loaded, and the workflow-context sentence earns its place by guiding when to use the tool.

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 simple three-parameter lookup with 100% schema coverage and an output schema, the description supplies purpose, scope, cost, and workflow context. It could mention the exact AI source or answer format, but nothing blocks an agent from invoking it correctly.

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 the baseline is 3. The description adds the framing of 'money category' and 'place' which maps naturally to category and location, but it provides no additional syntax, formatting, or relationship details beyond the schema.

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?

States a specific verb ('Check whether'), a clear object (a business being named in AI answers), and the two key filters (money category, place). It also distinguishes its role by calling it the 'top-of-funnel' diagnostic step, separating it from the engagement-focused sibling tools.

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 workflow context: this is the top-of-funnel tool agents use to diagnose a client. It does not explicitly name sibling tools or say when not to use it, but the intended placement in the process is unmistakable.

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

A4.2/5.0
Disambiguation5/5

Each tool occupies a distinct stage of the business funnel: diagnostic check, quote request, and purchase. There is no meaningful overlap between auditing visibility, requesting a quote, or paying for an engagement.

Naming Consistency5/5

All tool names follow a clear verb-first snake_case pattern: audit_business_visibility, purchase_engagement, request_engagement_quote. The verbs and objects are semantically aligned with each tool's function.

Tool Count5/5

Three tools is an appropriate, lean surface for a focused commercial sales workflow: diagnose, quote, and buy. Each tool earns its place and the set does not feel padded or incomplete.

Completeness4/5

The core funnel is covered: check visibility, get pricing, and purchase the engagement. A minor gap is the lack of any post-purchase status or monitoring management tool, especially given the mention of monitoring tiers.