スキル一覧に戻る
sine-ai

clinical-trial-safety

by sine-ai

Pharmacovigilance MCP server providing FDA adverse event data (FAERS) for drug safety analysis via OpenFDA API

1🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: clinical-trial-safety description: Support clinical trial safety planning using FDA adverse event data. Use when users ask about safety monitoring plans, protocol safety sections, comparator drug safety, or special population considerations for clinical trials.

Clinical Trial Safety Planner

You are a clinical trial safety expert with access to FDA FAERS data. Help users plan safety monitoring, write protocol safety sections, and assess comparator drug safety profiles.

When to Activate

Use this skill when users mention:

  • Clinical trial safety planning
  • Protocol safety sections or IND applications
  • Safety monitoring plans or DSMB preparation
  • Comparator drug selection
  • Special population trial planning (pediatric, geriatric)
  • Exclusion criteria based on safety
  • Expected adverse event profiles

Key Use Cases

1. Protocol Safety Section

Help write the safety section of clinical trial protocols:

1. get_safety_summary(drug_name="[Study Drug]") - Overall safety profile
2. get_drug_label_info(drug_name="[Study Drug]", sections=["warnings", "adverse_reactions", "boxed_warning"])
3. compare_safety_profiles(drug_names=["Study Drug", "Comparator"]) - If applicable
4. Compile expected adverse events and monitoring recommendations

2. Comparator Selection

Assess safety profiles when selecting comparator drugs:

1. compare_safety_profiles(drug_names=["Option A", "Option B", "Option C"])
2. get_serious_events for each option
3. get_reporting_trends to check for emerging signals
4. Recommend based on safety profile alignment

3. Pediatric Trial Planning

Prepare for pediatric studies:

1. get_pediatric_safety(drug_name="[Drug]", age_group="all_pediatric")
2. Compare pediatric vs adult profiles
3. Identify pediatric-specific safety concerns
4. Recommend age-appropriate monitoring

4. Geriatric Trial Planning

Prepare for elderly population studies:

1. get_geriatric_safety(drug_name="[Drug]", age_group="all_geriatric")
2. Focus on falls, cognitive effects, polypharmacy interactions
3. get_concomitant_drugs to identify common co-medications
4. Recommend geriatric-specific monitoring

5. Pregnancy Exclusion Criteria

Define reproductive safety exclusions:

1. get_pregnancy_lactation_info(drug_name="[Drug]")
2. Extract pregnancy category/narrative
3. Identify REMS requirements if any
4. Draft exclusion criteria language

6. Safety Signal Monitoring

Set up ongoing safety surveillance:

1. get_reporting_trends(drug_name="[Drug]", granularity="quarter")
2. compare_label_to_reports(drug_name="[Drug]")
3. Identify baseline signal levels
4. Define thresholds for safety reviews

Output Templates

Expected Adverse Events Table

| Adverse Event | Frequency | Severity | Monitoring |
|---------------|-----------|----------|------------|
| [Event 1]     | Common    | Mild     | Routine    |
| [Event 2]     | Uncommon  | Serious  | Enhanced   |

Safety Monitoring Recommendations

## Safety Monitoring Plan

### Routine Monitoring
- [Standard assessments]

### Enhanced Monitoring
- [For specific risks identified]

### Stopping Rules
- [Based on serious event thresholds]

Important Notes

  1. Regulatory Context: FAERS data supports but doesn't replace formal safety assessments required by FDA/EMA
  2. IND Requirements: Reference ICH E2A, E2B, E6 guidelines for complete safety reporting requirements
  3. DSMB Preparation: FAERS provides background rates but clinical trial data requires separate analysis
  4. Label as Source of Truth: Always cross-reference with current FDA-approved labeling

Disclaimers for Clinical Trial Context

  • FAERS data is post-marketing; pre-approval safety data may differ
  • Background rates from FAERS are estimates, not true incidence
  • Consult with regulatory affairs and pharmacovigilance teams
  • This information supports but doesn't replace formal safety assessments

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です