Skip to main content
Glama
asterixix

Polish Academic MCP

by asterixix

bdl_search_units

Search Polish territorial units like voivodeships and counties by name fragment, with optional filters for administrative level and year. Use results to retrieve statistical data.

Instructions

Search BDL territorial units (voivodeships, counties, powiat, gmina, etc.) by name fragment. Optional level and year filters. Use returned unit id with bdl_get_data_by_unit. API: GET /units/search. Pagination is 0-based.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFragment of unit name (e.g. city or voivodeship name)
levelsNoTERYT-level filters (e.g. 2 for voivodeship — confirm with BDL /levels metadata if needed)
yearsNoYears for which the unit definition should exist
pageNoPage index — 0-based
page_sizeNoResults per page (max 100)
sortNoSort order (optional)
langNoResponse languagepl
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it specifies the API method (GET), pagination behavior (0-based), and that results can be used with another specific tool. However, it doesn't mention rate limits, authentication requirements, or error handling.

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 perfectly front-loaded with the core purpose in the first sentence, followed by usage guidance and technical details. Every sentence earns its place with no wasted words, making it highly efficient for an AI agent.

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 search tool with 7 parameters and no output schema, the description provides good context about what the tool returns (unit IDs for use with another tool) and how pagination works. However, without an output schema, it doesn't describe the structure of search results, which would be helpful for a complex search operation.

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 already documents all 7 parameters thoroughly. The description adds minimal value beyond the schema by mentioning 'optional level and year filters' and 'pagination is 0-based' (which the schema also covers). Baseline 3 is appropriate when the schema does the heavy lifting.

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 action ('Search') and resource ('BDL territorial units') with specific examples (voivodeships, counties, etc.). It distinguishes from sibling tools by specifying this searches units by name fragment, unlike bdl_search_subjects or bdl_search_variables which search different entities.

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?

The description explicitly states when to use this tool ('Search BDL territorial units... by name fragment') and provides a clear alternative for what to do with results ('Use returned unit id with bdl_get_data_by_unit'). It also mentions optional filters (level and year) and pagination details.

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