Skip to main content
Glama

Get a group channel

sendbird_get_group_channel
Read-only

Fetch a single group channel by URL, optionally with members and receipts. Platform API: GET /group_channels/{channel_url}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_urlYesGroup channel URL (percent-encoded automatically).
show_memberNoInclude the member list.
show_read_receiptNoInclude per-member read receipts.
show_delivery_receiptNoInclude per-member delivery receipts.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

The readOnlyHint annotation already conveys that this is a safe read operation, lowering the bar. The description adds useful context about optional members and receipts and exposes the exact REST endpoint (GET /group_channels/{channel_url}). It does not describe the response shape, but annotations cover the safety profile sufficiently.

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?

Two concise sentences with no filler. The main purpose is front-loaded, and the API endpoint reference provides a useful implementation detail without redundancy.

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 single-resource GET with fully documented parameters and a readOnly annotation, the definition is almost complete. It does not explicitly describe the return value, but 'Fetch a group channel' implies the channel resource is returned. Given no output schema, a brief return-value note would have been nice, but the gap is minor.

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?

Input schema coverage is 100% with helpful descriptions for all four parameters. The description only recaps that members and receipts are optional, which adds no semantic detail beyond what the schema already provides. Baseline 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 and resource: 'Fetch a single group channel by URL.' It clearly distinguishes from siblings like list_group_channels (single vs. list) and get_open_channel (group vs. open), leaving no ambiguity about which resource and scope is targeted.

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 gives clear context: use this tool when you need one group channel identified by URL. It implies exclusion of list operations through the word 'single,' though it does not explicitly name alternatives or state when not to use it. The context is clear enough for an agent to select it correctly.

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.