Skip to main content
Glama
lmwharton

lmwharton/sieve-mcp

by lmwharton

sieve_dataroom

List and monitor all documents and their processing status in a deal's data room to track uploaded files and content.

Instructions

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.

Args: deal_id: The deal ID (from sieve_deals or sieve_dataroom_add).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deal_idYes

Implementation Reference

  • The tool handler for "sieve_dataroom" which calls the client's dataroom method.
    async def sieve_dataroom(deal_id: str) -> dict:
        """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.
    
        Args:
            deal_id: The deal ID (from sieve_deals or sieve_dataroom_add).
        """
        return await client.dataroom(deal_id)

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