Skip to main content
Glama
baktubak
by baktubak

ap_bridge_status

Diagnose ArmorPaint connection by checking spool, heartbeat, versions, project, and queue, then receive a plain-language fix. Call this first on transport errors.

Instructions

Diagnose the connection to ArmorPaint. Answered entirely by this server, with no round trip, so it works when everything else is failing: it reports the resolved spool directory and how it was resolved, whether the bridge heartbeat exists, whether the heartbeat's clock is advancing (the only valid liveness test), the bridge/app versions, the open project, queue depth, and a plain-language diagnosis plus next step. Call this FIRST whenever any other tool reports a transport error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
probeNoWatch the heartbeat for up to ~4 s to prove the bridge is actually running rather than merely present. Set false for an instant answer.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.7/5.0
Behavior5/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It fully discloses that no round trip is made, what data is reported (spool directory resolution, heartbeat existence, clock progression, versions, project, queue depth), and that it produces a plain-language diagnosis plus next step. This is exemplary 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 information-dense but tightly structured: an opening purpose, a complete list of reported diagnostics, and a direct invocation instruction. Every clause adds useful guidance and the most important usage instruction is placed at the end for emphasis.

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?

For a diagnostic tool with no annotations and no output schema, the description is unusually complete. It covers what the tool does, what it returns, why it is reliable during transport failures, what counts as the only valid liveness test, and exactly when to call it first.

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?

The single parameter is fully described in the input schema, including its default value and behavioral effect, and schema description coverage is 100%. The tool description itself does not add param-level meaning, but per the baseline rule, high coverage makes 3 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 opens with a specific action ('Diagnose the connection to ArmorPaint') and then enumerates the exact diagnostic outputs. It distinguishes itself from likely siblings like ap_ping by stating that the advancing heartbeat clock is 'the only valid liveness test' and by clarifying that this tool is answered server-side without a round trip.

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 final sentence gives an explicit, unambiguous usage rule: 'Call this FIRST whenever any other tool reports a transport error.' It also explains why this is the right choice by noting it works even when the bridge is otherwise failing, giving the agent a clear decision rule.

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

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/baktubak/armorpaint-mcp'

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