Skip to main content
Glama
Seyn-Labs

mcp-ai-fiskalizacija

by Seyn-Labs

Popis računa

solo_list_invoices

Retrieve a paginated list of invoices from solo.com.hr with details including invoice number, date, gross amount, and status. Filter by page and limit results.

Instructions

Dohvaća popis računa sa solo.com.hr (najnoviji prvi, do 1000 po stranici). Vraća broj računa, datum, bruto iznos i status za svaki račun.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stranicaNoBroj stranice ako postoji više od 1000 računa
limitNoKoliko računa vratiti u odgovoru (zadano 20)
Behavior4/5

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

No annotations provided, but the description discloses ordering (newest first), maximum page size (1000), and the fields returned (invoice number, date, gross amount, status). This adds behavioral context beyond the input schema.

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?

Two sentences, front-loaded with purpose and key behaviors. Every sentence is informative and no waste.

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 adequately covers ordering, pagination, and returned fields for a list tool. No output schema, but fields are listed. Minor improvement could mention total count or filtering, but current level is sufficient.

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?

Schema coverage is 100%, baseline 3. The description reinforces pagination behavior and limit but does not add significant parameter semantics beyond the schema.

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 specifies the verb 'Dohvaća' (retrieves) and the resource 'popis računa' (list of invoices), and includes ordering (newest first) and pagination limit. It clearly distinguishes from siblings: solo_create_invoice, solo_get_invoice, and solo_next_invoice_number.

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

Usage Guidelines4/5

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

The description states the ordering and maximum results per page, providing context for usage. However, it does not explicitly mention when to use this tool versus alternatives, though sibling names hint at differentiation.

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/Seyn-Labs/mcp-ai-fiskalizacija'

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