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
This commit is contained in:
23
mcps/grepai/tools/grepai_index_status.json
Normal file
23
mcps/grepai/tools/grepai_index_status.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "grepai_index_status",
|
||||
"description": "Check the health and status of the grepai index. Returns statistics about indexed files, chunks, and configuration.",
|
||||
"inputSchema": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"format": {
|
||||
"description": "Output format: 'json' (default) or 'toon' (token-efficient)",
|
||||
"type": "string"
|
||||
},
|
||||
"verbose": {
|
||||
"description": "Include additional debug details when available (optional).",
|
||||
"type": "boolean"
|
||||
},
|
||||
"workspace": {
|
||||
"description": "Workspace name to check status for (optional)",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user