Skip to main content
Glama

pl_list_sources

Read-onlyIdempotent

Discover available Polish and EU legal data sources, or inspect a specific source's live tool schemas for direct integration.

Instructions

List available Polish/EU legal data sources, or inspect one source's live tool schemas.

Without arguments: full catalog (id, coverage, capabilities, native tool names, and native_params - the NATIVE parameter name each unified parameter maps to, e.g. eu-compliance pl_get_document -> {"tool": "eu_article", "document_id": "article_number"}) - reads a local registry, spawns nothing. With source_id: connects to that connector (lazy spawn on first use) and returns its live tools/list with input schemas - needed for native tools that the unified tools do not cover. Optional group filter: 'pl' or 'eu'.

Errors: unknown_source (bad source_id), source_unavailable (connector could not start).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNo
source_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations declare readOnly, idempotent, and non-destructive hints, and the description adds valuable context: it explicitly states that the no-arg mode 'reads a local registry, spawns nothing' and that the source_id mode 'connects to that connector (lazy spawn on first use)'. It also discloses possible errors, adding transparency beyond the annotations.

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

Conciseness4/5

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

The description is dense and well-structured, using a first-sentence summary followed by mode-specific details and error notes. It is longer than necessary but every sentence provides useful information, making it efficient rather than verbose.

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 description covers both execution modes, optional filters, return values (catalog fields, live schemas), side effects (lazy spawn), and error cases. Given the tool's two-mode complexity and the presence of an output schema, this is a complete and self-sufficient description.

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

Parameters5/5

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

Despite 0% schema description coverage, the description thoroughly explains both parameters: source_id triggers connector inspection, group filters by 'pl' or 'eu', and no arguments yields the full catalog. It even illustrates the native_params mapping with an example, fully compensating for the schema's lack of descriptions.

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 tool's function: 'List available Polish/EU legal data sources, or inspect one source's live tool schemas.' It specifies both a verb and resource, and distinguishes it from sibling tools like pl_search and pl_get_document by focusing on discovery and schema inspection.

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 explains when to use each mode: 'Without arguments' for the full catalog, 'With source_id' for live schemas, and 'Optional group filter' for narrowing by 'pl' or 'eu'. It also notes the use case for native tools not covered by unified tools, but does not explicitly name alternative tools or when-not-to-use scenarios.

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/prawo-pl-mcp'

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