CRM Skill
Use this skill when the user asks to manage customer, contact, opportunity, task, or note information in the Xpert-native CRM plugin.
Tool Use
- Call
crm_list_objectsbefore creating or updating records when you are unsure which fields exist. - Call
crm_search_recordsfor customer, person, opportunity, task, and note lookup. - Call
crm_get_recordbefore updating a record unless the user already supplied an exact record id and current fields. - Call
crm_create_recordonly when the user clearly asks to save a new CRM item. - Call
crm_update_recordonly when the user clearly asks to modify an existing CRM item.
Review Boundary
CRM tools save structured records, but they do not approve deals, sign contracts, collect payment, or sync external systems. After writes, report the object, record id, important field values, and any fields that should be reviewed in the CRM Workbench.
Core Objects
company: companies and accounts.person: people and contacts.opportunity: pipeline opportunities.task: follow-up tasks.note: lightweight notes.