Skip to main content
Glama
chrischall

easytable-mcp

by chrischall

Verify the fetchproxy bridge end-to-end

easytable_healthcheck
Read-onlyIdempotent

Diagnose which hop in the easytable fetchproxy bridge failed. Round-trips a test URL to report bridge role, port, extension link status, and elapsed time, with plain-English hints to distinguish bridge, extension, or server-side issues.

Instructions

Round-trips a small public book.easytable.com URL (/robots.txt) through the fetchproxy bridge and returns diagnostics: the bridge's role (host/peer/null), port, version, the extension link (linked / pair pending / not attached / never answered), the elapsed round-trip time, and a plain-English hint distinguishing 'bridge never came up' from 'extension not connected' from 'real book.easytable.com-side problem'. Read-only, no auth required. 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. First observedv0.0.0

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, it states no auth is required, explains that it distinguishes 'bridge never came up' from 'extension not connected' from 'real book.easytable.com-side problem,' and lists the returned diagnostic fields. This gives an agent a rich behavioral picture without conflicting 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 compact sentences carry the operation, outputs, read-only/no-auth facts, and the exact failure-directed use case. No filler or repeated schema details.

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?

With no output schema, the description supplies the return semantics in plain language and disambiguates failure categories. For a zero-parameter healthcheck tool, an agent has everything needed to invoke and interpret it correctly.

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?

There are zero parameterschers, so the schema needs no explanation. The baseline of 4 applies; the description adds context about what the tool probes, which compensates for the absence of any input contract.

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 names a specific verb ('round-trips'), a concrete resource ('/robots.txt'), and the exact diagnostic outputs (role, port, version, link state, timing, hint). It clearly distinguishes this diagnostic tool from the booking/list siblings.

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 says when to call it: 'when a real tool fails and you want to know which hop broke.' It does not name a non-diagnostic alternative, but none of the siblings serve this purpose, so the guidance is clear enough.

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