Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_session_usage | Get usage metrics for the current Claude Code session (tokens, cost, activity) |
| get_today_usage | Get total usage metrics for today (tokens, cost, sessions, activity) |
| get_week_usage | Get total usage metrics for the current week (Monday-Sunday) |
| get_usage_summary | Get comprehensive usage summary for session, today, and this week in one call |
| check_usage_limits | Check current usage against specified limits and get warnings |
| get_usage_warnings | Get usage warnings with default thresholds (80% and 90% of typical limits) |
| estimate_remaining_capacity | Estimate remaining usage capacity for specified daily/weekly limits |
| get_usage_trends | Get usage trends over time to identify patterns |
| get_session_analytics | Get analytics about session patterns (averages, totals, productivity metrics) |
| get_tool_usage_breakdown | Get breakdown of tool usage and edit decisions |
| compare_usage_periods | Compare usage between different time periods |
| get_telemetry_health | Check if telemetry system is running and accessible |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |