Oracle Sales Cloud
Available Tools
List accounts from Oracle Sales Cloud. Returns paginated list with organization name, type, owner, and primary contac…
Get a single account by PartyNumber. Returns full account details including organization name, contacts, and addresse…
Create a new account in Oracle Sales Cloud. Requires organization_name. Optionally specify type, owner, and industry.
Update an account by PartyNumber. Use list_accounts to find valid PartyNumbers.
Delete an account permanently. This action cannot be undone. Use list_accounts to verify the account before deleting.
List contacts associated with an account. Returns paginated list of contact records for the specified account. Use li…
List activities from Oracle Sales Cloud. Returns paginated list of tasks, appointments, and call reports. Use limit/o…
Get a single activity by ActivityNumber. Returns full activity details including subject, type, and status. Use list_…
Create a new activity in Oracle Sales Cloud. Requires subject. Optionally specify type (APPOINTMENT, TASK, CALL_REPOR…
Update an activity by ActivityNumber. Use list_activities to find valid ActivityNumbers.
Delete an activity permanently. This action cannot be undone. Use list_activities to verify the activity before delet…
List business plans from Oracle Sales Cloud. Returns paginated list with name, dates, and status. Use limit/offset fo…
Get a single business plan by ID. Returns full business plan details including name, dates, and goals. Use list_busin…
Create a new business plan in Oracle Sales Cloud. Requires name, customer_id (account PartyId), period_start_name, an…
Update a business plan by ID. Use list_business_plans to find valid IDs.
Delete a business plan permanently. This action cannot be undone. Use list_business_plans to verify the plan before d…
List campaigns from Oracle Sales Cloud. Returns paginated list with name, status, and dates. Use limit/offset for pag…
Get a single campaign by CampaignNumber. Returns full campaign details including name, status, and dates. Use list_ca…
Create a new campaign in Oracle Sales Cloud. Requires name. Optionally specify status, start date, and end date.
Update a campaign by CampaignNumber. Use list_campaigns to find valid CampaignNumbers.
Delete a campaign permanently. This action cannot be undone. Use list_campaigns to verify the campaign before deleting.
List contacts from Oracle Sales Cloud. Returns paginated list with name, email, and organization. Use limit/offset fo…
Get a single contact by PartyNumber. Returns full contact details including name, email, phone, and addresses. Use li…
Create a new contact in Oracle Sales Cloud. Requires last_name. Optionally specify first_name, email_address, and owner.
Update a contact by PartyNumber. Use list_contacts to find valid PartyNumbers.
Delete a contact permanently. This action cannot be undone. Use list_contacts to verify the contact before deleting.
List sales leads from Oracle Sales Cloud. Returns paginated list with name, status, and customer. Use limit/offset fo…
Get a single lead by ID. Returns full lead details including name, status, and associated contacts. Use list_leads to…
Create a new sales lead in Oracle Sales Cloud. Requires name. Optionally specify customer and owner.
Update a lead by ID. Use list_leads to find valid lead IDs.
Delete a lead permanently. This action cannot be undone. Use list_leads to verify the lead before deleting.
Convert a qualified lead into an opportunity. The lead must be in a convertible state. Use list_leads to find valid l…
Accept a lead that has been assigned to you. Use list_leads to find valid lead IDs.
List opportunities from Oracle Sales Cloud. Returns paginated list with name, status, win probability, and revenue. U…
Get a single opportunity by OptyNumber. Returns full opportunity details including revenue, contacts, and status. Use…
Create a new opportunity in Oracle Sales Cloud. Requires name. Optionally specify target account, win probability, st…
Update an opportunity by OptyNumber. Use list_opportunities to find valid OptyNumbers.
Delete an opportunity permanently. This action cannot be undone. Use list_opportunities to verify the opportunity bef…
List revenue line items for an opportunity. Returns paginated list of revenue records. Use list_opportunities to find…
List territory forecasts from Oracle Sales Cloud. Returns paginated list of forecast data by territory. Use limit/off…
Get a single territory forecast by ForecastParticipantId. Returns forecast details including amounts and territory in…
Validate Oracle Sales Cloud credentials by making a lightweight API call. Used during credential setup to verify auth…