Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new lead in Salesforce CRM
salesforce__create_lead
{ "type": "object", "properties": { "LastName": { "type": "string", "description": "Lead last name" }, "Company": { "type": "string", "description": "Lead company" }, "FirstName": { "type": "string", "description": "Lead first name" }, "Email": { "type": "string", "description": "Lead email address" }, "Phone": { "type": "string", "description": "Lead phone number" }, "Status": { "type": "string", "description": "Lead status" } }, "required": [ "LastName", "Company" ], "description": "Input schema for the salesforce__create_lead tool." }