Run a Sieve IMPACT-X Quick Screen on a startup.
Analyzes the company across 7 dimensions (Innovators, Market, Product,
Advantage, Commerce, Traction, X-Factor) and returns an analysis ID.
Takes 2-5 minutes to complete. Upserts -- if the company was previously
screened, returns the existing deal (set confirm=true to re-screen).
Two ways to use:
- v3 (recommended): First add documents with sieve_dataroom_add, then
call sieve_screen(deal_id=...) to analyze everything in the data room.
- v2 (legacy): Call sieve_screen(company_name=..., website_url=...) directly.
At least one of website_url or pitch_deck_text is required in this mode.
Check the progress of a Sieve analysis.
Returns which IMPACT-X dimensions are complete with their scores,
overall progress percentage, and current phase.
Get the full results of a completed Sieve analysis.
Returns the Sieve Score (0-140), meeting decision (Take Meeting/Pass/
Need More Info), executive summary, key strengths, and key concerns.
Check your Sieve API usage for the current billing period.
Shows screens used, monthly limit, tier, and organization name.
List deals in your Sieve pipeline.
Search by company name or list all deals. Returns deal metadata
including Sieve scores for screened deals.
Get or generate an investment memo for a deal.
If generate=false (default), retrieves the existing memo.
If generate=true, creates a new memo (~15-30 seconds).
Requires a completed screen.
Add a document to a deal's data room. Creates the deal if needed.
This is the primary way to get documents into Sieve for screening.
Upload a pitch deck, financials, or any document -- then call sieve_screen
to analyze everything in the data room.
Provide company_name to create a new deal (or find existing),
or deal_id to add to an existing deal.
Provide exactly one content source: file_path (local file),
text (raw text/markdown), or url (fetch from URL).
List all documents in a deal's data room.
Shows what files and content have been uploaded for a deal,
along with their processing status.