Skip to main content
Glama

Verify credentials and upstream reachability

skylight_healthcheck
Read-onlyIdempotent

Resolves the credential and makes one authenticated Skylight request to identify which hop broke. Reports credential source, acceptance status, round-trip time, and a plain-English failure hint.

Instructions

Resolves the credential the way real tools do, then makes one authenticated request to app.ourskylight.com. Reports which source supplied the credential, whether app.ourskylight.com accepted it, the round-trip time, and a plain-English hint distinguishing 'no credential' from 'credential rejected' from 'a app.ourskylight.com-side problem'. Read-only; never returns the credential itself. Call this when a real tool fails and you want to know which hop broke.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.0.1
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Addedv0.10.1

TDQS

A4.5/5.0
Behavior4/5

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

The description states it is read-only and never returns the credential, which adds safety context beyond the annotations. It also discloses the exact behavior: resolves credential, makes one request, reports specific outputs (source, acceptance, RTT, hint). This is rich behavioral detail.

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 three sentences, each contributing essential information: the action, the outputs, and the usage context. It is front-loaded with the main purpose and avoids redundancy.

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?

The description covers the tool's purpose, outputs, safety, and when to use it, which is complete for a tool with no parameters and no output schema. An agent can confidently decide when to call it and what to expect.

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

Parameters4/5

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

The tool has zero parameters, so the schema is trivially complete. The description does not need to explain parameters, and it adds value by describing the tool's action and outputs.

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 function: it resolves credentials and makes an authenticated request to app.ourskylight.com to test reachability. It explicitly distinguishes itself from the many sibling tools by being a diagnostic/healthcheck operation, not a CRUD or data retrieval operation.

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?

It explicitly instructs to call this tool when a real tool fails and you need to know which hop broke. This provides clear when-to-use guidance, though it doesn't mention when not to use or alternatives, but given its unique purpose, that's sufficient.

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