Polish Academic MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bn_search_publicationsA | Full-text search in Biblioteka Nauki (Polish open-access articles, books, chapters). Uses the public JSON search API (same as the website). Prefer this tool when the user gives keywords, topics, author names, or titles. For harvesting by date range or OAI journal set without keywords, use bn_search_articles (OAI-PMH XML) instead. Returns JSON with hits, snippets (mainTitleSnippets, fullTextSnippets), and totalResults. |
| bn_search_articlesA | OAI-PMH ListRecords harvest for Biblioteka Nauki — NOT full-text keyword search. Use this to list records by optional date range (from_date/until_date) and/or OAI set (journal id from ListSets), or to page with resumption_token. There is no query string in OAI-PMH; for keyword/topic search use bn_search_publications. Returns raw XML. metadata_format=oai_dc (Dublin Core) or jats (abstracts, keywords, references). |
| bn_get_articleA | Fetch the full metadata record for a single article from Biblioteka Nauki by its numeric ID. Defaults to jats format which includes abstract, keywords, affiliations, and references. |
| ruj_searchA | Search publications in the Jagiellonian University Repository (RUJ) via DSpace 7 discovery. Supports full-text search with 14 filter fields, 7 sort options, and 0-based pagination. Results are HAL+JSON with hit highlights and full Dublin Core metadata. Each filter value may include an explicit operator suffix separated by a comma (e.g. 'Smith,equals'); if omitted the documented default operator is applied. Supported operators: equals, notequals, contains, notcontains, authority, notauthority, query. |
| ruj_get_itemA | Retrieve full metadata for a single item in the Jagiellonian University Repository by its UUID. The UUID is found in the 'uuid' field of ruj_search results. |
| rodbuk_searchA | Search research datasets in RODBuK — the Krakow inter-university open research data repository (AGH, UEK, UP, UR, UJ, PK). Powered by Harvard Dataverse. Returns JSON with total_count and a list of items including DOI, description, authors, and citation. Use query='*' to browse all available datasets. |
| repod_searchB | Search open research datasets in RePOD (ICM University of Warsaw). Contains ~3,737 datasets with DOIs under the 10.18150/ prefix. Returns JSON with relevance scores, authors, descriptions, and publication dates. |
| repod_get_datasetA | Get metadata for a specific dataset in RePOD by its DOI. Choose datacite for standard metadata, schema.org for JSON-LD, dcterms for Dublin Core XML, or dataverse_json for the full native record. |
| dane_searchA | Search the Polish government open data portal (dane.gov.pl). Contains 43,000+ datasets from ministries, municipalities, and public institutions. Datasets flagged has_research_data=true are specifically academic. Returns JSON with title, category, license (mostly CC0), institution, and download stats. |
| dane_get_datasetA | Get full details for a specific dataset on dane.gov.pl by its numeric ID, including all downloadable resources (CSV, XLSX, JSON, API links, etc.). The dataset_id is the integer id field returned by dane_search. |
| amu_searchA | Search publications in the Adam Mickiewicz University Repository (repozytorium.amu.edu.pl) via DSpace 7 discovery. Supports full-text search with filters for author, subject, date, entity type, and full-text availability. Results are HAL+JSON with Dublin Core metadata. Each filter value may include an explicit operator suffix (e.g. 'Smith,equals'); if omitted the documented default operator is applied. Supported operators: equals, notequals, contains, notcontains, authority, notauthority, query. |
| amu_get_itemA | Retrieve full metadata for a single item in the Adam Mickiewicz University Repository by its UUID. The UUID is found in the 'uuid' field of amu_search results. |
| uafm_searchA | Search publications in the University of Applied Sciences in Nowy Sącz Repository (repozytorium.uafm.edu.pl) via DSpace 7 discovery. Supports full-text search with filters for author, title, subject, keyword, item type, date, license, and full-text availability. Results are HAL+JSON with Dublin Core metadata. Each filter value may include an explicit operator suffix (e.g. 'Smith,equals'); if omitted the documented default operator is applied. Supported operators: equals, notequals, contains, notcontains, authority, notauthority, query. |
| uafm_get_itemA | Retrieve full metadata for a single item in the University of Applied Sciences in Nowy Sącz Repository by its UUID. The UUID is found in the 'uuid' field of uafm_search results. |
| icm_searchB | Search research data and publications in the ICM Open Research Data Repository (open.icm.edu.pl) at the University of Warsaw via DSpace 7 discovery. Supports full-text search with filters for author, title, subject, publisher, affiliation, license, date, and full-text availability. Results are HAL+JSON with Dublin Core metadata. Each filter value may include an explicit operator suffix (e.g. 'Smith,equals'); if omitted the documented default operator is applied. Supported operators: equals, notequals, contains, notcontains, authority, notauthority, query. |
| icm_get_itemA | Retrieve full metadata for a single item in the ICM Open Research Data Repository (open.icm.edu.pl) by its UUID. The UUID is found in the 'uuid' field of icm_search results. |
| imgw_synopA | Retrieve current synoptic (weather) station readings from IMGW-PIB (danepubliczne.imgw.pl). Returns JSON with temperature, wind speed, humidity, pressure, precipitation, and more for all active synoptic stations in Poland, or for a single station when station_id or station_name is provided. Data is refreshed roughly every hour. station_id: numeric SYNOP station identifier (e.g. 12500 for Jelenia Góra). station_name: station name without Polish diacritic characters (e.g. 'jeleniagora'). Providing both station_id and station_name — station_id takes precedence. |
| imgw_hydroA | Retrieve current hydrological (river gauge) station readings from IMGW-PIB (danepubliczne.imgw.pl). Returns JSON with water level, flow rate, ice phenomena, and alarm level status for all active hydrological stations in Poland. Data is refreshed roughly every hour. |
| imgw_meteoA | Retrieve current meteorological station readings from IMGW-PIB (danepubliczne.imgw.pl). Returns JSON with temperature, precipitation, snow cover, wind, and related measurements for all active meteorological stations in Poland. Data is refreshed roughly every hour. |
| imgw_warningsA | Retrieve active meteorological and/or hydrological warnings issued by IMGW-PIB (danepubliczne.imgw.pl). Returns JSON with current alert levels, affected regions, hazard descriptions, and validity periods. type: 'meteo' for weather warnings (storms, frost, heat, wind, etc.), 'hydro' for flood and hydrological warnings, or 'all' for both (default). |
| agh_searchA | Search publications in the AGH University of Krakow Repository (repo.agh.edu.pl) via DSpace 7 discovery. Covers theses, dissertations, articles, technical reports, and monographs from AGH. Supports full-text search with filter fields, sort options, and 0-based pagination. Results are HAL+JSON with full Dublin Core metadata, compacted into a readable summary. Each filter value may include an explicit operator suffix separated by a comma (e.g. 'Kowalski,equals'); if omitted the documented default operator is applied. Supported operators: equals, notequals, contains, notcontains, authority, notauthority, query. |
| agh_get_itemA | Retrieve full metadata for a single item in the AGH University of Krakow Repository by its UUID. The UUID is found in the 'uuid' field of agh_search results. Returns Dublin Core metadata including title, authors, abstract, type, date, DOI, and handle URL. |
| rcin_searchA | Search (harvest) RCIN metadata via OAI-PMH ListRecords. Filter by optional from_date/until_date (YYYY-MM-DD) and/or OAI setSpec (e.g. rcin.org.pl:literature). Returns raw XML. Use resumption_token from the previous response for the next page. For interactive keyword search on the website, use https://rcin.org.pl/dlibra/ — this tool exposes the OAI API only. |
| rcin_get_recordA | Fetch a single RCIN object via OAI-PMH GetRecord. Pass record_id as the numeric id from browse/search URLs, or full OAI id oai:rcin.org.pl:NNNNN. |
| pkn_searchA | Full-text search on Polski Komitet Normalizacyjny main website (pkn.pl) via the public Solr-backed view. Returns raw HTML (result list with titles, excerpts, update dates). Pagination is 0-based. Not the WIEDZA norms DB: for PN search/details use wiedza_search_norms / wiedza_get_standard; for purchases see sklep.pkn.pl. |
| wiedza_search_normsB | Wyszukiwarka norm na portalu WIEDZA (wiedza.pkn.pl) — Liferay, odpowiedź to surowy HTML z listą wyników. Wymaga dwóch żądań (sesja + POST); nie używa KV cache. Użyj dokładnego numeru normy z wyniku w wiedza_get_standard. |
| wiedza_get_standardA | Pobiera stronę szczegółów pojedynczej normy na WIEDZA po dokładnym numerze katalogowym (jak w linku z wyników wyszukiwania). Zwraca surowy HTML. Wymaga sesji; nie używa KV cache. |
| blz_searchB | Search legal digital culture sources in Baza Legalnych Źródeł (Fundacja Legalna Kultura). WordPress REST: listings CPT. Optional full-text search and/or listing_cat term ID (use blz_listing_categories for IDs). Returns raw JSON array of listing objects. |
| blz_get_listingC | Fetch one source (listing) by numeric WordPress post ID from Baza Legalnych Źródeł. Returns raw JSON. |
| blz_listing_categoriesB | List taxonomy terms for listing_cat (categories like Filmy, Muzyka, Biblioteki, Muzea). Use term |
| polon_searchA | Query Polish POL-on registry data exposed by RAD-on Open Data API (same data as polon.nauka.gov.pl / radon.nauka.gov.pl/dane). No API key. Returns raw JSON: results[], pagination.maxCount, pagination.token (pass token as page_token for next page). Resources: institutions (higher-ed & science units), branches, employees (academic staff; supports first_name, last_name, discipline_name), projects (project_title_pl/en, project_number, keywords), publications PBN (publication_title, last_name as author surname), courses (course_name). Optional city/voivodeship apply to institutions and branches. Use accurate Polish strings; API matching is server-side. |
| pbn_search_publicationsB | Search publications in Polska Bibliografia Naukowa (PBN) via POST /v1/search/publications. Requires PBN_APP_ID and PBN_APP_TOKEN. Returns JSON (MetadataDTO). Filter by title, DOI, ISBN, ISSN, year range, type (BOOK, ARTICLE, …), authors, pagination (page/size). |
| pbn_search_personsC | Search persons in PBN via POST /v1/search/persons (researchers, ORCID). Requires PBN_APP_ID and PBN_APP_TOKEN. Returns JSON (MetadataDTO). |
| pbn_get_publicationB | Fetch extended publication metadata by PBN Mongo object id (GET /v1/publications/id/{id}). Requires PBN_APP_ID and PBN_APP_TOKEN. |
| bdl_search_subjectsA | Search BDL (GUS) thematic subjects by name fragment. Use to discover subject IDs before listing variables or drilling into the tree. API: GET /subjects/search. Pagination is 0-based. Returns JSON (subject id, name, children ids, levels). |
| bdl_search_variablesA | Search BDL statistical variables (characteristics). Filter by name text (N1…N5), subject-id, level, and years. Use results' numeric id with bdl_get_data_by_variable or bdl_get_data_by_unit. API: GET /variables/search. Pagination is 0-based. |
| bdl_search_unitsA | 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. |
| bdl_get_variableA | Fetch metadata for one BDL variable by numeric id (from bdl_search_variables results). API: GET /variables/{id}. |
| bdl_get_data_by_variableA | Fetch statistical values for one variable across territorial units (e.g. all voivodeships). Set unit_level (BDL level id) and optionally unit_parent_id to scope results; year filters which periods are returned. Pagination is 0-based. API: GET /data/by-variable/{var-id}. |
| bdl_get_data_by_unitB | Fetch values for one territorial unit for one or more variables (numeric variable ids). Requires at least one variable id. Optional year list and paging. API: GET /data/by-unit/{unit-id} with repeated var-id query params. |
| baztol_searchA | Search BazTOL (Polish technical-science gateway, PUT library). Returns HTML result list (titles, links, short descriptions, “Więcej” ids). Pagination: 20 hits per page; use |
| baztol_browse_domainB | Browse BazTOL by subject domain (same categories as the portal sidebar). Domain ids: 24 Architektura, 25 Automatyka, 26 Biotechnologia, 27 Budownictwo, 28 Chemia, 29 Elektronika i Telekomunikacja, 30 Elektrotechnika i Energetyka, 31 Fizyka i Astronomia, 32 Geodezja i Kartografia, 33 Górnictwo i Geologia, 34 Informatyka, 35 Inżynieria i Ochrona Środowiska, 36 Inżynieria Materiałowa, 37 Matematyka, 38 Mechanika, 39 Oceanologia i Oceanotechnika, 40 Transport, 41 Zarządzanie, 42 Źródła ogólne. Returns HTML. |
| baztol_get_resourceA | Fetch one BazTOL resource description page (HTML) by numeric id. Ids appear in result lists as links |
| nac_news_rssA | Fetch the NAC institutional news RSS 2.0 feed (aktualności, WordPress). Returns raw XML. This is not the digitized archival catalogue — that lives on szukajwarchiwach.gov.pl (no stable public REST API for programmatic search). |
| nac_site_searchA | Search the nac.gov.pl WordPress site (posts and pages) via REST API. Returns JSON hits with title, URL, id, subtype — use |
| nac_get_postA | Fetch a single blog post from nac.gov.pl as WordPress REST JSON ( |
| nac_get_pageB | Fetch a single static page from nac.gov.pl as WordPress REST JSON ( |
| sum_aleph_findA | Search the SUM (ŚUM Katowice) Aleph catalogue via X-Server |
| sum_aleph_presentA | Fetch catalogue records from the SUM Aleph X-Server |
| isap_search_actsA | Search Polish legal acts indexed in ISAP via the Sejm ELI JSON API (European Legislation Identifier). Use title for full-text-in-title search; keywords match ISAP keyword tags (not arbitrary prose). Filter by publisher (e.g. DU = Dziennik Ustaw), year, type (e.g. Ustawa, Rozporządzenie), in_force, dates. Returns raw JSON with items[].ELI, title, displayAddress, texts, references. See https://api.sejm.gov.pl/eli/openapi/ |
| isap_get_actA | Fetch one legal act from ISAP by ELI identifier (same numbering as in search results). Example ELI: DU/2026/370 — Dziennik Ustaw, year 2026, position 370. Returns JSON with title, texts (PDF file names), references. |
| bs_sejm_searchA | Search the Sejm Library (Biblioteka Sejmowa) Aleph OPAC at bs.sejm.gov.pl — books, serials, parliamentary materials, etc. There is no public JSON API; this calls the same word-search form as the website (func=find-b). Returns raw HTML: the short hit list includes author, title, year, and links with doc_library + doc_number — use bs_sejm_get_item for the full bibliographic card. local_base examples: bis01 (main catalog), bis02, bis03, bis05 (articles), pos01 (Sejm recordings), tek01 (constitutional texts), sta01 (old prints), ars01 — see the library's base list on the OPAC home page. find_code: WRD = all fields (default), WST = title, WHF = author, WNW = publisher, WHP = subject, SYS = record number, etc. Only the first page of hits is returned; narrow the query or use get_item after picking doc_number from the HTML. |
| bs_sejm_get_itemA | Fetch one Sejm Library OPAC bibliographic record as HTML (func=item-global). Pass doc_library and doc_number exactly as in item-global links from bs_sejm_search results (e.g. doc_library=BIS01, doc_number=000179010). sub_library is usually BS for main stacks — copy from the link if different. Stable per record (unlike session-bound full-set-set links); suitable for caching. |
| saos_search_judgmentsA | Search Polish court judgments in SAOS (System Analizy Orzeczeń Sądowych). Use |
| saos_get_judgmentA | Fetch one SAOS judgment by numeric id (from search results items[].id or /api/search/judgments). Returns full JSON including textContent, judges, courtCases, legalBases, referencedRegulations. |
| saos_dump_servicesA | SAOS bulk dump API entry: lists hypermedia links to dump sub-services (commonCourts, judgments, scChambers, enrichments, deletedJudgments). For searching judgments without mirroring the full database prefer saos_search_judgments. Docs: https://www.saos.org.pl/help/index.php/dokumentacja-api/api-pobierania-danych |
| saos_dump_common_courtsA | SAOS dump: paginated list of common courts (names, codes, divisions). Use small page_size; responses are large. Cache TTL 24h. |
| saos_dump_sc_chambersB | SAOS dump: paginated list of Supreme Court chambers and divisions. |
| saos_dump_judgmentsA | SAOS bulk dump of judgments (full records per row — can be very large). Prefer narrow judgment_start_date/judgment_end_date and page_size 10–20. since_modification_date: incremental sync (ISO local: yyyy-MM-dd'T'HH:mm:ss.SSS). with_generated: include SAOS enrichment module fields. Not a replacement for saos_search_judgments (different use case: mirror/sync). |
| saos_dump_enrichmentsB | SAOS dump: paginated list of enrichment tags from the SAOS enrichment module (labels for judgments). |
| wolnelektury_get_bookA | Fetch one book from Wolne Lektury by URL slug (e.g. lalka, pan-tadeusz). Returns JSON: title, authors, epochs, genres, download links (epub, pdf, …), children volumes, optional fragment preview. Discover slugs via wolnelektury_list_taxonomy and wolnelektury_filter_books or from wolnelektury.pl catalog URLs. |
| wolnelektury_get_collectionA | Fetch one thematic collection by slug (metadata + embedded books list). Use wolnelektury_list_taxonomy with kind=collections to list collection slugs and titles. |
| wolnelektury_filter_booksA | List books matching combined filters (AND). API does not expose full-text search; this is the supported way to narrow the catalog. Paths are built as /api/authors/.../epochs/.../genres/.../kinds/.../books/ (see https://wolnelektury.pl/api/). Set parent_only=true to use parent_books/ (top-level works only, no sub-volumes). Requires at least one filter. Filtering only by kind_slug can return a large JSON (~1MB+); prefer adding author or epoch when possible. |
| wolnelektury_list_taxonomyA | List reference data for discovery: authors, epochs, genres, kinds, themes, or collections (names, slugs, hrefs). Use slugs with wolnelektury_filter_books or wolnelektury_get_book / wolnelektury_get_collection. Responses are cached 24h; themes/collections are ~100KB. |
| ninateka_searchA | Search Ninateka (Filmoteka Narodowa — free VOD: films, docs, theatre, audio, etc.). Uses the site's JSON API — pass keyword (required). Results are paginated with first_result and limit. Returns raw JSON with meta.totalCount and items[] (id, title, lead, type, categories, images, …). platform must stay BROWSER for web-style access (default). |
| ninateka_get_vodA | Get full JSON metadata for one Ninateka item by numeric id (from ninateka_search items[].id). Includes description, categories, images, type (VOD, EPISODE, SERIAL, …) when present. Does not return streaming URLs or DRM — metadata only. |
| gapla_searchA | Search the Gapla film poster gallery (Filmoteka Narodowa) — Polish and international film posters and festival materials. No JSON API; uses the same GET form as the website (szukaj.html). Returns raw HTML with poster thumbnails and links to plakat/{id}/….html. typ: tytul (title), autor (artist), rezyseria (director). sort: alfabetycznie (default), chronologicznie_asc, chronologicznie_desc. Use gapla_get_poster with numeric id parsed from result links. |
| gapla_get_posterA | Fetch one Gapla poster detail page as HTML by numeric id (from gapla_search links plakat/ID/…). URL pattern: /plakat/{id}.html — slug in the public URL is optional for retrieval. Returns raw HTML (metadata, credits, image links); no separate JSON API. |
| ludzie_searchA | Search scientist profiles in Ludzie Nauki (ludzie.nauka.gov.pl), Poland's public researcher registry. Structured search with pagination (0-based page). Filter by surname, optional first name, optional scientific domain code (e.g. DZ0106N). Omit name filters to browse ordered results (large totalHits). Response includes profileId for ludzie_get_scientist and public profile URLs under /ln/profile/{id}. |
| ludzie_semantic_searchA | Semantic / full-text-style search of Ludzie Nauki profiles (ludzie.nauka.gov.pl). Use for research topics, keywords, or natural-language queries (not only surnames). Returns a ranked list of profiles with profileId (for ludzie_get_scientist) and profile URLs. Large responses are truncated in the summary — narrow full_query if you need exhaustive lists. |
| ludzie_get_scientistA | Fetch public detail for one Ludzie Nauki profile: ORCID, academic degrees/titles (POLON), and top keywords. profile_id is the profileId field from ludzie_search or ludzie_semantic_search. Returns a compact JSON object; see profileUrl for the human-readable page. |
| pauart_searchA | Search the PAU (Polish Academy of Arts and Sciences) art collection catalogue (PAUart, pauart.pl). Uses the public Collectio/Elasticsearch search API (POST /api/search). Returns titles, inventory numbers, tags, and object types. When artworks_only is true, only rows with _type artwork are kept (the index also returns dictionary matches). The UI is at http://www.pauart.pl/app — API is served over HTTP on the same host. |
| pauart_get_artworkA | Fetch one artwork record from PAUart by its catalogue id (e.g. AN_KIII_150_16476). Returns compact metadata (title, inventory, tags, preview path). Use ids returned by pauart_search. |
| fototeka_searchA | Search the Fototeka photo database (Polish cinema stills and production photos, Filmoteka Narodowa). There is no public JSON API; this tool returns the raw HTML search results page. search_type: tytul (film title), osoba (person), rezyseria (director), slowo_kluczowe (keywords). Use fototeka_get_photo with a numeric id from links pl/foto/view/{id}.html for one record. |
| fototeka_get_photoA | Fetch the Fototeka HTML page for a single photo by numeric id (path /pl/foto/view/{id}.html). Ids appear in search results and collection links on fototeka.fn.org.pl. Returns raw HTML (metadata, description, related links) — not the full-resolution image file. |
| filmpolski_searchA | Search FilmPolski.pl (Polish Film Database): films, TV, theatre, and people/institutions. No official JSON API — HTML is parsed into compact JSON (ids for filmpolski_get_item). match_mode: fragment (substring), start (title/name prefix), exact (exact title; for persons use 'Surname, Firstname' with comma). Respect site terms: short excerpts; cite filmpolski.pl as source. |
| filmpolski_get_itemA | Fetch one FilmPolski.pl record by numeric id (from filmpolski_search links index.php/{id}). Returns plain text extracted from the main (film or person), truncated for LLM context. Full page is HTML; this tool strips markup. Obey copyright/database notices on the site. |
| fototekaslaska_searchA | Search Fototeka Śląska (rural Silesia / Opole region historical photos, Muzeum Wsi Opolskiej). WordPress site: no JSON API for gallery CPT; parses HTML from the site search form. field: title, place, district, description, or catalog_n (matches form select |
| fototekaslaska_get_photoA | Fetch one Fototeka Śląska photo page by URL slug (path /galeria/{slug}/). Returns title, optional catalog line, main image URL, and plain text from the description/table. Respect museum copyright and terms; do not bulk-download image files without permission. |
| fn_repo_searchA | Search the Filmoteka Narodowa digital repository (repozytorium.fn.org.pl) via Apache Solr. No JSON API — returns the same HTML result page as the website (tiles with links to /?q=pl/node/…). Optional facets are Solr filter values, e.g. bundle:doc (documentary), bundle:feature (fiction), bundle:article, bundle:person. Optional page is 0-based pager index (omit or 0 for first page). |
| fn_repo_get_nodeA | Fetch one repository page by Drupal node id (numeric), as in /?q=pl/node/8937. Returns HTML (metadata, description, video embeds, person links). |
| fn_repo_film_indexA | Browse the film catalog by first letter of title (A–Z, Polish letters, or INNE). Returns HTML list linking to /?q=pl/node/… — same as the site “katalog filmów”. |
| fn_repo_browse_kindB | Browse by production kind: fiction (fabularne), documentary, animation/experimental, or magazine — same entries as the top menu. Returns HTML (not JSON). |
| dokumenty_slaska_get_pageA | Fetch a single page from the Dokumenty Śląska static site (medieval Silesian documents, regesta, seals, iconography). There is no public search API — content is static HTML; use indeks*.html for tables of contents and dokument*.html for full compilations where the menu provides them. Pass a relative path such as "indeks 1200.html", "kamenz/index.html", or "bibliografia.html". Spaces in filenames are OK. Returns raw HTML (iso-8859-2 on most pages). Follow links from the response to load further pages. |
| dokumenty_slaska_medieval_catalogA | Returns a fixed JSON list of relative paths for the main medieval document series on dokumentyslaska.pl (menu „Dokumenty”: periods up to 1333). Use dokumenty_slaska_get_page with indeks* paths for a table of contents and dokument* for the full running text for that period. This is not a database query — only a navigation aid; other collections (monasteries, chronicles, etc.) use different folders — discover paths from the homepage HTML. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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