Send Genome Data Chunk
upload_genome_chunkSend a chunk of genome data to continue a chunked upload session, enabling stepwise file transfer for pharmacogenomic analysis.
Instructions
FOR PROGRAMMATIC MCP CLIENTS ONLY (not for LLM agents). LLM agents: use get_upload_command + load_profile instead. Sends a chunk of genome data for a chunked upload session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upload_id | Yes | Upload session ID from upload_genome_start | |
| chunk_index | Yes | 0-based sequential chunk index | |
| data | Yes | Chunk of raw genome file content (plain text lines, NOT base64) | |
| is_last | No | Set to true on the final chunk to trigger parsing |