Skip to main content
Glama
rwking
by rwking

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_health_summary

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_score

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_logs

Run a read-only SQL query against the health database.

Available tables:

  • sleep_logs (date, bedtime, wake_time, total_hours, deep_sleep_hours, rem_sleep_hours, awakenings)

  • activity_logs (date, steps, active_minutes, calories_burned, workouts)

  • heart_rate_logs (date, timestamp, bpm)

Args: query: A SELECT SQL query. Only read operations are allowed.

get_tasks

Return the current task list from todo.json. Each task has an energy_required level (high/medium/low) and preferred_time slot.

propose_schedule

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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