Skip to main content
Glama

List Samsung Health Records

samsung_health_list_records
Read-onlyIdempotent

Retrieve filtered Samsung Health records from local CSV/ZIP exports by type, date range, and more, enabling targeted review of health data.

Instructions

List bounded records from local Samsung Health CSV/ZIP export data. Use type/start/end filters to keep output small.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoOptional ISO date/time upper bound.
typeNoSamsung Health record type, e.g. samsung_health_steps.
limitNo
startNoOptional ISO date/time lower bound.
privacy_modeNo
response_formatNomarkdown
incremental_cacheNoWhen true and `type` is set, skip records already seen in a previous call (per-category cache at ~/.samsung-health-mcp/incremental-cache.json). Cache auto-invalidates when the export file mtime changes.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. Description adds context of operating on local CSV/ZIP data, which is valuable but not rich in behavioral traits like caching details or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is two brief sentences, no fluff, but could benefit from more structure (e.g., bullet points) for readability. Still efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 7 parameters and no output schema, the description is too short. Lacks details on return values, caching semantics, and what 'bounded records' means. Incomplete for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 57%, and description only mentions 'type/start/end filters' without elaborating on purpose, format, or constraints for parameters like privacy_mode, response_format, or incremental_cache. Does not compensate for uncovered schema properties.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it lists bounded records from local Samsung Health export data, with filtering options. Distinguishes from siblings like 'samsung_health_list_workouts' and 'samsung_health_daily_summary' by specifying local export data and bounded records.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Advises using type/start/end filters to keep output small, but does not explicitly compare to sibling tools or state when not to use this tool. Implies usage for filtered record listing, but lacks exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/davidmosiah/samsung-health-mcp'

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