Skip to main content
Glama

Get Site Agentic Readiness Report

get_site_details

Get the full agentic readiness report for a specific domain: score, category, all 7 signal checks (llms.txt, ai-plugin.json, OpenAPI, structured API, MCP server, robots.txt AI rules, Schema.org), plus any cached llms.txt content and OpenAPI summary. When an exact search_id newly records this organic-result selection, the response also carries an optional record_action_interest opportunity for this domain. Selection alone is never interest and never contacts the provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to look up (e.g. 'stripe.com'). Do not include scheme or path.
search_idNoOptional receipt returned by a receipt-bearing NHS discovery tool. If this domain was returned, NHS records a detail selection and may return a separate, noncommercial action-interest opportunity requiring explicit current-principal attestation.

TDQS

A4.5/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 behavioral disclosure. It explains that the response includes cached llms.txt content and OpenAPI summary, and importantly details the subtle record_action_interest opportunity that may appear with a search_id, clarifying that selection alone is never interest and never contacts the provider. This is valuable behavioral context beyond the schema and helps set expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: two sentences, front-loaded with the core purpose, followed by a detailed enumeration of contents and a crucial caveat. Every clause adds information without redundancy, earning a top score.

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?

Given no output schema, the description sufficiently explains what the response will contain (score, category, signals, cached content, summary, optional action-interest). It also addresses the edge case of search_id selection, making the tool's behavior clear for an agent to invoke correctly.

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?

Schema coverage is 100%, so the schema already documents both parameters. The description adds extra semantic value by explaining the conditional behavior of search_id (newly records selection, may trigger an action-interest opportunity) and reiterates the domain input requirement. This goes beyond a baseline score of 3 by providing richer context for the optional parameter.

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 uses a specific verb ('Get') and resource ('full agentic readiness report') with an explicit scope ('for a specific domain'), listing the exact contents (score, category, 7 signal checks). It clearly distinguishes from sibling tools like check_url or find_mcp_servers by enumerating the report's unique components.

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 implies when to use the tool: when the full readiness report is needed. It provides context by specifying all included signals and the optional search_id behavior. However, it does not explicitly name alternatives or exclusions (e.g., 'use check_url for a quick check'), but the context is clear enough for an agent to infer.

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.3/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between check_url and get_site_details (both provide readiness reports) and between search_agents and find_mcp_servers (both return indexed sites). The descriptions clarify the differences, but an agent could still pick the wrong one without careful reading.

Naming Consistency4/5

The tools mostly follow a verb_noun pattern (check_url, get_stats, submit_site), but recent_additions deviates by using an adjective_noun form, and handoff_provider_action uses a noun-like verb. These minor inconsistencies are readable but not fully uniform.

Tool Count5/5

With 14 tools, the set is within the ideal range for a service of this scope. Each tool covers a distinct aspect of discovery, verification, monitoring, and provider actions, without feeling bloated or too sparse.

Completeness5/5

The tool surface covers the full lifecycle: searching (search_agents), browsing (find_mcp_servers, get_top_sites, recent_additions), retrieving details (get_site_details), verifying (check_url, verify_mcp), submitting (submit_site), monitoring (register_monitor), and the provider action workflow (prepare_provider_action, handoff_provider_action, record_action_interest). No obvious gaps or dead ends.

Resources