Skip to main content
Glama
kuraneko1
by kuraneko1

health_check

Report server health by checking display mode, browser/process liveness, search rate-limiter queue, and last CAPTCHA time. Use it to monitor Chrome instance status and diagnose operational issues.

Instructions

Report server health: display mode, browser/process liveness, search rate-limiter queue, and last CAPTCHA time. No arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It transparently lists what the tool reports, implying a read-only, non-destructive operation. However, it does not explicitly state that it has no side effects or that it only reads state, which would enhance transparency.

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 one concise sentence that leads with the action verb and lists the key outputs. No redundancy or unnecessary detail.

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 the simple nature of the tool (no parameters, no output schema), the description is fully complete. It specifies the exact health metrics reported, which is sufficient for an agent to understand what the tool does and decide when to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and the description explicitly notes 'No arguments.' The empty schema aligns perfectly, leaving no ambiguity about parameter usage.

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's purpose with a specific verb ('Report') and resource ('server health'), and enumerates the exact aspects covered (display mode, liveness, queue, CAPTCHA time). It is easily distinguishable from sibling tools google_search and fetch_url, which serve unrelated functions.

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 explicitly states that no arguments are required, which is a clear usage instruction. While it does not explicitly contrast with sibling tools, the distinct purpose makes the appropriate usage context obvious. A brief note on when to run a health check versus other operations would have made it fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools