KiroStats
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": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_sessionA | Start tracking a new chat session. Call this ONCE at the beginning of every chat session. Captures a snapshot of current plan credits and wall-clock time so that subsequent calls to get_session_stats can calculate deltas. Returns the session_id and starting credit balance. |
| log_interactionA | Log an agent interaction (turn) within the session. Call this after each agent turn to record thinking time. If thinking_seconds is not provided, records a zero-duration ping (useful for just updating the 'last activity' timestamp). |
| get_session_statsA | Get current metrics for a chat session. Returns:
|
| get_plan_usageA | Get overall Kiro plan usage for the current billing cycle. Returns plan limit, total credits used, remaining, overage details, and reset date. This is the full-cycle view (not session-specific). |
| get_session_summaryB | Get a formatted summary suitable for pasting into Jira comments, PR descriptions, or other documentation. |
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/BrennanWebb/KiroStats'
If you have feedback or need assistance with the MCP directory API, please join our Discord server