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 |
|---|---|
| analyze_user_data | Generate a prompt to analyze user data with specified analysis type |
| generate_user_report | Generate a prompt to create a user report for multiple users |
| system_health_check | Generate a prompt to check system health for specified components |
| troubleshoot_issue | Generate a troubleshooting prompt for server issues |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_server_info | Provides information about this MCP server |
| get_all_users | Provides a list of all available users |
| get_server_settings | Provides server configuration settings |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greet | Greet a person by name |
| add | Add two numbers together |
| multiply | Multiply two numbers together |
| get_user_info | Get user information by ID |