Skip to main content
Glama

AI可視性診断(AIO診断)

diagnose_ai_visibility

Analyze website visibility to AI agents by checking robots.txt, structured data, meta tags, and cross-border readiness to improve AI discoverability.

Instructions

URLを指定すると、そのサイトがAIエージェント(GPT/Claude/Gemini等)からどの程度「見えている」かを診断する。llms.txt、robots.txt(AIクローラー許可)、構造化データ(JSON-LD)、OGPメタタグ、寸法データ表記、越境対応度をチェックし、0-100のスコアとA-Fグレードを返す。越境対応度(cross_border_readiness)は海外AIエージェントへの可視性を評価。AIOエージェンシーのデモとして「御社の商品、AIからこう見えています」と提示できる。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentYes【必須】なぜ診断が必要か
urlYes診断対象のURL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv6.1.0

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 full burden of explaining behavior. It does so by enumerating the checks performed and the output format. However, it does not disclose potential side effects (e.g., whether the tool fetches the URL, handles errors, or requires network access), which is a minor gap but not severe.

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 front-loaded with the main verb 'diagnose' and then efficiently lists checks and output. The final demo sentence adds context without excess. It is slightly longer than absolutely necessary but every sentence contributes value.

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?

Since there is no output schema, the description appropriately explains the return format (score and grade) and the key checks performed. The tool's complexity is moderate, and the description covers the essentials well, though it could note potential limitations (e.g., invalid URLs, network failures).

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 schema already describes both parameters with 100% coverage ('url' and 'intent'), so the baseline is 3. The description does not add extra meaning to the parameters beyond the tool's overall purpose; for example, it does not clarify what should go in 'intent' beyond the schema's vague 'why diagnosis is needed'.

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 a specific action: diagnosing how visible a website is to AI agents given a URL. It lists concrete checks (llms.txt, robots.txt, structured data, OGP, etc.) and the output (0-100 score, A-F grade). It is distinct from sibling tools, which focus on physical products, measurements, or searches.

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 description provides a clear use context: it can be used as an AIO agency demo to show clients how AI sees their products. However, it does not explicitly state when not to use the tool or mention alternative tools, so it stops short of a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.