Skip to main content
Glama
chapmanjw

Rutherford MCP Server

by chapmanjw

doctor

Probe each adapter's binary, version, auth, and runtime health, and diagnose unavailable targets. Optionally performs a live round-trip for unknown auth checks.

Instructions

Health-probe each adapter (binary, version, auth, runtime) and diagnose unavailable targets.

Adapters with no non-interactive auth check (e.g. Antigravity) are unknown from the cheap probe; by default (live=true) doctor verifies each installed unknown with a minimal real round trip -- the only trustworthy signal absent a whoami. Pass live=false for a metadata-only check with no model calls (capabilities is the always-cheap snapshot).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
liveNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It explains how adapters with no non-interactive auth check are handled, and describes the difference between a cheap probe and a real round trip. However, it does not mention permissions, rate limits, or output structure.

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 concise and front-loaded: the first sentence states the purpose, and the second provides parameter details. No redundant information, and every sentence adds value.

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 a single parameter and the presence of an output schema, the description covers the main behavioral modes. It could be more explicit about the diagnosis output format, but the output schema likely fills that gap. Some scope details (e.g., which adapters) are implied but not explicit.

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?

Schema coverage is 0%, so the description must explain the parameter. It does so effectively: the 'live' parameter's default behavior and the effect of setting it to false are both described, adding meaning beyond the schema's type and default.

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 a health probe on adapters and diagnoses unavailable targets. It specifies the resources checked (binary, version, auth, runtime) and distinguishes itself from the sibling 'capabilities' tool, which is described as an always-cheap snapshot.

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 provides clear guidance on when to use live=true vs live=false, explaining the trade-off between thoroughness and cost. It contrasts with 'capabilities' for cheap checks, but does not explicitly exclude other sibling tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chapmanjw/rutherford-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server