# list_research

List peer-reviewed oncology research papers ingested from PubMed (abstracts, authors, journal, plain-language summaries). Filter by cancer type, treatment type, keyword, or publication date.

Agent View of the PolicyLayer registry record for `list_research`. HTML page: https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/list-research

## Facts

- Tool: `list_research`
- Server: Cure Cancer With AI (`https://www.curecancerwithai.com/api/mcp`) — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai.md
- Homepage: https://github.com/hifarrer/ccwai-api
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 7
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `to` | string | no | ISO date upper bound (e.g. 2024-12-31). |
| `from` | string | no | ISO date lower bound (e.g. 2024-01-01). |
| `limit` | integer | no | Results per page (1–100, default 20). |
| `offset` | integer | no | Number of results to skip (default 0). |
| `search` | string | no | Keyword search across title and abstract. |
| `cancerType` | string | no | Filter by cancer type, e.g. lung, breast, prostate, colorectal, melanoma, leukemia, lymphoma. |
| `treatmentType` | string | no | Filter by treatment type. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_research",
    "arguments": {}
  }
}
```

## Why list_research is rated Low

This tool retrieves and queries oncology research data from PubMed with no side effects. It enables filtering and listing of peer-reviewed papers, which is a pure Read operation. No data is created, modified, deleted, or executed. The low severity reflects minimal risk: misuse would only surface irrelevant or filtered research results without consequence.

From the tool's own definition: "Tool name 'list_research' and description explicitly states it 'List[s]' research papers with filtering options. Provides read-only access to abstracts, authors, journal information, and summaries—no modification, deletion, or execution of external operations."

## Use case

AI agents call list_research to retrieve information from Cure Cancer With AI without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Cure Cancer With AI:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "list_research": {}
  }
}
```

## Other tools on Cure Cancer With AI (14)

- `predict_dti` — Execute — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/predict-dti.md
- `predict_ppi` — Execute — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/predict-ppi.md
- `get_blog_post` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/get-blog-post.md
- `get_clinical_trial` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/get-clinical-trial.md
- `get_research_paper` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/get-research-paper.md
- `list_blog_posts` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/list-blog-posts.md
- `list_clinical_trials` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/list-clinical-trials.md
- `list_compound_characteristics` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/list-compound-characteristics.md
- `list_fda_approvals` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/list-fda-approvals.md
- `list_news` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/list-news.md
- `mammal_health` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/mammal-health.md
- `predict_clintox` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/predict-clintox.md
- `search_compounds` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/search-compounds.md
- `search_oncology` — Read — https://policylayer.com/tools/io-github-hifarrer-cure-cancer-with-ai/search-oncology.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=io-github-hifarrer-cure-cancer-with-ai · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/io-github-hifarrer-cure-cancer-with-ai
