Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Ploi API token (passed as a command-line argument --token or -t) | |
| PLOI_API_TOKEN | No | Ploi API token from ploi.io/profile/api-keys |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_servers | List all servers in your Ploi account |
| get_server | Get details of a specific server |
| restart_server | Restart a server |
| get_server_logs | Get server logs |
| list_sites | List all sites on a server |
| get_site | Get details of a specific site |
| deploy_site | Trigger deployment for a site and wait for it to complete. Returns status when done. |
| get_site_logs | Get deployment/site logs |
| suspend_site | Suspend a site |
| resume_site | Resume a suspended site |
| deploy_project | Deploy the current project using .ploi.json config file and wait for completion. Use this when the user says 'deploy' without specifying a site. |
| get_project_deploy_status | Check deployment status for the current project using .ploi.json config |
| find_site_by_domain | Search for a site by domain name across all servers |
| init_project | Initialize .ploi.json config for a project by searching for a domain. Use when user wants to link a project to a Ploi site. |
| list_databases | List databases on a server |
| create_database_backup | Create a backup of a database |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |