Skip to main content
Glama

get_websocket_status

Check the WebSocket connection and monitoring status for Chiliz MCP to verify real-time feeds and diagnose connectivity issues.

Instructions

Get WebSocket connection and monitoring status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It doesn't state whether this is read-only, what the status includes, or how it interacts with the monitoring tools. Only the bare verb 'Get' implies a read, with no permission or return-shape context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, efficient sentence with no preamble or filler. It is appropriately sized, though it is a bit terse and could front-load slightly more scope.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a status tool with no annotations, no output schema, and no parameters, the description is under-specified. It doesn't explain what 'WebSocket connection and monitoring status' returns or what monitoring state it reflects, which is essential context for correct invocation in a crowded monitoring toolset.

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 tool takes zero parameters, so the description needn't explain them. Baseline for 0 params is 4, and there's nothing the description omits on this dimension.

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?

States a clear verb (Get) and resource (WebSocket connection and monitoring status). It's distinguishable from siblings like start_block_monitoring or stop_all_monitoring since it's a status read, though the description doesn't explicitly differentiate from those monitoring siblings.

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?

No guidance on when to use this versus the monitoring start/stop tools or other status getters. The agent must infer context from the name alone.

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