check_tag_name
Check if a tag name already exists in the system to avoid duplicates. Returns a boolean indicating whether the name is already in use.
Instructions
Async uniqueness check for a tag name (e.g., for artwork inventory numbers). Returns { exists: boolean }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tag name to check |