pharma-assistant-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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_research_intelligenceC | 运行公开研发资料整理并返回待审阅的运行状态。 |
| analyze_regulatory_documents | 比较输入的文件文字并返回待确认的影响候选。 |
| get_run_status | 查看一次运行的状态。 |
| list_run_findings | 查看待审阅条目及其审核状态。 |
| get_finding_evidenceC | 查看证据元数据,不返回本地原始文件路径。 |
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 2 tools
The two tools have clearly distinct purposes: one initiates a research process and returns its status, the other retrieves evidence metadata. No overlap in functionality.
Both tool names follow a consistent verb_noun pattern in snake_case (run_research_intelligence, get_finding_evidence), which is clear and predictable.
With only 2 tools for a pharmaceutical assistant, the tool surface is extremely thin. A typical assistant for this domain would require many more tools for tasks like drug lookup, adverse event reporting, and clinical trial management.
The tool set covers only initiating research and viewing evidence metadata, missing essential operations such as creating/updating/deleting findings, searching existing data, or managing workflows. The surface feels incomplete for the stated domain.