You're viewing a demo portfolio

Join the waitlist
PRSM

resource_data

Active

Tool of Dane Gov Pl

declared in 0.1.0

Read row-level data from a tabular resource (one with a tabular_data relationship). Returns JSON:API "row" objects whose attributes map column names (col1, col2, ...) to {repr, val} pairs. Supports paging and full-text row filtering via q. Use list_resources first to find a tabular resource id.

Parameters schema

{
  "type": "object",
  "required": [
    "resource_id"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Full-text filter across row cells (Polish or English), e.g. \"AUSTRIA\"."
    },
    "page": {
      "type": "integer",
      "description": "Page number (default 1)."
    },
    "per_page": {
      "type": "integer",
      "description": "Rows per page, 1-100 (default 20)."
    },
    "resource_id": {
      "type": "string",
      "description": "Resource numeric id, e.g. \"22509\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Dane Gov Pl

https://github.com/pipeworx-io/mcp-dane-gov-pl

1/7 registries
View full server →