Skip to main content
Glama

lqwd_check_channel_status

Destructive

Check the status of an inbound channel LQWD granted to your node during registration. Returns the current state (pending, active, failed), funding txid (when confirmed), and balances. Only meaningful if you registered with pubkey+node_uri; agents without a channel grant will get a 'no active grant' response. Always free. Authenticate by sending the HTTP header Authorization: Bearer <your_api_key> on MCP requests (where is the lqwd_... key returned by lqwd_register).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior1/5

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

The annotations declare destructiveHint=true, but the description characterizes this as a status check with no mention of side effects or destructive behavior. This is a direct contradiction between description and annotation. The added auth context does not compensate; the contradiction makes the tool's safety profile ambiguous.

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?

Every sentence earns its place: the core action, return contents, precondition, no-grant response, cost, and authentication method. Information is front-loaded with the main purpose and flows logically without redundancy.

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 0-parameter tool without an output schema, the description does well by enumerating return values and explaining authentication and preconditions. However, it fails to reconcile the destructiveHint annotation, leaving a major gap in the tool's behavioral profile. The contradiction means the description is not fully trustworthy or complete.

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 has zero parameters, so baseline 4 applies. The schema coverage is 100% vacuously, and the description correctly imposes no parameter expectations. While it doesn't explain the auth header in parameter terms, that is appropriately addressed as a behavioral note rather than a schema parameter.

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 and resource ('Check the status of an inbound channel LQWD') and immediately distinguishes itself from siblings by focusing on channel grant status rather than balance or registration. It also lists the specific return fields (state, funding txid, balances), making the tool's purpose unmistakable.

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?

It clearly states when the tool is meaningful ('only if you registered with pubkey+node_uri') and what happens without a grant ('no active grant' response), plus notes it is always free. It does not explicitly name alternatives, but the context is enough to infer when to use it over siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool has a distinct purpose: lqwd_register creates an account, lqwd_check_balance retrieves account profile info, and lqwd_check_channel_status reports channel state. No overlap or ambiguity exists between them.

Naming Consistency5/5

All tool names follow the same pattern: lowercase snake_case with an lqwd_ prefix and a verb_noun structure. This is perfectly consistent and predictable.

Tool Count5/5

With only 3 tools, the set is well-scoped and each tool serves a clear, necessary function for the server's purpose of registration and status checking. It fits within the typical 3-15 tool range and feels neither bloated nor sparse.

Completeness4/5

The tooling covers the full core workflow: register, check account, check channel status. Minor gaps exist such as no way to update node_uri or revoke an API key, but these are not critical for the stated scope and are easily worked around.

Resources