find_existing_skill_terms
Check existing skill terms for a responsibility-tool pair before adding new ones. Use language, term type, and responsibility IDs to verify whether terms already exist and avoid duplicate entries.
Instructions
Find existing Skills by responsibility and tool to check what terms already exist. Use this BEFORE adding new terms to skills. This tool helps you find existing skill combinations or check if a specific responsibility-tool pair already has terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term (optional). Use to filter specific responsibility-tool combinations. | |
| tool_id | Yes | Tool ID - REQUIRED. Use list tools to find tool 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. | |
| responsibility_id | Yes | Responsibility ID - REQUIRED. Use list responsibilities to find responsibility ID. |