sieve_screen
Analyze startups across 7 key dimensions (Innovators, Market, Product, Advantage, Commerce, Traction, X-Factor) to generate investment screening reports. Use company data or existing deal IDs for comprehensive evaluation.
Instructions
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.
Args: company_name: Name of the startup to screen (v2 flow, or to create new deal). deal_id: Screen an existing deal by ID (v3 flow -- use after sieve_dataroom_add). website_url: Company website URL (v2 flow). pitch_deck_text: Extracted pitch deck text (v2 flow). description: Brief company description (optional). confirm: Set to true to re-screen an existing deal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | No | ||
| deal_id | No | ||
| website_url | No | ||
| pitch_deck_text | No | ||
| description | No | ||
| confirm | No |