Skip to main content
Glama
BrennanWebb

KiroStats

by BrennanWebb

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • session_credits: Credits consumed during this session (delta from start)

  • total_thinking_time: Cumulative agent processing time

  • wall_clock_time: Total time since session started

  • interaction_count: Number of agent turns logged

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

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/BrennanWebb/KiroStats'

If you have feedback or need assistance with the MCP directory API, please join our Discord server