Skip to main content
Glama

hub_status

Check the active hub configuration used by this server. Get a sanitized view of the current settings to verify or debug server behavior.

Instructions

Return the effective hub configuration (sanitized) used by this server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It does add meaningful qualifiers: the configuration returned is 'effective' (resolved) and 'sanitized' (redacted), which is useful. However, it does not explicitly state read-only behavior, failure modes, or what sanitization removes, so the disclosure is only moderately complete.

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 a single, front-loaded sentence with no filler. It states the action and the key qualifiers ('effective', 'sanitized', 'used by this server') efficiently.

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?

For a zero-parameter status tool with no output schema, the description is reasonably complete: it names what is returned, that it is sanitized, and that it is server-specific. It could say more about the response shape or what 'sanitized' entails, but the simple scope keeps the gap small.

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?

This tool has zero parameters and 100% schema coverage, so there is nothing for the description to explain about inputs. The baseline of 4 applies because parameter semantics are not relevant here.

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 uses a specific verb ('Return') and a specific resource ('effective hub configuration (sanitized) used by this server'). It clearly distinguishes this from the sibling registry, prompts, metrics, and sessions tools, so an agent can tell what it does immediately.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance about when to use this tool versus alternatives, nor any conditions or prerequisites. The sibling tools are unrelated enough that confusion is unlikely, but the description itself does nothing to establish usage context.

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