get_intent
Query an intent by name to check its existence in the control plane and retrieve its details.
Instructions
Query whether an intent exists in the control plane by name. Returns intent details if found, or indicates if intent doesn't exist.
Args: intent_name (str): The name of the intent to query
Returns: str: JSON response containing intent details or not found status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |