Pipelines and Boards
Pipelines (internally called Lists) are Kanban boards where records move through stages. A typical use case is a Sales Pipeline where deals progress from Qualification → Proposal → Negotiation → Closed Won.Tools (11)
| Tool | Description |
|---|---|
lists.list | List all pipelines and boards |
lists.get | Get a pipeline with its stages |
lists.create | Create a pipeline. Params: name, object_type_slug, stages |
lists.update | Update pipeline metadata |
lists.delete | Delete a pipeline |
lists.add_field | Add a field to pipeline entries (entry-level data) |
lists.remove_field | Remove a pipeline entry field |
lists.entries | List all entries (records with stage and position) |
lists.add_entry | Add a record to a pipeline. Params: list_id, record_id, stage |
lists.remove_entry | Remove a record from a pipeline |
lists.update_entry | Move a record to a different stage or update its position |