Skip to main content
Glama

host.channel.unfreeze

Owner-only: undo host.channel.freeze; the next post succeeds with the next seq.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYesThe group channel's id.
tenant_keyNoThe key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses an authorization requirement (owner-only) and a concrete post-condition for the channel ('next post succeeds with the next seq'). It does not cover error cases or idempotency, but the core mutation behavior is clearly and usefully described.

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 compact sentence with no filler. The critical owner-only constraint is front-loaded, followed by the operation and its effect, making the tool easy to scan and understand.

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 simple inverse operation with only two parameters and full schema coverage, the description supplies the essential context: purpose, authorization, and post-condition. It does not describe return values or error behavior, but those are not blocking for this tool and no output schema exists to require richer explanation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and both parameters are already well documented: channel_id is described as the group channel's id, and tenant_key explains its exact auth fallback condition. The description adds no parameter-level detail, but the schema fully compensates, so the baseline of 3 is appropriate.

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 states a specific verb ('unfreeze') and resource ('channel'), explicitly identifies itself as the inverse of host.channel.freeze, and gives the observable result ('the next post succeeds with the next seq'). This clearly differentiates it from sibling channel tools such as freeze, open, close, post, and read.

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 explicitly marks the operation as owner-only, establishing a clear authorization precondition for use. It also names the exact operation it reverses, which implies the appropriate context; it does not spell out when-not-to-use or list alternatives, but for a straightforward inverse action this is adequate.

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.

Resources