What You Can Do
List Tools and Resources
Browse every tool and resource your server exposes. The Inspector displays schemas, descriptions, parameter types, and required/optional annotations for each tool.Execute Tools and Check Outputs
Click any tool to fill in parameters and execute it. See the raw JSON response, including:- Return values
- State changes
- Stage transitions triggered
- Errors and validation messages
View Widget Outputs
When a tool returns a widget, the Inspector renders it inline:so you can see exactly what the end user would see in their AI client.Test MCP Capabilities
Launching the Inspector
The Inspector is available in the Concierge Platform after deploying your server withconcierge deploy.
Stage Navigation
The Inspector shows the current stage and available transitions. You can manually triggerproceed_to_next_stage to walk through your workflow step by step and verify that:
- The right tools appear at each stage
- Transitions are enforced correctly
- State persists across stages