tag_list

Pack: datos-cl · Endpoint: https://gateway.pipeworx.io/datos-cl/mcp

Chilean open data catalogue (datos.gob.cl CKAN) — list all dataset tags, optionally filtered by query string. Use to browse taxonomy before filtering package_search by tag.

Parameters

NameTypeRequiredDescription
querystringno
all_fieldsbooleanno
vocabulary_idstringno

Example call

Arguments

{
  "query": "inflación"
}

curl

curl -X POST https://gateway.pipeworx.io/datos-cl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tag_list","arguments":{"query":"inflación"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('tag_list', {
  "query": "inflación"
});

More examples

{
  "all_fields": true
}

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "List of tags from CKAN API"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "datos-cl": {
      "url": "https://gateway.pipeworx.io/datos-cl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026