Skip to main content
Glama

hub_server_status

Check the status of persistent hub server sessions. Returns session information for a specific server or all active sessions.

Instructions

Get status of persistent hub server sessions.

If server_name is provided, returns status for that specific server. Otherwise returns status for all active persistent sessions.

:param server_name: Optional specific server to check. :return: Session status information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It only states the output ('Session status information') without revealing any side effects, permissions, or rate limits. The tool's read-only nature is implied but not stated.

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 extremely concise, with two sentences covering both behaviors and a brief param/return structure. Every part is useful and front-loaded.

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 the output schema exists (so returns are defined), the description covers the core functionality. However, it lacks context on prerequisites (e.g., server must be running), error conditions, or how it differs from similar status tools.

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 schema has 0% coverage, but the description adds meaning to the server_name parameter by explaining it is optional and specifies server checking. This adds value beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it gets status of persistent hub server sessions and distinguishes behavior with optional server_name. However, it does not explicitly differentiate from sibling tools like get_continuous_hub_status or list_continuous_hub_sessions, which serve similar purposes.

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

Usage Guidelines3/5

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

The description indicates when to use the optional parameter, but provides no guidance on when to use this tool over alternatives (e.g., get_continuous_hub_status) or when not to use it. Usage context is implied but not explicit.

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/FuzzingLabs/secpipe'

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