webmcp/gallery

audioknihy.cz

active

9 tools · verified 3h ago · spec

Tools9 total

browse_genres

actionimperative/

no parameters

compare_all_offers

actionimperative/
work_slugstringrequiredWork slug (lowercase, hyphenated). Example: "to".
author_slugstringrequiredAuthor slug (lowercase, hyphenated). Example: "stephen-king".

find_cheapest_offer

actionimperative/
work_slugstringrequiredWork slug (lowercase, hyphenated). Example: "to".
author_slugstringrequiredAuthor slug (lowercase, hyphenated). Example: "stephen-king".

get_audiobook

actionimperative/
work_slugstringrequiredWork slug (lowercase, hyphenated). Example: "to". Combined with author_slug forms the canonical work URL.
author_slugstringrequiredAuthor slug (lowercase, hyphenated). Example: "stephen-king". Discoverable via search_audiobooks results.

get_author

actionimperative/
slugstringrequiredAuthor slug (lowercase, hyphenated). Discoverable via search_audiobooks results. Example: "stephen-king".

get_narrator

actionimperative/
slugstringrequiredNarrator slug (lowercase, hyphenated). Example: "lukas-hlavica". Discoverable via search_audiobooks results or work detail offer.narrator references.

list_partners

actionimperative/

no parameters

search_audiobooks

actionimperative/
limitintegerMaximum number of results to return. 1–50, default 10.
querystringrequiredFree-form search query. Matches against audiobook title, author name, and narrator name. Czech diacritics are normalized (so "skola" finds "škola"). 1–200 characters.

search_by_filters

actionimperative/
limitintegerMaximum number of results to return. 1–50, default 20.
year_maxintegerLatest publication year (inclusive). V1 accepts but skips this filter.
year_minintegerEarliest publication year (inclusive). V1 accepts but skips this filter.
genre_slugstringGenre slug to anchor the search. Discoverable via browse_genres. Example: "detektivky".
partner_slugstringReserved for V2 — partner-side filtering is not yet implemented and will throw if set.
narrator_slugstringNarrator slug to anchor the search. Example: "lukas-hlavica".
price_max_czknumberMaximum price in CZK applied as a post-filter on each result row.