cldkctl_create_service
Create a new service using the MCP cldkctl Server by providing required service data through the cldkctl_create_service endpoint.
Instructions
Call the cldkctl_create_service endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
service_data | Yes | Service data |
Input Schema (JSON Schema)
{
"properties": {
"service_data": {
"description": "Service data",
"type": "object"
}
},
"required": [
"service_data"
],
"type": "object"
}