regsub-mcp
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_ich_guidelineA | Look up an ICH guideline by code (e.g. E6(R3), M4, Q1A). Returns scope, key requirements, and official URL. |
| map_ctd_sectionA | Map a document type or data package to the correct CTD/eCTD module and section. Returns the full section hierarchy. |
| check_ctd_completenessA | Check a list of provided CTD sections against required sections and identify gaps. |
| get_agency_deficiency_guidanceA | Retrieve common deficiency areas for FDA or EMA submissions by domain (CMC, Clinical, Labelling, Pharmacovigilance). |
| generate_submission_checklistB | Generate a submission readiness checklist for a given submission type and agency. |
| check_ich_complianceB | Check a description of a study or document against ICH guideline requirements and return a compliance assessment. |
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 6 tools
Each tool targets a distinct function: completeness checking, compliance assessment, checklist generation, deficiency guidance, guideline lookup, and CTD section mapping. No overlap.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., check_ctd_completeness, lookup_ich_guideline), making them predictable and easy to parse.
With 6 tools, the set is well-scoped for the regulatory submission domain, covering essential actions without being overwhelming or too sparse.
The tools cover key workflows: checking compliance, mapping sections, generating checklists, and retrieving guidance. Minor gaps exist (e.g., no tool for direct submission or formatting), but these are acceptable given the advisory focus.