Wellness Planner
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_health_summaryB | Get an aggregated health summary (sleep, activity, heart rate) for a date. Args: target_date: ISO date string (YYYY-MM-DD). Defaults to today. |
| calculate_readiness_scoreA | Calculate a 1-10 readiness score based on sleep quality, resting heart rate, and prior-day exertion. Use this to decide when to schedule demanding tasks. Args: target_date: ISO date string (YYYY-MM-DD). Defaults to today. |
| query_raw_logsA | Run a read-only SQL query against the health database. Available tables:
Args: query: A SELECT SQL query. Only read operations are allowed. |
| get_tasksB | Return the current task list from todo.json. Each task has an energy_required level (high/medium/low) and preferred_time slot. |
| propose_scheduleB | Propose an energy-aware daily schedule based on today's readiness score and the task list. High-energy tasks are placed when readiness supports them. Args: target_date: ISO date string (YYYY-MM-DD). Defaults to today. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/rwking/wellness_planner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server