Check Server Status
seedream_statusCheck server health and configuration before generating images. Verify API key setup and available tools in a free diagnostic check.
Instructions
Check the health and status of the SeeDream MCP server.
Use this tool to verify the server is working correctly before generating images. This does NOT consume API quota - it's a free diagnostic check.
Args:
verbose (boolean): Include detailed system info (default: false)
Returns: Server health status, configuration check, and available tools.
Use when:
First connecting to verify everything is set up correctly
Troubleshooting when image generation fails
Checking if API key is configured properly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Include detailed system information |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Overall server status | |
| platform | No | Operating system (verbose only) | |
| memory_mb | No | Memory usage in MB (verbose only) | |
| node_version | Yes | Node.js version | |
| server_version | Yes | MCP server version | |
| uptime_seconds | Yes | Process uptime in seconds | |
| tools_available | Yes | List of available tools | |
| firebase_user_id | No | Firebase user ID for image sync | |
| api_key_configured | Yes | Whether ARK_API_KEY is set | |
| firebase_configured | Yes | Whether Firebase sync is configured |