Skip to main content
Glama
ahernan2

buffer-mcp

by ahernan2

channel_get

Fetches detailed data for a single channel: posting schedule, metadata, and queue status.

Instructions

Get detailed info for a single channel including posting schedule, metadata, and queue status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYesChannel ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description partially carries the burden by disclosing what kind of information is returned. It does not mention error behavior, read-only guarantees, or output shape beyond the listed categories, but 'Get' strongly implies a non-mutating operation.

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?

A single, well-structured sentence immediately states the action and the object, then lists the key information categories. There is no redundancy or wasted wording.

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 one-parameter retrieval tool, the description sufficiently explains the purpose and the type of information returned. Minor gaps like not-found handling and exact response structure are acceptable given the low complexity and lack of an output schema.

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%, so the channel_id parameter is already fully documented in the schema. The description adds no additional parameter syntax or format details, so the 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 clearly states the tool retrieves detailed information about a single channel, naming specific content areas (posting schedule, metadata, queue status). This distinguishes it from sibling list-style tools like channels_list by emphasizing 'single channel'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when detailed information about one specific channel is needed and channel_id is known. However, it does not explicitly state when to prefer this over alternatives or provide any exclusions, so usage guidance remains implicit.

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

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/ahernan2/buffer-mcp'

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