Skip to main content
Glama
nicknochnack

MCP Server for ML Model Integration

by nicknochnack

PredictChurn

Predict employee churn using machine learning by analyzing attributes like tenure, satisfaction, position, and salary to identify retention risks.

Instructions

This tool predicts whether an employee will churn or not, pass through the input as a list of samples. Args: data: employee attributes which are used for inference. Example payload

[{ 'YearsAtCompany':10, 'EmployeeSatisfaction':0.99, 'Position':'Non-Manager', 'Salary:5.0 }] Returns: str: 1=churn or 0 = no churn

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nicknochnack/BuildMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server