Skip to main content
Glama

get_channel_config

Retrieve host, port, base URL, and fake tokens for a given channel to configure your app for testing.

Instructions

Return host/port/base URL/fake tokens the app must use for that channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the return payload and notes that tokens are fake, which is useful, and 'Return' implies read-only behavior. However, it does not address error behavior for unknown channels, whether config is scoped to the current app, or the response format.

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 sentence with no wasted words, and the core payload (host/port/base URL/tokens) is front-loaded. This is appropriately sized for a one-parameter read-only tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description lists the return values, which partially compensates for the absent output schema. But it leaves the channel parameter format, error semantics, and app scoping unspecified, and with 30 siblings there is no routing aid. Adequate for simple use, yet with clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the channel parameter. It only loosely ties channel to the output ('for that channel') without defining whether channel is a name, ID, or slug, or where valid values come from. The agent is left guessing the parameter's domain.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Return') with a specific resource: host/port/base URL/fake tokens for a channel. This is specific enough for an agent to distinguish it from siblings like get_latest_otp, get_message_detail, and get_oauth_session, though no sibling is named explicitly.

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?

No guidance is given for when to call this tool versus alternatives. The phrase 'the app must use' implies it is the config source of truth, but there are no prerequisites, exclusions, or hints about which sibling covers other cases. An agent must infer usage entirely from the tool name and the short description.

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

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/reiarseni/mockpost'

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