NESO Data Portal
Search NESO energy datasets, resources, datastore records, and read-only SQL from the data portal.
Tools
| Name | Description |
|---|---|
search_datasetsSearch datasets on the National Energy System Operator data portal. | Search datasets on the National Energy System Operator data portal. |
get_datasetGet NESO dataset metadata by package ID or name. | Get NESO dataset metadata by package ID or name. |
search_resourcesSearch data files/resources on the NESO data portal. | Search data files/resources on the NESO data portal. |
get_resourceGet NESO resource metadata, including modification timestamps for efficient polling. | Get NESO resource metadata, including modification timestamps for efficient polling. |
datastore_searchQuery records from a NESO CKAN datastore resource with optional filters and sorting. | Query records from a NESO CKAN datastore resource with optional filters and sorting. |
datastore_sqlRun a read-only SQL query against a NESO datastore resource. | Run a read-only SQL query against a NESO datastore resource. |
Triggers
| Name | Description |
|---|---|
new_datastore_recordsTriggers when newly returned NESO datastore records appear after the initial baseline. | Triggers when newly returned NESO datastore records appear after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('neso-data-portal', 'search_datasets', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'neso-data-portal',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect NESO Data Portal to my app?
NESO Data Portal does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does NESO Data Portal support?
NESO Data Portal supports 6 tools including Search Datasets, Get Dataset, Search Resources, Get Resource, Datastore Search, and more.
Can I use NESO Data Portal with AI agents?
Yes. Add NESO Data Portal 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 NESO Data Portal be used in stateful agent workflows?
Yes. Agents can combine NESO Data Portal 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 NESO Data Portal use?
NESO Data Portal does not require external authentication.
How much does the NESO Data Portal integration cost?
The NESO Data Portal integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does NESO Data Portal support?
NESO Data Portal supports 1 triggers including New Datastore Records.
Connect NESO Data Portal in minutes
Get 20,000 free action executions every month. No credit card required.