analyze_bioimpedance_pdf
Extract health metrics and personalized recommendations from bioimpedance PDF documents to support fitness and wellness analysis.
Instructions
Analyze a bioimpedance PDF document and extract health metrics with recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"_def": {
"checks": [],
"coerce": false,
"description": "Absolute path to the PDF file to analyze",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"filePath"
],
"type": "object"
}