Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_sens_list_mail_requests

Read-only

List Naver Cloud SENS mail send requests within a time period. Use start and end dates to filter by status, sender, recipient, or request ID for audit or monitoring.

Instructions

List SENS mail send requests in a period (GET /mail/v2/services/{serviceId}/requests). fromDateTime and toDateTime are required (ISO 8601 with offset).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort as '{field},{direction}' (default 'createDateTime,desc')
titleNoSubject (partial match)
mailIdNoMail ID
pageNoNoPage number (0-based, default 0)
statusNoRequest status
pageSizeNoItems per page (1-1000, default 10)
requestIdNoExact request ID
serviceIdNoMail service ID in NRN form (e.g. ncp:mail:kr:1********2:main). Defaults to NCLOUD_SENS_MAIL_SERVICE_ID / NCLOUD_SENS_SERVICE_ID. Find it with ncloud_sens_list_projects (mailService.serviceId). A 'Forbidden' reply means that project's Mail channel is not enabled (useMail=false) — pick a project with useMail=true.
templateNoNoTemplate number
toDateTimeYesPeriod end, ISO 8601 with offset
dispatchTypeNoHow the request was made
fromDateTimeYesPeriod start, ISO 8601 with offset (e.g. 2026-09-01T00:00:00+09:00)
senderAddressNoSender address
recipientAddressNoRecipient address

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.0

TDQS

A3.5/5.0
Behavior3/5

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

The readOnlyHint annotation already signals this is a read-only operation, so the description doesn't need to repeat that. It adds the requirement of a time period and the ISO 8601 format, which is useful context. However, it doesn't disclose any other behavior like pagination limits or response shape beyond what the schema already covers.

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 two short sentences, front-loaded with the main purpose, then a key constraint. It is concise and well-structured without any redundant information. It could be slightly longer to include alternative tool guidance, but it's not overly verbose.

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 read-only list tool with 14 parameters fully documented in the schema, the description is adequate. It covers the core action and required parameters. The schema provides detailed descriptions for serviceId and other filters, so the description doesn't need to repeat them. No output schema exists, but that's not a gap given the tool's nature.

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%, so all parameters are documented in the schema. The description repeats the fact that fromDateTime and toDateTime are required and in ISO 8601, which is already in the schema. It adds no additional meaning beyond the schema, so the baseline of 3 is appropriate.

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 states a clear verb ('List') and resource ('SENS mail send requests') and includes the endpoint. It distinguishes itself as being specifically about mail, but doesn't explicitly differentiate from sibling list tools like ncloud_sens_list_sms_requests or ncloud_sens_list_alimtalk_requests, though the name makes that implicit.

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?

It mentions that fromDateTime and toDateTime are required, which is a usage constraint, but it doesn't provide any guidance on when to use this tool versus alternatives (e.g., other SENS list request tools). No when-not-to-use information is given.

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