Skip to main content
Glama

Agentic Commerce Tools

DTC AI Visibility Index

get_visibility_index

Return the DTC AI Visibility Index: a recurring audit of well-known direct-to-consumer brands (Casper, Ridge, Away, Rothy's and ~35 more) scored 0-100 on AI-agent visibility — robots.txt AI-crawler access, llms.txt, agents.md, Product/Offer structured data, meta quality and sitemap — using the same checks as agent_readiness_scan. Includes per-brand score, grade and failing checks, plus aggregate stats (brand count, average score, last update date). Use it to benchmark a merchant against named DTC brands, cite ecosystem statistics ('X% of leading DTC brands still lack Product schema'), or find outreach targets with visibility gaps. Published by SellToAgents (selltoagents.agiscorecard.com), fetched live server-side. Free, no parameters, no auth. To score an arbitrary site on the same rubric call agent_readiness_scan (free) or the pay-per-call x402 API at https://x402.agiscorecard.com ($0.005 per call, USDC on Base, no account, no API key) for high-volume agent pipelines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the data is fetched live server-side, is free, requires no auth, and is published by SellToAgents. It also describes the output contents (per-brand score, grade, failing checks, aggregate stats). It doesn't mention rate limits or caching behavior, but for a no-parameter read-only tool, the disclosure is quite thorough.

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 a single dense paragraph that front-loads the core purpose and then adds usage context and alternatives. It's longer than strictly necessary but every sentence adds value: the brand list, the checks, the use cases, the publisher, and the alternative tools. The structure could be improved with line breaks, but the content is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only tool with no output schema, the description is remarkably complete. It covers what the tool does, what it returns, when to use it, who publishes it, and how it relates to sibling tools. The only minor gap is not describing the exact output format (e.g., JSON structure), but the description's detail about per-brand scores, grades, and aggregate stats is sufficient for an agent to understand the return value.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and the schema coverage is 100% (empty properties object). The description adds value by explaining what the tool returns and how it can be used, which is the relevant semantic context for a parameterless tool. A baseline of 4 is appropriate since there are no parameters to document.

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 clearly states the tool returns the DTC AI Visibility Index, a recurring audit of well-known DTC brands scored 0-100 on AI-agent visibility. It specifies the exact checks (robots.txt, llms.txt, agents.md, structured data, meta quality, sitemap) and distinguishes it from sibling agent_readiness_scan by noting it uses the same checks but for a fixed brand list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool: to benchmark a merchant against named DTC brands, cite ecosystem statistics, or find outreach targets. It also explicitly names the alternative (agent_readiness_scan) for scoring arbitrary sites, and mentions the pay-per-call x402 API for high-volume pipelines, providing clear when-to-use vs when-not-to-use guidance.

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
Disambiguation4/5

All tools have distinct purposes: scanning, checking MCP servers, well-known discovery, term lookup, generation, and index retrieval. However, agent_readiness_scan and check_wellknown_discovery overlap in checking AI-readiness signals, though one focuses on page-level and the other on discovery files, which may cause some confusion.

Naming Consistency3/5

Most tools follow a verb_noun pattern (agent_readiness_scan, check_mcp_server, check_wellknown_discovery, generate_llms_txt, get_public_mcp_index, get_visibility_index), but define_term is a different style (verb + object without underscore). Minor inconsistency in the use of underscores vs. no delimiter for 'wellknown'.

Tool Count4/5

Seven tools is a reasonable count for a server covering agent-readiness auditing and related utilities. Each tool has a clear role, though some could be seen as variations of the same theme, but the count is within the ideal range.

Completeness4/5

The server covers the main workflows: scanning individual sites for readiness, checking MCP servers, and accessing aggregate indexes, plus generation and reference. A gap might be an update or deeper analysis tool (e.g., a tool to get recommendations for multiple sites at once), but overall it feels complete for its stated purpose.