Skip to main content
Glama

run_kit

Execute multi-step workflows to analyze codebases by combining structural analysis modes within a controlled token budget.

Instructions

Run a composable kit — a named multi-mode workflow that combines tempograph modes into a single token-budgeted response.

kit: name of the kit to run, or "list" to show all available kits.
  Built-in kits:
    explore     — overview + hotspots (orient to a new codebase)
    deep_dive   — focus + blast (deep-dive into a symbol)
    change_prep — diff + focus (prepare for a code change)
    code_review — dead + hotspots + focus (code review workflow)
    health      — hotspots + dead (codebase health check)
  Custom kits can be defined in .tempo/kits.json.
query: optional symbol or topic for focus/blast steps
max_tokens: total token budget across all kit steps (default 4000)
exclude_dirs: comma-separated directory prefixes to skip
output_format: "text" (default) or "json"

Examples:
- run_kit(".", "explore")                         → overview + hotspots
- run_kit(".", "deep_dive", query="render_focused") → focus + blast on symbol
- run_kit(".", "health")                          → hotspots + dead code
- run_kit(".", "list")                            → show all available kits

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_pathYes
kitYes
queryNo
max_tokensNo
exclude_dirsNo
output_formatNotext

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

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/Elmoaid/TempoGraph'

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