Files
claudetools/mcps/grepai/tools/grepai_stats.json
Mike Swanson c5d4d3527c sync: auto-sync from GURU-5070 at 2026-06-14 20:04:14
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-14 20:04:14
2026-06-14 20:05:02 -07:00

19 lines
598 B
JSON

{
"name": "grepai_stats",
"description": "Show token savings summary achieved by using grepai instead of grep-based workflows. Returns aggregated metrics from local stats.",
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"history": {
"description": "Include per-day history breakdown (default: false)",
"type": "boolean"
},
"limit": {
"description": "Max days in history (default: 30, only used when history=true)",
"type": "number"
}
},
"required": [],
"type": "object"
}
}