Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_yes_no | Ask a yes/no confirmation question to the user when the AI needs clarification or verification |
| confirm_action | Ask user to confirm an action before proceeding with potentially impactful operations |
| clarify_intent | Ask user to clarify their intent when the request is ambiguous or could be interpreted multiple ways |
| verify_understanding | Verify that the AI correctly understood the user's requirements before proceeding |
| collect_rating | Collect user satisfaction rating for AI's response or help quality |
| elicit_custom | Create a custom confirmation dialog with specific schema when standard tools don't fit |
| search_logs | Search confirmation history logs with various filters and pagination |
| analyze_logs | Perform statistical analysis on confirmation history logs |