themes

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

List themes.

Parameters

NameTypeRequiredDescription
limitnumberno

Example call

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

Response shape

FieldTypeDescription
resultsarrayArray of theme objects
Full JSON Schema
{
  "type": "object",
  "description": "List of themes from datos.gob.es",
  "properties": {
    "results": {
      "type": "array",
      "description": "Array of theme objects",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Theme identifier"
          },
          "title": {
            "type": "string",
            "description": "Theme title"
          },
          "description": {
            "type": "string",
            "description": "Theme description"
          }
        }
      }
    }
  }
}

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026