Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_mailer_delete_category

DestructiveIdempotent

Delete an empty email template category from the legacy Cloud Outbound Mailer. Requires confirmation to remove the specified category from your mailer structure.

Instructions

[Legacy Cloud Outbound Mailer API — merged into SENS on 2026-09-17; available only to projects migrated from Cloud Outbound Mailer and only for ~12 months (SENS overview: until Dec 2027). New mail sending/lookup: ncloud_sens_send_mail / ncloud_sens_list_mail_requests.] ⚠️ Destructive: Delete a template category (DELETE /category/{categorySid}). Only an empty category (no templates, no sub-categories) can be deleted. Set confirm=true to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoRegion path segment (KR=/api/v1, SGN=/api/v1-sgn, JPN=/api/v1-jpn). Defaults to the server region (NCLOUD_REGION) when it is one of these, otherwise KR
confirmNoMust be true to actually execute the destructive operation
categorySidYesCategory SID to delete (from ncloud_mailer_get_template_structure)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true and idempotentHint=true. The description adds the important behavioral constraints: only empty categories can be deleted, and confirm=true is required to execute. It also repeats the destructive warning. This goes beyond the annotations without contradicting them.

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 relatively long but each part earns its place: legacy context, destructive warning, the operation, and the confirm flag. It is front-loaded with the migration note, which is important for routing, and remains readable.

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

Completeness5/5

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

It covers the endpoint, the precondition (empty category), the confirm flag, the legacy status, and the new API alternatives. For a delete operation without an output schema, nothing critical is missing for an agent to call it correctly.

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%, so all parameters have descriptions. The description adds the empty-category constraint on categorySid and reinforces the confirm=true requirement, which is not fully captured in the schema. This enriches parameter understanding.

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 and resource: 'Delete a template category (DELETE /category/{categorySid})'. It also adds critical context—legacy API, migration status, and the requirement that the category must be empty—making the purpose unmistakable and distinct from sibling delete operations.

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?

It clearly states when this tool applies: only to projects migrated from Cloud Outbound Mailer, and for a limited time. It also references the newer SENS alternatives for sending/lookup. However, it does not explicitly name an alternative for category deletion specifically, leaving some inference to the agent.

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