create_or_update_intent
Create a new intent or update an existing one in the control plane by specifying name, intent type, display name, and description.
Instructions
Create a new intent or update an existing one in the control plane.
Args: name (str): The intent name (e.g., 'kubernetes_cluster') intent_type (str): The intent type/category (e.g., 'K8s', 'Storage') display_name (str): Human-readable display name description (str): Description of the intent icon_url (str, optional): URL to SVG icon (optional). NEVER send this unless the user explicitly provides it.
Returns: str: JSON response containing success/failure information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| intent_type | Yes | ||
| display_name | Yes | ||
| description | Yes | ||
| icon_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |