Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_list_maintenances

Read-only

Retrieve planned maintenance schedules from Cloud Insight with optional filtering by time range or resource ID.

Instructions

Get the list of planned maintenance schedules in Cloud Insight (paged). The API requires a filter: either a time range (from/to/timeType) OR a resource (resourceId+productKey). If none is given, a default ±180-day window by startTime is applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoFilter end (epoch ms)
fromNoFilter start (epoch ms), used with 'to' and 'timeType'
pageNumNoPage number (>= 1)
pageSizeNoPage size (>= 1)
timeTypeNoWhich time the from/to filter applies to (default startTime)
productKeyNoFilter by product key (use together with resourceId)
resourceIdNoFilter by resource ID (use together with productKey instead of a time range)
Behavior4/5

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

The description correctly indicates a read-only listing operation, consistent with the readOnlyHint annotation. It mentions paging but could add details about sorting or response structure, though the schema parameters provide defaults.

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 compact (two sentences) with the primary purpose first, no unnecessary words, and covers essential usage logic efficiently.

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 tool with 7 parameters and no output schema, the description adequately covers filter logic and defaults. However, it could briefly mention the typical response structure (e.g., paginated array of maintenance objects) to fully complete the context.

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

Parameters5/5

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

The description adds significant value beyond the schema by explaining the mutually exclusive filter options and the default time window, making parameter relationships clear and reducing ambiguity.

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 explicitly states the tool lists planned maintenance schedules in Cloud Insight and is paged, clearly distinguishing it from sibling tools like ncloud_get_maintenance_detail, ncloud_create_maintenance, etc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use which filter (time range vs resource) and states the default behavior (a ±180-day window) when no filter is given, helping the agent select and invoke correctly.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sjk4425/ncloud-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server