Skip to main content
Glama

check_webmcp

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe site to check. A hostname or a full URL; https is assumed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior5/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 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.

Conciseness4/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources