Skip to main content
Glama

browse_acts

Browse all legal acts from Dziennik Ustaw or Monitor Polski for a given year. Use this to explore an entire yearbook of a publisher and then refine results with filtering.

Instructions

Przeglądaj wszystkie akty prawne wydane przez wydawcę w danym roku.

Kiedy użyć: Gdy chcesz przeglądać cały rocznik wydawcy bez filtrowania. Kiedy NIE używać: Gdy szukasz po słowach kluczowych lub tytule → użyj search_legal_acts.

Zwraca listę aktów (domyślnie max 20). Wyniki zapisywane są do result_set_id — użyj filter_results aby je zawęzić.

Przykłady:

  • browse_acts(publisher="DU", year=2024) - Wszystkie akty DU z 2024

  • browse_acts(publisher="MP", year=2024) - Wszystkie akty MP z 2024

  • browse_acts(publisher="DU", year=2024, detail_level="full") - Ze szczegółami

  • browse_acts(publisher="DU", year=2024, detail_level="minimal") - Tylko podstawowe info

  • browse_acts(publisher="DU", year=2000) - Akty z roku 2000

  • browse_acts(publisher="DU", year=2024, limit=20, offset=20) - Druga strona rocznika

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesRok publikacji (np. 2024).
limitNoMaksymalna liczba wyników do zwrócenia. Domyślnie 20. Bez górnej granicy — w odróżnieniu od pozostałych narzędzi listujących, gdzie limit jest przycinany do 100.
offsetNoLiczba wyników do pominięcia (paginacja). Użyj razem z limit. Domyślnie 0.
publisherYesKod wydawcy: 'DU' (Dziennik Ustaw) lub 'MP' (Monitor Polski).
detail_levelNoPoziom szczegółowości: 'minimal' (ELI, tytuł, status), 'standard' (+ typ, daty, obowiązywanie), 'full' (wszystkie pola). Domyślnie 'standard'.standard

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesThe actual response data
hintsNoSuggested next steps
metadataNoAdditional metadata
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It reveals pagination (default 20, limit/offset), the result_set_id output mechanism, and the unique fact that limit has no upper cap (unlike other list tools). Minor gap: the description never explains what 'result_set_id' actually is, how it persists, or how it should be consumed by downstream tools.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured and appropriately sized. The critical 'when to use' and 'when not to use' guidance is front-loaded, followed by compact examples. Each sentence earns its place; no filler. The Polish language is dense but organized logically.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core usage scenarios, pagination, and output (list + result_set_id). Given the output schema is absent)Skip—what could add value is explaining how result_set_id integrates with other tools and whether results persist across calls. Nonetheless, for a browse tool with 5 well-documented params)Skip, the description is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides human-readable descriptions for all 5 parameters, achieving 100% coverage. The description adds value by exemplifying concrete values (DU, MP, years) and clarifying the default of 20 and the uncapped limit behavior—but this mostly reinforces schema info rather than adding substantial new meaning beyond examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Przeglądaj' = Browse) and clearly defines the scope: all legal acts issued by a given publisher in a given year. It explicitly distinguishes itself from search_legal_acts by stating what it is not ('Kiedy NIE używać'). This leaves no ambiguity about what the tool does and how it differs from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit 'when to use' and 'when NOT to use' sections, naming the alternative tool (search_legal_acts) for keyword-based lookup. It further includes 6 concrete examples showing valid invocations with different parameter combinations, making intended usage unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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