Skip to main content
Glama
asterixix

Polish Academic MCP

by asterixix

saos_dump_common_courts

Retrieve paginated lists of Polish common courts with names, codes, and divisions from the SAOS database. Use small page sizes to manage large responses efficiently.

Instructions

SAOS dump: paginated list of common courts (names, codes, divisions). Use small page_size; responses are large. Cache TTL 24h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNoItems per request (10–100).
page_numberNoZero-based page.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It effectively discloses key behavioral traits: the tool is paginated, responses are large (implying performance considerations), and it has a 24-hour cache TTL. This covers important operational aspects beyond basic functionality.

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 front-loaded with the core purpose, followed by practical guidance and caching note. Every sentence earns its place with no wasted words, making it highly efficient and easy to parse.

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?

For a read-only list tool with no annotations and no output schema, the description is quite complete. It covers purpose, pagination behavior, performance considerations, and caching. The main gap is lack of detail on output format, but given the tool's relative simplicity, this is acceptable.

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 description coverage is 100%, so the schema fully documents both parameters. The description adds marginal value by emphasizing 'Use small page_size' as a recommendation, but does not provide additional semantic context beyond what the schema already states about page_size and page_number.

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 clearly states the verb ('dump' implying list/retrieve) and resource ('common courts'), and specifies the content ('names, codes, divisions'). It distinguishes from siblings like 'saos_dump_judgments' or 'saos_dump_sc_chambers' by focusing on common courts specifically.

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 provides clear context for usage ('Use small page_size; responses are large') and mentions caching behavior ('Cache TTL 24h'), which helps guide when to use it. However, it does not explicitly state when not to use it or name specific alternatives among the many sibling tools.

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/asterixix/polish-academic-mcp'

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