Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_sens_list_alimtalk_channels

Read-only

List KakaoTalk channels for a Biz Message service, retrieving channel IDs, status, and failover configuration via the ALIMTALK API.

Instructions

List KakaoTalk channels registered to the Biz Message service (GET /alimtalk/v2/services/{serviceId}/channels): channelId (@…), channelStatus, useSmsFailover, failoverServiceId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceIdNoALIMTALK service ID in NRN form (e.g. ncp:kkobizmsg:kr:1********2:myproject). Defaults to NCLOUD_SENS_ALIMTALK_SERVICE_ID / NCLOUD_SENS_SERVICE_ID. Find it with ncloud_sens_list_projects (kkoBizMsgService.serviceId). A 'Forbidden' reply means the project does not have this channel enabled.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.0

TDQS

A4.2/5.0
Behavior3/5

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

Annotations declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds the endpoint and the returned fields, which is useful context. However, it does not describe pagination, response format, or any rate-limit considerations. With annotations covering the safety profile, a 3 is appropriate.

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 that front-loads the action and resource, includes the endpoint, and lists the key returned fields. The parameter description is also concise and informative. No wasted words.

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 list tool with one optional parameter, the description covers the essential information: what it lists, the endpoint, the returned fields, and how to obtain the serviceId. The only minor gap is the lack of explicit pagination or response structure details, but given the tool's simplicity and the readOnlyHint annotation, this is adequate.

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

Parameters4/5

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

Schema description coverage is 100%, so the schema already documents the serviceId parameter. The description adds value by explaining the NRN format, the default environment variable fallback, how to find the serviceId via ncloud_sens_list_projects, and the 'Forbidden' error meaning. This goes beyond the schema's basic description.

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 ('List'), a specific resource ('KakaoTalk channels registered to the Biz Message service'), and includes the API endpoint. It also enumerates the returned fields (channelId, channelStatus, useSmsFailover, failoverServiceId), which clearly distinguishes it from sibling SENS tools like ncloud_sens_list_alimtalk_templates or ncloud_sens_list_alimtalk_requests.

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 implies usage context: it lists channels for a given ALIMTALK serviceId, and the parameter description explains how to find the serviceId via ncloud_sens_list_projects. It also provides a troubleshooting hint ('Forbidden' reply means the project does not have this channel enabled). However, it does not explicitly state when to use this tool versus alternatives like ncloud_sens_list_alimtalk_templates or ncloud_sens_list_alimtalk_requests.

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

Deploy Server

Other Tools