Weavz
OpenAIRE Graph

OpenAIRE Graph

Search OpenAIRE Graph research products, organizations, data sources, projects, and persons.

9 tools
1 trigger

Tools

Name
search_research_products

Search OpenAIRE Graph research products.

get_research_product

Get one OpenAIRE Graph research product by ID.

search_organizations

Search OpenAIRE Graph organizations.

get_organization

Get one OpenAIRE Graph organization by ID.

search_data_sources

Search OpenAIRE Graph data sources.

get_data_source

Get one OpenAIRE Graph data source by ID.

search_projects

Search OpenAIRE Graph projects.

get_project

Get one OpenAIRE Graph project by ID.

get_person

Get one OpenAIRE Graph person by ID.

Triggers

Name
new_research_products

Poll OpenAIRE Graph research products published after a date and emit newly seen IDs after baseline.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect OpenAIRE Graph to my app?

OpenAIRE Graph does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.

What tools does OpenAIRE Graph support?

OpenAIRE Graph supports 9 tools including Search Research Products, Get Research Product, Search Organizations, Get Organization, Search Data Sources, and more.

Can I use OpenAIRE Graph with AI agents?

Yes. Add OpenAIRE Graph 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 OpenAIRE Graph be used in stateful agent workflows?

Yes. Agents can combine OpenAIRE Graph 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 OpenAIRE Graph use?

OpenAIRE Graph does not require external authentication.

How much does the OpenAIRE Graph integration cost?

The OpenAIRE Graph integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does OpenAIRE Graph support?

OpenAIRE Graph supports 1 triggers including New Research Products.

Connect OpenAIRE Graph in minutes

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