Skip to main content
Glama

manage_ws_status

Inspect or control WebSocket owner status with actions: info, reconnect, claim (with force steal), rotate, and reconfig. Manage machine-level WS connections.

Instructions

[Plugin v1.3.9] Inspect or control the machine-level WS owner. Actions: info (status dump), reconnect (owner-only; restart WS), claim (try become owner; force=true to steal active lock), rotate (owner-only; force events.jsonl rotation), reconfig (owner-only; re-read credentials.json + apply event subscriptions).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
forceNoFor claim only: steal an active owner lock
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors: actions produce status dumps, restart, ownership claims with force option, rotation, and reconfiguration. Missing details about side effects (e.g., stealing a lock disconnects others) but still strong.

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?

The description is a single sentence with inline list, making it concise but slightly dense. A bulleted list could improve readability, but it front-loads key information effectively.

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 simple schema (no output schema, 2 params) and no annotations, the description covers actions and restrictions comprehensively. However, it lacks details on output format for 'info' and error handling, leaving minor gaps for a complex control tool.

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?

The schema has only 50% description coverage (force described, action enums not). The description adds meaning to each action and the force parameter's role, fully compensating for schema gaps and providing clear semantics.

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 is for inspecting or controlling the machine-level WS owner, and lists specific actions (info, reconnect, claim, rotate, reconfig) with brief explanations. It effectively distinguishes from sibling tools that manage other resources.

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 implies usage context by enumerating actions and noting owner-only restrictions. However, it does not explicitly state when not to use this tool or provide alternatives, which would improve clarity.

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/EthanQC/feishu-user-plugin'

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