Skip to main content
Glama

Avenity AI Visibility MCP

avenity_get_opportunity_report

Read-only

Generate a complete, client-ready AI Visibility Opportunity Report for a business. Combines gap confirmation, competitor landscape, dimensional scoring, and revenue impact into a single structured output.

This is the full deliverable — ready to share with a client or use as the basis for a consulting recommendation. It shows the business exactly what they're missing, who's capturing their customers, and what it's worth.

Use this when:

  • A client needs a full picture before making a decision

  • You want a single comprehensive output to present

  • Preparing for a consulting call or proposal

Args: params (BusinessInput): Business details. Include website_url for full dimensional scoring.

Returns: str: Markdown-formatted report including: - AI visibility gap confirmation with buyer query - Competitors appearing in AI search - 4-dimension score breakdown - Estimated monthly revenue at risk - Specific recommendations ranked by impact - Link to book consultation with Avenity

Examples: - "Generate a full AI visibility report for my client" - "What's the complete picture for [company]?" - "Prepare an opportunity report I can show to [client]"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark the tool readOnly and non-destructive, and the description adds behavior beyond that: it returns a Markdown-formatted report, lists the exact sections, and notes the tool is client-ready. It also discloses that website_url enables full dimensional scoring. No contradiction with annotations exists.

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 longer than minimal, but well structured with purpose, use-when, args, returns, and examples. It front-loads the core purpose and uses bullets instead of prose. A few sentences, such as 'It shows the business exactly what they're missing,' are mildly redundant but do not undermine usability.

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 moderately complex tool with a nested input and an output schema, the description covers what the tool returns, when to use it, and one important input nuance. The presence of an output schema and readOnly annotations reduces the need to document return values or safety in greater depth.

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 only direct parameter guidance is 'Business details' plus the useful hint that website_url is needed for full dimensional scoring. The nested BusinessInput schema carries most of the field-level detail; while this hint adds value, the description does not meaningfully compensate for the 0% top-level schema description coverage of the params property.

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 opens with a specific verb and resource: 'Generate a complete, client-ready AI Visibility Opportunity Report.' It enumerates the report's components (gap confirmation, competitor landscape, dimensional scoring, revenue impact) and explicitly contrasts it with more targeted sibling tools by calling it 'the full deliverable.' An agent can distinguish this from avenity_check_visibility, avenity_get_competitor_landscape, and avenity_score_business.

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?

A dedicated 'Use this when' section gives concrete triggers: a client needs the full picture, a single comprehensive output is wanted, or a consulting call/proposal is being prepared. It stops short of naming the sibling tools it should not be used for or stating when a narrower tool is preferable, so it misses the explicit when-not/alternatives that would earn a 5.

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.4/5.0
Disambiguation5/5

Each tool has a distinct role in the consultation pipeline: visibility check, scoring, competitor analysis, report generation, and booking. No overlap, and descriptions clearly differentiate them.

Naming Consistency5/5

All tools follow the consistent pattern 'avenity_<verb>_<noun>' in snake_case, making them predictable and easy to understand.

Tool Count5/5

With 5 tools, the set is tightly scoped to the AI visibility consultation domain. Each tool is justified and contributes to a complete workflow without bloat.

Completeness5/5

The pipeline is fully covered: from initial check to scoring, competitive landscape, opportunity report, and booking. No obvious gaps for the intended purpose.

Resources