Inspect Gemini CLI
inspectGeminiCliInspect your Gemini CLI environment by listing commands, extensions, skills, and configured MCP servers. Optionally retrieve a model-reported summary of active tools.
Instructions
Lists the currently available Gemini CLI commands, extensions, skills, configured MCP servers, and an optional model-reported tool summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Optional timeout in milliseconds for each inspection command | |
| includeModelReportedTools | No | Whether to ask Gemini itself for a model-reported summary of currently active tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | ||
| notes | Yes | ||
| skills | Yes | ||
| version | Yes | ||
| commands | Yes | ||
| extensions | Yes | ||
| mcpServers | Yes | ||
| modelReportedTools | No | ||
| modelReportedSummary | No |