Skip to main content
Glama

hr_list_issue

Read-onlyIdempotent

List documents published in a Narodne novine gazette issue using the year and issue number.

Instructions

List the documents published in a Narodne novine gazette issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYese.g. ``2018``.
issueYesgazette issue number, e.g. ``42`` (from a citation like "NN 42/2018").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes
issueYes
itemsNo
totalYes
dataset_noteNoNarodne novine (the Croatian Official Gazette) is ELI-native (European ELI ontology, data.europa.eu/eli). Documents are addressed by year + issue + doc number (eli/sluzbeni/{year}/{issue}/{doc}); discover the documents of a gazette issue via hr_list_issue. Metadata comes from JSON-LD; full text is the official HTML rendering. There is no free-text search. Coverage 1990-present. Language: Croatian.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no extra behavioral context beyond the basic listing function, such as pagination, result limits, or authentication requirements. It is consistent with annotations but doesn't go further.

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?

The description is a single, front-loaded sentence that clearly states the tool's purpose without unnecessary words or repetition. It is concise and immediately understandable.

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

Completeness5/5

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

The tool is simple, has a clear output schema, rich annotations, and a concise description. No critical information is missing for an agent to select and invoke this correctly; the description and schema together cover the necessary context.

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 input schema covers both parameters (year and issue) with descriptive examples in comments, achieving 100% schema description coverage. The description itself adds no parameter detail beyond what the schema already provides, so baseline 3 applies.

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 uses a specific verb ('List') with a clear resource ('documents published in a Narodne novine gazette issue'). This distinguishes it from sibling tools (hr_get_act, hr_get_text) which fetch specific items rather than listing all documents in an issue.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention that the user should first list documents before fetching specific acts or texts, nor does it give any context about the typical workflow or exclusions.

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/matematicsolutions/hr-eli-mcp'

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