Check mediamcp Configuration
check_configDiagnose the server setup by checking endpoint, API key, default models, and output directory. Run this first when other tools fail.
Instructions
Diagnose the mediamcp server setup: endpoint, API key presence and validity, default models, and output directory writability. Run this first when any other mediamcp tool fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ping | No | Also verify the API key against the endpoint with a live request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| api_key | Yes | Masked key or 'not set' | |
| preview | Yes | ||
| version | Yes | ||
| base_url | Yes | ||
| problems | Yes | ||
| key_check | No | ||
| output_dir | Yes | ||
| image_model | Yes | ||
| video_model | Yes | ||
| api_key_source | No | ||
| output_dir_writable | Yes |