tags

Pack: datagov-au · Endpoint: https://gateway.pipeworx.io/datagov-au/mcp

List or search tags.

Parameters

NameTypeRequiredDescription
querystringno
limitnumberno

Example call

curl -X POST https://gateway.pipeworx.io/datagov-au/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tags","arguments":{}}}'

Response shape

Full JSON Schema
{
  "type": "array",
  "description": "List of tags, optionally filtered by query",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string",
        "description": "Tag UUID"
      },
      "name": {
        "type": "string",
        "description": "Tag name"
      },
      "vocabulary_id": {
        "type": [
          "string",
          "null"
        ],
        "description": "Vocabulary UUID if applicable"
      }
    }
  }
}

Connect

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

{
  "mcpServers": {
    "datagov-au": {
      "url": "https://gateway.pipeworx.io/datagov-au/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026