Skip to main content
Glama
lmwharton

lmwharton/sieve-mcp

by lmwharton

sieve_dataroom_add

Add documents like pitch decks or financials to a deal's data room for screening. Creates new deals when needed or adds to existing ones using company name or deal ID.

Instructions

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).

Args: title: Document title (e.g. "Pitch Deck Q1 2026"). company_name: Company name -- creates deal if new, finds existing if not. deal_id: Add to an existing deal (from sieve_deals or previous sieve_dataroom_add). website_url: Company website URL (used when creating a new deal). document_type: Type: 'pitch_deck', 'financials', 'legal', or 'other'. file_path: Path to a local file (PDF, DOCX, XLSX). The tool reads and uploads it. text: Raw text or markdown content (alternative to file). url: URL to fetch document from (alternative to file).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
company_nameNo
deal_idNo
website_urlNo
document_typeNoother
file_pathNo
textNo
urlNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lmwharton/sieve-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server