get_publisher_details
Retrieve detailed information about Polish legal publishers including act counts and publication timelines to support legal research and document analysis.
Instructions
Get detailed information about a specific legal publisher including act counts and publication timeline.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
publisher | Yes | Publisher code (DU for Dziennik Ustaw, MP for Monitor Polski) |
Input Schema (JSON Schema)
{
"properties": {
"publisher": {
"description": "Publisher code (DU for Dziennik Ustaw, MP for Monitor Polski)",
"type": "string"
}
},
"required": [
"publisher"
],
"type": "object"
}