add_research_entry
Save and organize cancer research articles or clinical trials with automatic deduplication by source and ID to maintain a centralized knowledge base.
Instructions
Save a research article or clinical trial found by an agent.
Deduplicates by source+external_id — if a duplicate is found, returns the existing entry without error.
Args: source: Source name (e.g. pubmed, clinicaltrials). external_id: External identifier (e.g. PMID, NCT number). title: Article or trial title. summary: Brief summary or abstract excerpt. tags: JSON array of tags (e.g. '["FOLFOX","mCRC"]'). raw_data: Full raw data (abstract, JSON, etc.) for reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| external_id | Yes | ||
| title | Yes | ||
| summary | No | ||
| tags | No | [] | |
| raw_data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |