Tool Reference
Complete reference for every tool exposed by the xplainable MCP server. Tools are grouped by category.
Try a tool call
Select a tool, review the sample arguments, and invoke it to see a simulated response.
{}Invoke a tool to see the result.Discovery & Session
list_user_teams
List all teams the authenticated user belongs to.
No parameters.
set_active_team
Set the active team for this session.
select_team
Interactively select the active team for this session.
No parameters.
list_tools
List all available MCP tools and their descriptions.
No parameters.
get_workflows
Get available tool workflows grouped by service with execution order.
No parameters.
Models
models_get_model
Get detailed information about a model.
models_get_feature_info
Get feature information including types, health metrics, and distributions.
models_get_model_evaluation
Get detailed evaluation metrics for a model partition.
models_get_model_profile
Get the model profile showing feature contributions and decision boundaries.
models_link_preprocessor
Link a model version to a preprocessor version.
models_list_model_version_partitions
List all partitions for a model version.
models_list_model_versions
List all versions of a model.
models_list_team_models
List all models for the current team (based on API key).
No parameters.
models_refit_model
Rapidly refit an existing model with new parameters without retraining.
NoneNoneNoneNone'classifier'NoneNoneNone0.2NoneNoneNoneNoneNoneNoneNonemodels_train_model
Train an xplainable model on a dataset and upload it to the platform.
''NoneNoneNoneNone'classifier'NoneNone0.280.00010.00011.01.00.01.0Auto-Train
autotrain_summarize_by_dataset_id
Summarize a dataset that's already on the xplainable platform.
NoneDatasets
datasets_list_datasets
List all available public datasets.
No parameters.
datasets_get_dataset_info
Get information about a specific dataset.
datasets_list_team_datasets
List all datasets for a team.
Nonedatasets_load_dataset
Load a public dataset by name. Downloads the CSV directly from the xplainable public blob storage.
datasets_preview_dataset_json
Preview a dataset as JSON records.
10datasets_upload_dataset
Upload a dataset file.
NoneNonePreprocessing
preprocessing_get_preprocessor
Get detailed information about a preprocessor.
preprocessing_check_signature
Check if a preprocessor version's output schema matches expected columns.
preprocessing_create_preprocessor_from_spec
Create a new preprocessor from a PipelineSpec dict.
Nonepreprocessing_delete_preprocessor
Delete a preprocessor and all its versions.
preprocessing_delete_version
Delete a preprocessor version.
preprocessing_fit_version_from_data
Fit a preprocessor version with sample data.
preprocessing_get_version
Get metadata for a preprocessor version.
preprocessing_list_available_transformers
List all available preprocessing transformers with their parameters.
No parameters.
preprocessing_list_preprocessors
List all preprocessors for a team.
Nonepreprocessing_preview_from_data
Preview pipeline transformation on sample data.
preprocessing_update_version_from_spec
Update an existing preprocessor version with a new spec.
NoneDeployments
deployments_activate_deployment
Activate a deployment.
deployments_deactivate_deployment
Deactivate a deployment.
deployments_delete_deployment
Delete a deployment.
deployments_deploy
Deploy a model version.
deployments_generate_deploy_key
Generate a deploy key for a deployment.
''90deployments_get_active_team_deploy_keys_count
Get count of active deploy keys for a team.
Nonedeployments_get_deployment_payload
Get sample payload data for a deployment.
deployments_list_deploy_keys
List all deploy keys for a deployment.
deployments_list_deployments
List all deployments for a team.
Nonedeployments_revoke_deploy_key
Revoke a deploy key for a deployment.
Inference
inference_predict
Predicts the target column of a dataset.
0.5','inference_stream_predictions
Stream predictions for large datasets by processing in batches.
0.5','1000Monitors
monitors_create_monitor
Create a new monitor for a model.
''0.5'csv''manual'monitors_get_monitor
Get a monitor by ID.
monitors_get_team_monitors
Get all monitors for a team.
Nonemonitors_get_alert_rules
Get alert rules for a monitor.
monitors_delete_monitor_item
Delete a monitor item.
monitors_get_monitor_item
Get a specific monitor item.
monitors_update_monitor_description
Update the description of a monitor.
monitors_update_monitor_name
Update the name of a monitor.
Reports
reports_available_widgets
Return the available widget tags and their descriptions.
No parameters.
reports_create_report
Start async report generation via the wizard.
''FalseNone'dynamic'40NoneNonereports_create_report_sync
Create a report synchronously (polls until complete or timeout).
''FalseNone'dynamic'40NoneNone1202.0Runs
runs_create_run
Create a new training run.
NoneNoneNoneNoneruns_get_run
Get run details by ID.
AI Reports
gpt_explain_model
Get a natural language explanation of the model.
'en''medium'gpt_generate_documentation
Generate comprehensive documentation for a model.
TrueTrue'markdown'gpt_generate_report
Generate a GPT-powered report for a model.
'text''text'150.7Utilities
misc_health_check
Perform a comprehensive health check.
TrueTrueTruemisc_get_version_info
Get comprehensive version information.
No parameters.
misc_load_classifier
Load a binary classification model.
Nonemisc_load_regressor
Load a regression model.
Nonemisc_ping_gateway
Ping the API gateway to check connectivity.
Nonemisc_ping_server
Ping the compute server to check connectivity.
None