Skip to main content
Glama

FitSlot MCP Server

by osmarsant

analyze_bioimpedance_pdf_base64

Analyze bioimpedance PDF data to extract health metrics and generate personalized recommendations from base64-encoded documents.

Instructions

Analyze a bioimpedance PDF document from base64-encoded data

Input Schema

NameRequiredDescriptionDefault
base64DataYes
patientIdNo

Input Schema (JSON Schema)

{ "properties": { "base64Data": { "_def": { "checks": [], "coerce": false, "description": "Base64-encoded PDF data", "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "patientId": { "_def": { "description": "Optional patient ID for reference", "innerType": { "_def": { "checks": [], "coerce": false, "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "typeName": "ZodOptional" }, "~standard": { "vendor": "zod", "version": 1 } } }, "required": [ "base64Data" ], "type": "object" }

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/osmarsant/fitslot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server