Skip to main content
Glama

agent-tools

Controllo agent-readiness rapido

quick_site_check
Read-only

Esegue 4 controlli essenziali di prontezza per gli agenti AI su un sito (robots.txt, regole bot AI/Content-Signal, llms.txt, dati strutturati) e restituisce un mini-verdetto. È un assaggio: il report completo è sullo strumento agent-ready di Sequel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL o dominio del sito da controllare (es. https://esempio.it)
languageNoLingua del verdetto (default it)

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint: true and openWorldHint: true. The description adds valuable behavioral context by listing the exact checks performed and the type of output (mini-verdict), going beyond the annotations. No contradictions with annotations.

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 sentences efficiently convey the purpose, the specific checks, the output type, and a pointer to the full tool. Every word earns its place; no filler or redundancy.

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?

For a 2-parameter read-only tool with annotations, the description sufficiently covers the core functionality, lists the checks, and notes its abbreviated nature. Even without an output schema, the 'mini-verdetto' term sets expectations. It could specify the verdict format but is otherwise complete.

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?

Input schema coverage is 100% with clear descriptions for url and language. The description adds no new parameter details beyond what the schema already provides, 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?

The description clearly states the tool performs 4 essential AI agent readiness checks (robots.txt, AI bot/Content-Signal rules, llms.txt, structured data) and returns a mini-verdict. It uses a specific verb ('Esegue') and resource ('prontezza per gli agenti AI su un sito'), and explicitly distinguishes itself from Sequel's full agent-ready tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly marks the tool as a quick sample ('È un assaggio') and points to the full report on the agent-ready tool of Sequel. This provides a clear when-to-use vs. when-not-to-use distinction, guiding the agent toward the appropriate tool for full analysis.

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.2/5.0
Disambiguation5/5

Each tool has a distinctly different purpose: one checks Google update status, one performs a quick site readiness check, one requests a quote, and one searches content. There is no overlap or ambiguity between them.

Naming Consistency3/5

Naming conventions are mixed: google_updates_status and quick_site_check are noun phrases, while request_quote and search_insights follow a verb_noun pattern. The set lacks a consistent naming style.

Tool Count5/5

Four tools is an appropriate number for a focused toolkit covering status monitoring, site checks, lead generation, and content discovery. Each tool serves a clear purpose without unnecessary bloat.

Completeness4/5

The toolkit covers the core functions: monitoring Google updates, checking site readiness, generating leads, and searching knowledge. A minor gap is the absence of a full site audit tool, though quick_site_check references the full report externally.

Resources