research-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RESEARCH_DB | No | Path to the paper database | data/library.db |
| RESEARCH_EXPERIMENTS | No | Root of the experiment folders | data/experiments |
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 |
|---|---|
| search_papersA | Durchsucht die lokale Paper-Bibliothek inhaltlich nach einem Thema. |
| list_projectsA | Zeigt alle Projekte und Bereiche der Paper-Bibliothek mit Anzahl der Paper. Ein Projekt ist die oberste Gliederung (z.B. "masterarbeit"), ein Bereich eine Untergliederung darin (z.B. "baselines", "related-work"). Benutze dieses Tool, bevor du eine Suche einschraenkst, um die gueltigen Namen zu erfahren. |
| list_libraryA | Listet alle indexierten Paper der Bibliothek mit Titel, Jahr und Umfang auf. Benutze dieses Tool, um einen Ueberblick zu bekommen, welche Paper ueberhaupt verfuegbar sind, bevor du inhaltlich suchst. |
| read_paperA | Liest den Volltext eines Papers, um Details nachzuschlagen. |
| analyze_projectA | Fasst ALLE Laeufe eines Projekts in einem Aufruf zusammen - fuer die Gesamtanalyse. |
| list_experimentsA | Listet Trainings- und Testlaeufe mit Modell, Status und Datum auf. |
| get_experimentA | Gibt Hyperparameter und Ergebnisse eines einzelnen Laufs vollstaendig zurueck. |
| get_fold_summaryA | Fasst k-fold-Cross-Validation-Ergebnisse eines Laufs statistisch zusammen. |
| compare_experimentsA | Vergleicht mehrere Laeufe und hebt hervor, was sie unterscheidet. |
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 9 tools
Each tool targets a distinct aspect: library management (list_library, read_paper, search_papers), project overview (list_projects), and experiment analysis (list_experiments, get_experiment, get_fold_summary, analyze_project, compare_experiments). No overlap in purpose.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., list_library, read_paper, analyze_project). The naming is predictable and uniform.
With 9 tools covering paper library and experiment tracking, the toolkit is well-scoped for a research assistant. No redundant or missing tools for the core functionalities.
The tool set covers the full lifecycle for the domain: browsing papers (list, search, read), exploring projects, and analyzing experiments (list, get, compare, aggregate, fold stats). No obvious gaps.