Skip to main content
Glama
CrashBytes

Pusher Channels MCP Server

by CrashBytes

get_channel_info

Check the status of a specific Pusher channel to see if it's occupied, and optionally retrieve user and subscription counts.

Instructions

Get detailed information about a specific Pusher channel, including whether it is occupied and optional subscription/user counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
infoNoAdditional attributes to request
channelYesThe channel name to query
Behavior3/5

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

Without annotations, the description carries the burden of behavioral disclosure. It explains the returned data (occupancy and optional counts) but does not explicitly note that the operation is read-only, any authentication requirements, or error behavior. The verb 'Get' implies safety, but more detail would improve transparency.

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, front-loaded sentence that efficiently conveys the tool's purpose and key optional behavior without any redundant or extraneous content.

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 its simplicity (2 parameters, no output schema), the description adequately covers the main functionality and return expectations. It could be more complete by mentioning error handling or a sample output, but the current level is sufficient for an agent to decide when to use it.

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% for both parameters. The description adds minimal semantic value by mentioning 'optional subscription/user counts,' which aligns with the 'info' parameter, but does not clarify the enum values or provide additional context beyond the schema.

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's function with a specific verb ('Get') and resource ('detailed information about a specific Pusher channel'). It distinguishes itself from sibling tools like list_channels by focusing on a single named channel, and mentions unique aspects like occupancy and optional counts.

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?

The description does not provide any explicit guidance on when to use this tool versus alternatives such as list_channels or get_presence_users. It implies usage when you have a specific channel, but lacks direct comparisons or exclusions.

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/CrashBytes/pusher-mcp-server'

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