Skip to main content
Glama

Avenity AI Visibility

purchase_engagement

Hire Avenity. x402-GATED: without valid payment_proof this returns HTTP-402-shaped payment requirements (pay to Avenity's wallet). With valid payment_proof, it settles via the facilitator, records the order, and confirms the engagement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNopricing tier (see request_engagement_quote).local
contactNooptional human contact for onboarding.
categoriesYesthe categories/product lines to get named for.
business_nameYesclient being engaged.
payment_proofNothe x402 payment payload/settlement token from the agent's wallet.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden and handles it well by disclosing the payment gate, the wallet destination, settlement via facilitator, order recording, and engagement confirmation. It does not mention reversibility or duplicate-purchase risk, but the core side effects are explicit.

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 compact and front-loaded with purpose before the gating condition. No words are wasted, though jargon like 'x402-GATED' and 'HTTP-402-shaped' may require external context.

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 output schema and fully documented parameters, the description provides the missing behavioral state: payment gating, settlement, order recording, and confirmation. It could more explicitly explain the relationship to request_engagement_quote, but an agent has enough to call the tool 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 schema already documents all five parameters. The description reinforces the role of payment_proof but adds no new parameter-level meaning, matching the baseline for fully covered schemas.

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 clear verb and resource: 'Hire Avenity', then specifies what the tool does: settle via the facilitator, record the order, and confirm the engagement. This clearly distinguishes it from the sibling tools request_engagement_quote and audit_business_visibility.

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 x402-gating behavior gives concrete invocation context: without valid payment_proof the tool returns payment requirements, and with valid payment_proof it completes the purchase. It does not explicitly name sibling tools as alternatives, so it stops short of 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.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.