groups

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

List themes (groups).

Parameters

NameTypeRequiredDescription
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":"groups","arguments":{}}}'

Response shape

Full JSON Schema
{
  "type": "array",
  "description": "List of themes (groups/categories)",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string",
        "description": "Group UUID"
      },
      "name": {
        "type": "string",
        "description": "Group name/slug"
      },
      "title": {
        "type": "string",
        "description": "Group display title"
      },
      "description": {
        "type": "string",
        "description": "Group description"
      },
      "image_url": {
        "type": "string",
        "description": "Group image URL"
      },
      "package_count": {
        "type": "number",
        "description": "Number of packages in group"
      }
    }
  }
}

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