MCP Refana Server
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 |
|---|---|
| healthcheck | Return server readiness. |
| count_signal_background | Extract signal and background event counts in defined kinematic regions. |
| analyze_cuts | Initialize and configure analysis cuts for event selection. |
| compute_sensitivity | Compute physics sensitivity metrics (significance, limits, intervals). |
| initialize_ml_selector | Initialize the machine learning selector for BDT-based event selection. |
| get_cut_efficiency | Calculate efficiency metrics for applied cuts. |
| summarize_analysisA | Generate a summary of analysis results for a dataset. |
| list_available_datasetsA | List available SAM dataset definitions for Mu2e analysis. |
| get_dataset_infoA | Get information about a specific SAM dataset definition. |
| create_dataset_filelistA | Create a filelist for analysis from a SAM dataset definition. |
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 4 tools
Each tool has a distinct purpose: listing datasets, retrieving dataset info, creating filelists, and summarizing analysis results. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to navigate.
Four tools is appropriate for a specialized analysis server, covering key steps without being excessive or insufficient.
The set covers dataset discovery, preparation, and result summarization, but lacks a tool to trigger or configure an actual analysis run, which is a minor gap.