Wegene Assistant MCP Server

wegene-get-report

Get a specific genetic test report from a profile

Input Schema

NameRequiredDescriptionDefault
profile_idYesThe ID of the profile
report_endpointYesThe endpoint of the report
report_idYesThe ID of the report

Input Schema (JSON Schema)

{ "properties": { "profile_id": { "description": "The ID of the profile", "type": "string" }, "report_endpoint": { "description": "The endpoint of the report", "type": "string" }, "report_id": { "description": "The ID of the report", "type": "string" } }, "required": [ "report_endpoint", "report_id", "profile_id" ], "type": "object" }