list_sessions
Retrieve completed and active behavioral sessions from the jikan MCP server. Filter by date range, activity type, and paginate results to manage meditation, focus, and exercise tracking.
Instructions
List completed and active sessions. Free (0 credits).
Args:
from_date: Start date filter in YYYY-MM-DD format (optional).
to_date: End date filter in YYYY-MM-DD format (optional).
activity_id: Filter by activity type ID (optional, 0 = no filter).
limit: Number of results to return (default 20, max 50).
offset: Pagination offset (default 0).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_date | No | ||
| to_date | No | ||
| activity_id | No | ||
| limit | No | ||
| offset | No |