Study Prep MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MD_MCP_NAME | No | FastMCP server name | study-md |
| MD_DOCS_PATH | No | Root folder for study documents | . |
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 |
|---|---|
| get_corpus_overviewA | Return categories, file counts, total size, and supported extensions in the corpus. |
| list_documentsA | List study documents with relative path, size, and type. |
| read_documentA | Read or extract text from a study document. |
| search_documentsA | Search document text with snippet context around each match. |
| extract_key_termsB | Extract keywords from one document or an entire category using YAKE. |
| get_document_outlineA | Return document outline from markdown headings or heading-like lines. |
| get_study_chunksA | Split a document into numbered study-sized chunks. |
| prepare_study_sessionB | Bundle excerpts, key terms, and suggested AI prompts for a study topic. |
| get_quiz_source_materialB | Return labeled excerpts and instructions for generating practice Q&A. |
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 unique aspect of study preparation, such as document overview, reading, chunking, keyword extraction, quiz generation, and session bundling. There is no overlap in functionality, making it easy for an agent to select the correct tool.
All tool names follow a consistent verb_noun pattern with snake_case, e.g., 'extract_key_terms', 'get_document_outline', 'list_documents'. The naming is predictable and clear throughout.
With 9 tools, the set is well-scoped for study preparation. Each tool serves a distinct purpose without redundancy, covering corpus management, document processing, and content generation.
The tool set covers all common study needs: browsing documents, reading with pagination, extracting outlines, chunking, keyword extraction, quiz material generation, and full session preparation. There are no obvious missing operations like adding or deleting documents, but the server appears to be a read-only study aid, so this is appropriate.