Get Pipelines
get_pipelinesRetrieve all pipeline definitions with IDs, names, and statuses for your LACRM account. Use this to discover available pipelines and their stages before creating or editing pipeline items.
Instructions
Retrieve all pipeline definitions for this LACRM account. Use this tool to discover available pipelines and their statuses before creating or editing pipeline items. Returns pipeline IDs, names, icons, and status definitions with sort order.
Each pipeline has multiple statuses that represent stages (e.g., "Lead", "Qualified", "Closed"). Use the PipelineId and StatusId values when creating or editing pipeline items.
WORKFLOW for pipeline items:
Call get_pipelines to find the PipelineId
Call get_pipeline_custom_fields with that pipeline_id to see required fields
Create/edit pipeline items with the correct PipelineId, StatusId, and custom_fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||