Skip to main content
Glama

Avenity AI Visibility MCP

avenity_book_consultation

Read-onlyIdempotent

Get a Calendly booking link for a free 30-minute AI Visibility consultation with Avenity Business Solutions (Dan).

The consultation is for business owners who have a confirmed AI visibility gap and want to understand the fix and investment required.

This tool is the conversion endpoint of the Avenity agent pipeline: check_visibility → score_business → get_opportunity_report → book_consultation

Use this when:

  • A client's AI visibility gap is confirmed and they want to act

  • You've shown the client their score and they're interested

  • A client asks "how do I fix my AI visibility?"

  • You want to hand off to a human expert for the close

Args: params (ConsultationInput): Client details. gap_score is optional but improves the booking context shown to Dan.

Returns: str: JSON with: booking_url (str): Direct Calendly link instructions (str): What to tell the client context_for_call (str): What Dan will know before the call audit_url (str): Self-service audit tool URL

Examples: - "Book a consultation for my client who has a 38/100 visibility score" - "How does [company] get help fixing their AI visibility?" - "Connect my client with Avenity"

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?

The annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description does not need to restate safety. It adds useful behavioral context beyond annotations by describing the returned JSON fields, what Dan will know before the call, and that this is the conversion/handoff endpoint. There is no contradiction with the read-only annotation since the tool returns a booking link rather than directly creating a booking.

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 well-organized with clear sections for purpose, usage, arguments, returns, and examples. It is somewhat long, but most sentences add actionable guidance, such as when to use the tool and what the return payload contains.

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?

The return format is described in detail, the prerequisite condition (confirmed AI visibility gap) is stated, and the pipeline position gives surrounding context. The description is complete enough for an agent to select and invoke the tool, though it could add explicit error or edge-case 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 description adds one meaningful detail: gap_score is optional but improves the booking context shown to Dan. However, it does not explain the required fields beyond calling them 'Client details'; the schema's nested property descriptions carry most of the parameter semantics. With schema description coverage reported as 0%, the description only partially compensates.

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: 'Get a Calendly booking link for a free 30-minute AI Visibility consultation.' It also places the tool in the pipeline 'check_visibility → score_business → get_opportunity_report → book_consultation', which clearly distinguishes it from the 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?

The 'Use this when' section gives explicit triggering conditions, such as a confirmed AI visibility gap, an interested client, or a handoff to a human expert. It does not explicitly state when not to use the tool or compare against sibling tools, but the pipeline context makes the appropriate use clear.

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