Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_sens_list_projects

Read-only

Lists Naver Cloud SENS projects and returns per-channel service IDs (SMS, Alimtalk, Mail) needed by messaging tools. Use it to discover available project IDs before sending messages.

Instructions

List SENS projects (GET /common/v2/projects). Each project carries the per-channel service IDs in NRN form — smsService.serviceId, kkoBizMsgService.serviceId and mailService.serviceId (ncp:mail:kr:…) — which the SMS/Alimtalk/Mail tools take as serviceId; useMail marks projects with the Mail channel. Projects migrated from Cloud Outbound Mailer are named 'mail-'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNoItems per page (1-100, default 100)
pageIndexNoPage index (0-based, default 0)
projectNameNoFilter by project name (full or partial match)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations provide readOnlyHint:true, so the read-only nature is known. The description adds valuable context beyond annotations: the structure of service IDs (NRN form), the useMail flag, and the 'mail-<UUID>' naming for migrated projects. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the main action, then adds relevant contextual details about the output fields and naming conventions. Every sentence contributes useful information 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 list tool with no output schema, the description provides a solid picture of what to expect: per-channel service IDs, the useMail marker, and naming for migrated projects. It also ties to downstream tools. Minor gap: it does not describe pagination behavior, but that is covered by the parameter 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% for all three parameters (pageSize, pageIndex, projectName), including ranges and defaults. The description does not add any parameter-specific details beyond what the schema already provides, so it stays at the baseline for full coverage.

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 'List SENS projects' with the API endpoint, and explains the purpose of the output (service IDs used by other tools). It distinguishes itself from sibling tools like ncloud_sens_list_alimtalk_channels by focusing on projects, not channels, and by linking to downstream tools.

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 when to use it: when you need project-level service IDs for SMS/Alimtalk/Mail tools. It mentions the useMail flag and naming convention for migrated projects, which helps agents decide if this is the right tool. However, it does not explicitly state when not to use it or name alternative tools.

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