get_config_info
Verifies current MCP server configuration and tests API connectivity to identify and resolve setup problems.
Instructions
Returns the current OpenAI Search MCP server configuration information and tests the connection.
This tool is useful for:
Verifying that environment variables are correctly configured
Testing API connectivity by sending a request to /models endpoint
Debugging configuration issues
Checking the current API endpoint and settings
Returns
A JSON-encoded string containing configuration details:
api_url: The configured OpenAI-compatible API endpointapi_key: The API key (masked for security, showing only first and last 4 characters)model: The currently selected model for search and fetch operationsdebug_enabled: Whether debug mode is enabledlog_level: Current logging levellog_dir: Directory where logs are storedconfig_status: Overall configuration status (✅ complete or ❌ error)connection_test: Result of testing API connectivity to /models endpointstatus: Connection statusmessage: Status message with model countresponse_time_ms: API response time in millisecondsavailable_models: List of available model IDs (only present on successful connection)
Notes
API keys are automatically masked for security
This tool does not require any parameters
Useful for troubleshooting before making actual search requests
Automatically tests API connectivity during execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||