Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_sens_get_brandmessage_status

Read-only

Retrieve the full delivery status of a single Brand Message by message ID. Get the status code to determine if it was delivered, blocked by time, targeting, or quota limits.

Instructions

Get one Brand Message delivery result with its full payload (GET /brandmessage/v2/services/{serviceId}/messages/{messageId}). messageStatusCode 0000 = delivered, 3022 = outside 08:00-20:50, 3050 = N targeting without 080 unsubscribe, B004 = quota exceeded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageIdYesMessage ID
serviceIdNoBiz Message service ID in NRN form (e.g. ncp:kkobizmsg:kr:1********2:myproject). Defaults to NCLOUD_SENS_BRANDMESSAGE_SERVICE_ID (or 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
Behavior4/5

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

Annotations declare readOnlyHint=true, which is consistent with the description's 'Get' action. The description adds value by explaining the meaning of several status codes (0000, 3022, 3050, B004), providing useful context beyond the read-only hint. It does not contradict annotations and adds behavioral context about response interpretation.

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 concise and front-loaded: a single sentence stating the purpose and endpoint, followed by a compact list of status codes. Every part adds value without redundancy. It is well-structured and easy to scan.

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?

The description is adequate for a simple GET operation. It specifies the endpoint, status code meanings, and implies the full payload is returned. It does not describe the response schema, but given no output schema is defined, the description provides enough to understand the outcome. Minor gaps include lack of explicit return format, but this is not critical for a read-only status fetch.

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 coverage is 100% and both parameters have descriptions. The description adds extra value for serviceId by explaining the default value, how to find it via ncloud_sens_list_projects, and the 'Forbidden' error scenario. This goes beyond the schema description, enriching the agent's understanding of the parameter's semantics.

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 a single Brand Message delivery result with its full payload, and includes the specific API endpoint. This distinguishes it from sibling tools like ncloud_sens_list_brandmessage_requests (list) and ncloud_sens_send_brandmessage (send).

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 does not explicitly state when to use this tool versus alternatives, but the purpose is clear enough that an agent can infer it for fetching a specific message status. There is no explicit 'when not to use' or mention of alternative tools, so it falls short of a 4.

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