airbyte_create_tag
Create a new tag to label Airbyte resources. Returns the created tag ID.
Instructions
Create a new tag in Airbyte.
When to Use: - Add a new organizational label for resources.
Returns: The created tag with its tagId.
Examples: params = { "name": "production" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |