Skip to main content
Glama

ActableSite AI Crawler Monitor

Audit public website readiness

audit_public_website
Read-onlyIdempotent

Run ActableSite's free three-signal readiness scan for a public website. Returns observable evidence for business identity, semantic reading path, and explicit action path. This does not guarantee AI crawling, indexing, citation, ranking, recommendation, traffic, or revenue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic HTTP or HTTPS website URL. Private, local-network, authenticated, and restricted targets are rejected.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the description adds value by detailing the observable evidence and explicitly stating what the tool does NOT guarantee (AI crawling, ranking, etc.), which is good behavioral context.

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?

Two short sentences that immediately convey the tool's function and limitations. No redundant words, perfectly front-loaded.

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?

Given the simple tool (1 param, no output schema) and rich annotations, the description covers the key aspects: what the scan does, what it returns, and its limitations. Could have included more detail on the return format, but sufficient for the tool's complexity.

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?

Schema has 100% coverage for the single parameter 'url', with a clear description including allowed and rejected targets. The description does not add extra meaning, so 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?

Clearly states it runs a three-signal readiness scan for a public website, specifying the three signals (business identity, semantic reading path, explicit action path). Distinguishes from siblings like check_ai_crawler_policy and get_crawler_watch_offer which have different purposes.

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?

States when to use: for a free readiness scan of a public website. Implicitly differentiates from siblings through description content, but lacks explicit when-not-to-use or alternative tool references.

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

The first two tools (audit_public_website, check_ai_crawler_policy) are clearly distinct active scanning tools. The three 'get_*_offer' tools all return pricing information but for different products (crawler watch, full report, practice radar), making them distinguishable by product name.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case: 'audit_public_website', 'check_ai_crawler_policy', and three 'get_*_offer' tools. The verbs 'audit', 'check', and 'get' clearly indicate the action, and the nouns precisely describe the target.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose: two core monitoring actions (audit and policy check) and three informational offer tools for different products. This covers the essential functionality without unnecessary bloat.

Completeness3/5

The server covers scanning and policy checking but lacks tools to actually purchase or activate monitoring services after showing offers. Users must leave the MCP to complete transactions, creating a dead-end for the offer flows.