knowngood
Server Details
Search agent-ready sites or fetch one site's report; every capability probe-verified, dated.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolscheck_webmcpAInspect
Check a website LIVE for WebMCP tools, and where a browser is available whether any tool actually registers when the page runs. Returns one of: registered, declared_only, declared, not_declared, could_not_ask, or excluded when the site's robots.txt refuses AI input. could_not_ask is a distinct answer and is never reported as a no. Tools are listed, never called. Reads only the site named plus published population figures — it does not consult the index, and running it changes no ranking or listing.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The site to check. A hostname or a full URL; https is assumed. |
TDQS
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 explicitly states that tools are listed, never called; that it reads only the named site plus published population figures; that it does not consult the index; and that running it changes no ranking or listing. It also clarifies that could_not_ask is a distinct answer and never reported as a no.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but well-structured: it front-loads the core action and then adds return-value semantics, safety constraints, and scope. Each sentence contributes meaningful information, though it could be tightened slightly by removing redundant phrasing like 'published population figures'.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with a single well-documented parameter and no output schema, the description is remarkably complete. It enumerates all possible return values, explains the meaning of the ambiguous 'could_not_ask' result, and states side-effect and scope constraints, giving an agent everything needed to call and interpret the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already describes the single url parameter and its format, including that https is assumed. The description adds general context about checking the site live but does not provide significant additional parameter-level detail. With 100% schema description coverage, baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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: 'Check a website LIVE for WebMCP tools' and further specifies whether the tool actually registers when the page runs. It clearly differentiates itself from index-based lookups by stating it does not consult the index, which helps distinguish it from siblings like get_site_report.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context: it is for live website checks rather than index consultation, and it explains what happens when robots.txt refuses AI input. However, it does not explicitly mention when to choose this tool over find_capability or get_site_report, nor does it state exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_capabilityAInspect
Find websites where an agent can accomplish a task. Returns probe-verified agent-readiness signals, unverified apparent actions read from page content, the verification tier, how each site was found (it declared agent access, probe discovery, or it was submitted), and a report URL to cite. Returns count:0 with an empty_note when nothing in the index matches — never a nearest guess.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | What you are trying to do, in plain language | |
| has_md | No | Only sites with verified markdown (negotiation or a .md twin). Omit both class flags for the whole index — the default. | |
| country | No | ISO 3166-1 alpha-2, e.g. GB | |
| has_mcp | No | Only sites whose MCP server answered tools/list when we tested; results include the tool names | |
| has_webmcp | No | Only sites whose in-page WebMCP tools were RUNTIME-VERIFIED: the page was executed in a headless browser with a modelContext supplied, and it registered at least one tool. Source-only hosts — the registration code is present but registers nothing when the page runs — are excluded, exactly as an MCP card that never answers is. Results include the registered tool names. | |
| entity_type | No | ||
| has_endpoint | No | Only sites with a verified endpoint surface (working MCP server or API catalog). | |
| transactional | No | Only sites where an agent can act, not just read |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral transparency burden. It does well by distinguishing probe-verified signals from unverified apparent actions, explaining verification tiers and discovery sources, and explicitly describing empty-result behavior with 'never a nearest guess.' It does not mention auth, rate limits, or read-only status, but the behavioral semantics of the results are unusually well disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose. Every sentence adds value: the first declares what the tool does, the second enumerates return contents, and the third clarifies empty-result behavior. There is no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is reasonably complete for a search tool: it states the output fields, explains how results are verified or unverified, and specifies the empty result behavior. It does not cover interpretation of verification tiers or explicit guidance on composing filter parameters, but those are partly addressed by the schema. Without an output schema, the description does enough to set correct expectations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is high (~78-89%), and most parameters already have detailed descriptions in the schema. The tool description itself does not add parameter-level meaning beyond the schema. Per the baseline for high coverage, a 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb-resource pair: 'Find websites where an agent can accomplish a task.' It clearly describes what the tool returns, including agent-readiness signals, verification tier, and discovery method. It does not explicitly name or contrast the sibling get_site_report, so differentiation is implied rather than stated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 you want to discover sites where an agent can accomplish a task. It does not mention alternatives, when not to use it, or how it relates to get_site_report. The usage context is clear but no exclusions or alternative routing are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_site_reportAInspect
Fetch Known Good's dated verification report for one listed website: which capabilities were tested, which passed, when it was probed, what an agent can apparently do there, and how the site was found: whether it declared agent access, came from probe discovery, or was submitted. Answers "is this specific host agent-ready?". Returns found:false for anything not in the index — it never guesses a nearest match. Cite the report URL and its date.
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | The site's hostname or URL, e.g. example.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and does well: it discloses that unmatched hosts return found:false, that it never guesses a nearest match, and that the report has a date and URL to cite. Read-only behavior is implied but not harmful; the 'apparently' also clarifies that reported capabilities are indicative rather than guaranteed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is information-dense with no filler: it defines the resource, lists the fields, states the core question it answers, details the not-found behavior, and gives an output instruction. Every clause earns its place and the purpose is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter read tool with no output schema and no annotations, the description fully equips an agent: what it fetches, what the report contains, what it returns for misses, and how to cite it. Nothing essential for correct invocation is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the only parameter, host, already has a clear description including an example. The tool description adds minimal parameter-specific meaning beyond 'one listed website', so the schema does the heavy lifting; a 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb, resource, and outcome: fetching a 'dated verification report' for a single listed website and answering whether that specific host is agent-ready. The description enumerates the report's contents and distinguishes itself from merely finding capabilities by framing the question as 'is this specific host agent-ready?'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a clear use case: 'Answers is this specific host agent-ready?' and scopes input to one listed website. It doesn't explicitly contrast with find_capability or state when to choose that sibling, but the single-host versus capability-search distinction is strongly implied by the wording.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Added
check_webmcp
1 tool update
- Changed
find_capability1 field changed- changed
Input schema / properties / has_endpoint / descriptionPrevious value: -"Only sites with a verified endpoint surface (working MCP server or API catalog; OpenAPI/WebMCP join with the next crawl)."New value: +"Only sites with a verified endpoint surface (working MCP server or API catalog)."
2 tool updates
- First observed
find_capability - First observed
get_site_report
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard.
Scan agent readiness, or find measured providers an unattended AI agent can finish with.
Search the agentic web. 4,100+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use.
SitePulsar AEO audits: fetch FIND/READ/USE agent-readiness scores for any website.
Related MCP Servers
- AlicenseAqualityAmaintenanceScans any website and produces an Agent Readiness Report scored on the open ASO framework.53592MIT
- AlicenseAqualityAmaintenanceScans any website to generate an Agent Readiness Report based on the ASO framework, evaluating agent discoverability, trust, interoperability, and commerce readiness.25368MIT

ASO Score MCPofficial
AlicenseAqualityAmaintenanceScans websites to evaluate agent-readiness and produce an ASO Score Report across 34 signals, helping improve discoverability, trust, and interoperability for AI agents.253661MIT- AlicenseAqualityFmaintenanceFind the most reliable AI agent for any task. Search 2,000+ agents across A2A and MCP with quality filters — min uptime, max latency, score thresholds. Check if an agent is alive before routing to it. Like Artificial Analysis, but for agent services.5MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
find_capability searches for sites by task or capability, while get_site_report retrieves a verification report for a specific host. The two tools have cleanly separated query-by-capability and lookup-by-site purposes, leaving no ambiguity about which to use.
Both tool names follow the same verb_noun pattern: find_capability and get_site_report. The naming is predictable, consistent, and clearly indicates what each tool does.
The server is narrowly scoped to a read-only index lookup service: search for capabilities and fetch a site-specific report. Two tools fully cover that purpose, and each one earns its place without unnecessary overlap.
For the stated domain of querying Known Good's agent-readiness index, the search-and-detail pair is complete: find_capability surfaces matching sites, and get_site_report provides the full verification details for any site of interest. There are no required mutation or lifecycle operations for this read-only data source.