Weavz
PubMed / NCBI E-utilities

PubMed / NCBI E-utilities

Search PubMed and PMC, retrieve summaries and article records, and monitor new biomedical literature.

4 tools
1 trigger

Tools

Name
search_articles

Search PubMed or PubMed Central with NCBI ESearch and return matching IDs plus counts.

get_summaries

Retrieve PubMed or PMC document summaries with NCBI ESummary.

fetch_records

Fetch PubMed or PMC records as abstract text, MEDLINE text, or XML with NCBI EFetch.

find_related_articles

Find PubMed related articles for one or more PubMed IDs with NCBI ELink.

Triggers

Name
new_articles

Poll PubMed for newly seen IDs matching an Entrez query after the initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('pubmed', 'search_articles', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'pubmed',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect PubMed / NCBI E-utilities to my app?

PubMed / NCBI E-utilities does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.

What tools does PubMed / NCBI E-utilities support?

PubMed / NCBI E-utilities supports 4 tools including Search Articles, Get Summaries, Fetch Records, Find Related Articles.

Can I use PubMed / NCBI E-utilities with AI agents?

Yes. Add PubMed / NCBI E-utilities to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can PubMed / NCBI E-utilities be used in stateful agent workflows?

Yes. Agents can combine PubMed / NCBI E-utilities tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does PubMed / NCBI E-utilities use?

PubMed / NCBI E-utilities does not require external authentication.

How much does the PubMed / NCBI E-utilities integration cost?

The PubMed / NCBI E-utilities integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does PubMed / NCBI E-utilities support?

PubMed / NCBI E-utilities supports 1 triggers including New Articles.

Connect PubMed / NCBI E-utilities in minutes

Get 20,000 free action executions every month. No credit card required.