Skip to main content
Glama

Law Scrapper MCP

by numikel

get_publisher_year_acts

Retrieve all legal acts published by a specific publisher in a given year to browse complete annual collections of Polish legislation.

Instructions

Get all legal acts published by a specific publisher in a given year. Useful for browsing complete annual collections.

Input Schema

NameRequiredDescriptionDefault
publisherYesPublisher code (DU for Dziennik Ustaw, MP for Monitor Polski)
yearYesPublication year (e.g., 2020, 2023)

Input Schema (JSON Schema)

{ "properties": { "publisher": { "description": "Publisher code (DU for Dziennik Ustaw, MP for Monitor Polski)", "type": "string" }, "year": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Publication year (e.g., 2020, 2023)" } }, "required": [ "publisher", "year" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/numikel/law-scrapper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server