Skip to main content
Glama

Law Scrapper MCP

by numikel

get_act_relationships

Analyze legal relationships and references for Polish acts to identify which acts they amend, reference, or are referenced by using publisher, year, and number parameters.

Instructions

Analyze legal relationships and references for an act. Shows which acts it amends, references, or is referenced by.

Input Schema

NameRequiredDescriptionDefault
numYesAct number/position within the year
publisherYesPublisher code (DU for Dziennik Ustaw, MP for Monitor Polski)
yearYesPublication year

Input Schema (JSON Schema)

{ "properties": { "num": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Act number/position within the year" }, "publisher": { "description": "Publisher code (DU for Dziennik Ustaw, MP for Monitor Polski)", "type": "string" }, "year": { "description": "Publication year", "type": "integer" } }, "required": [ "publisher", "year", "num" ], "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