mcp-result-delivery

Retrieve and export analysis results from Redis and MinIO storage.

2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/u9401066/automl-stat-mcp --skill mcp-result-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-result-delivery
Source: https://github.com/u9401066/automl-stat-mcp/tree/main/.claude/skills/mcp-result-delivery
Command: npx skills add https://github.com/u9401066/automl-stat-mcp --skill mcp-result-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of securely delivering analysis results by coordinating storage, retrieval, and sharing of outputs across Redis (temporary cache) and MinIO (permanent storage).

Core Features & Use Cases

  • Result retrieval and querying of completed analyses
  • Exporting reports and providing downloadable artifacts
  • Sharing data files with users or collaborators

Quick Start

Initiate the delivery workflow by querying the MCP server for a user's latest analysis results.

Frequently Asked Questions about mcp-result-delivery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve analysis results from Redis and MinIO?

To retrieve analysis results, you query the MCP server using a user's result identifiers to locate and access stored outputs across Redis for temporary cache and MinIO for permanent storage.

What is the best way to share clinical research data files with collaborators?

Sharing clinical research data files is handled by the delivery workflow, which provides downloadable artifacts and standardized metadata to securely transfer exported reports to users.

How do I export downloadable reports from stored analysis outputs?

Exporting downloadable reports requires querying the server for completed analyses to generate clear downloadable paths and standardized metadata for the retrieved result files.

Does this result delivery method enforce access requirements for clinical research workflows?

Yes, result delivery enforces strict storage, access, and delivery requirements across multiple tools and datasets within clinical research workflows to ensure secure file transfer.

When should I use Redis versus MinIO for storing analysis results?

Redis should be used for temporary caching of analysis results, while MinIO is utilized for permanent storage, with the delivery workflow coordinating retrieval and sharing across both.