find_existing_responsibility_terms
Search existing responsibility terms by language, action, and object before adding new ones. Check if an action-object pair already has terms to avoid duplicate entries.
Instructions
Find existing Actions and Objects by language to check what terms already exist. Use this BEFORE adding new terms to responsibilities. This tool helps you find existing responsibility combinations or check if a specific action-object pair already has terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term (optional). Use to filter specific action-object combinations. | |
| action_id | Yes | Action ID - REQUIRED. Use get_actions to find action ID. | |
| object_id | Yes | Object ID - REQUIRED. Use get_objects to find object ID. | |
| language_id | Yes | Language ID - REQUIRED. Use get_languages to find language ID. | |
| term_type_id | Yes | Term type ID - REQUIRED. Use get_term_types to find term type ID. |