Skip to main content
Glama

ncloud_nks_set_audit_log

Idempotent

Enable or disable audit log collection for an NKS cluster using Cloud Log Analytics.

Instructions

Configure audit log collection via Cloud Log Analytics for an NKS cluster

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auditYesWhether to enable audit log collection (true/false)
clusterUuidYesUUID of the cluster
Behavior3/5

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

Annotations already indicate the operation is idempotent and non-destructive. The description adds minimal extra context by mentioning 'via Cloud Log Analytics', implying the audit logs are shipped to an external service. However, it does not disclose potential effects like overwriting existing audit settings, whether the cluster must exist, or any delay/activation behavior.

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 a single, concise sentence that front-loads the core action and resource. Every word earns its place, with no filler or redundant information.

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 two-parameter configuration tool with clear annotations and schema, the description provides adequate context for correct invocation. It does not explain prerequisites or effects of setting audit to false, but the simple nature of the tool and the existing structured metadata keep it mostly complete.

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?

The input schema has 100% description coverage: 'audit' is described as a boolean enabling audit log collection, and 'clusterUuid' is described as the UUID. The tool description adds no additional meaning or usage details for these parameters, so it does not go beyond what the schema already provides.

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 the action (Configure), the resource (audit log collection), and the target (an NKS cluster), while specifying the integration with Cloud Log Analytics. This distinguishes it from sibling NKS set tools like ncloud_nks_set_oidc and ncloud_nks_set_ip_acl, which target different configuration areas.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. It is a single declarative sentence without any context about when to enable/disable audit logs or how this relates to other NKS cluster configuration tools.

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-gov-mcp-server'

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