Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_get_activity_detail

Read-only

Retrieve detailed information about a specific cloud activity event using its activity ID and event time to narrow the search window.

Instructions

Get detailed information about a specific cloud activity event. Queries the activity list with a narrow time range and filters by activityId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventTimeYesApproximate event time in ISO 8601 format to narrow the search window (e.g., "2024-01-15T10:30:00Z")
activityIdYesThe activity ID to get details for
Behavior4/5

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

Description discloses that it performs a query with a narrow time range, which is behavioral context beyond the readOnlyHint annotation. It aligns with the read-only nature and adds useful implementation detail.

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?

Two concise sentences that are front-loaded with purpose. No redundant words, and the description efficiently conveys the tool's function.

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 simple retrieval tool with two parameters and no output schema, the description provides adequate context about inputs and mechanism. It lacks details on return format, but that's acceptable given common patterns.

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?

Input schema covers both parameters with descriptions. The description adds context by mentioning 'narrow time range' for eventTime and 'filter by activityId' for activityId, enhancing understanding beyond schema alone.

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?

Description clearly states it gets detailed information about a specific cloud activity event by querying with a narrow time range and filtering by activityId. It is specific about the action and resource, but does not explicitly differentiate from similar siblings like ncloud_search_event_by_id.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs alternatives. The description implies use when activityId and eventTime are known, but does not mention when not to use it or suggest other tools like search_events for broader searches.

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