1
Create the Investors object type
2
Create the fundraise pipeline
list_id from the output.3
Add investors
4
Place investors in the pipeline
Put each investor at their current stage:
5
Move an investor forward
When Sequoia sends a term sheet:
6
Check pipeline status
Get a summary of where all conversations stand:Returns counts and aggregate check sizes per stage. Useful for board updates.
7
Add notes to a record
After a meeting, update the investor record with notes:
REST API equivalents
Every CLI command maps to a single API call. Here’s the pattern:{"tool": "tool.name", "params": {...}}.