MCP Server for ML Model Integration
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| PredictChurnC | 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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools, as there are no other tools to compare it to. The tool's purpose is clearly defined and distinct by default.
With only one tool, naming consistency is inherently perfect, as there are no other tool names to be inconsistent with. The tool name 'PredictChurn' follows a clear verb_noun pattern.
A single tool is too few for a server described as 'ML Model Integration', which suggests a broader scope covering multiple models or operations. This feels thin and incomplete for the apparent domain.
The server is severely incomplete for ML model integration, as it only offers a churn prediction tool. There are significant gaps, such as no tools for training models, listing available models, updating models, or handling other common ML tasks.