book-physical-therapyBook physical-therapy services through Lokuli MCP. Use when user needs to find and book physical-therapy. Triggers on requests like "book a physical-therapy", "find physical-therapy near me", or any physical-therapy service request.
Install via ClawdBot CLI:
clawdbot install edwardrodriguez703-design/book-physical-therapyBook physical-therapy services through Lokuli's MCP server.
https://lokuli.com/mcp/sse
Transport: SSE | JSON-RPC 2.0 | POST requests
{
"method": "tools/call",
"params": {
"name": "search",
"arguments": {
"query": "physical-therapy",
"zipCode": "90640",
"maxResults": 20
}
}
}
{
"method": "tools/call",
"params": {
"name": "check_availability",
"arguments": {
"providerId": "xxx",
"serviceId": "yyy",
"date": "2025-02-10"
}
}
}
{
"method": "tools/call",
"params": {
"name": "create_booking",
"arguments": {
"providerId": "xxx",
"serviceId": "yyy",
"timeSlot": "2025-02-10T14:00:00-08:00",
"customerName": "John Doe",
"customerEmail": "john@example.com",
"customerPhone": "+13105551234"
}
}
}
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Plan, focus, and complete work with energy management, time blocking, and context-specific productivity systems.
Build habits with streaks, reminders, and progress visualization
Comprehensive AI-assisted therapeutic support framework with CBT, ACT, DBT, MI, session notes CLI, and crisis protocols.
iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Apple Health data (steps, heart rate, sleep, workouts), pairing iOS devices over local network, or understanding the iOS Health Sync project architecture including mTLS certificate pinning, Keychain storage, and audit logging.
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface.
Load and analyze Strava activities, stats, and workouts using the Strava API