Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_functions_create_action

Create or update a Cloud Functions action with specified runtime, code, and configuration. Supports basic and sequence types with optional VPC settings.

Instructions

Create or update a Cloud Functions action (Basic or Sequence type)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webNoEnable web action
vpc_noNoVPC number
platformNoPlatform type (default: vpc)vpc
raw_httpNoEnable raw HTTP handling
exec_codeNoSource code string (required for basic actions)
exec_kindYesRuntime string (e.g. 'nodejs:16', 'python:3.9', 'java:11', 'dotnet:6.0', or 'sequence')
exec_mainNoEntry function name (required for basic actions)
subnet_noNoSubnet number
actionNameYesName of the action to create or update
parametersNoDefault parameters as a JSON object
descriptionNoDescription of the action
exec_binaryNoWhether code is base64 encoded
packageNameNoPackage name (use '-' for unpackaged actions)-
limits_memoryNoMemory in MB (128, 256, 512, or 1024)
custom_optionsNoEnable custom options
limits_timeoutNoTimeout in milliseconds (500~300000)
exec_componentsNoArray of '{packageName}/{actionName}' for sequence actions
Behavior2/5

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

Annotations provide only destructiveHint: false, so the description carries the burden. It states 'Create or update' which implies mutation, but does not disclose idempotency, authorization needs, or what happens on update vs create. No behavioral traits beyond the basic action are conveyed.

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 a single sentence of 10 words, which is concise and front-loaded with the core purpose. However, it could be more informative without being verbose; slightly more detail would improve it without sacrificing conciseness.

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

Completeness2/5

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

Given 17 parameters, no output schema, and minimal annotations, the description is insufficient. It fails to explain the difference between create and update, the implications of sequence vs basic actions, or essential prerequisites. The complexity is not addressed.

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 baseline is 3. The description does not add any meaning beyond the schema; it merely mentions 'Basic or Sequence type' which is already captured in the exec_kind parameter description. No additional semantic value.

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 verb (create/update) and resource (Cloud Functions action), and specifies 'Basic or Sequence type', which distinguishes action creation from related tools like package creation. This provides a specific verb+resource combination with a distinguishing detail.

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?

No explicit when-to-use or when-not-to-use guidance is given. The description implies usage for creating or updating actions, but does not differentiate from other tools like ncloud_functions_get_action or ncloud_functions_delete_action, nor does it explain the create vs update decision.

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