{"tools":[{"name":"search_book","title":"Search Akvarieboken","description":"Search Akvarieboken PDF and return relevant chunks with page sources.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query in Swedish or English."},"limit":{"type":"integer","minimum":1,"maximum":10,"description":"Maximum number of chunks to return."}},"required":["query"]},"annotations":{"readOnlyHint":true,"openWorldHint":false}},{"name":"get_book_section","title":"Get Book Section","description":"Fetch chunks matching a heading or section name.","inputSchema":{"type":"object","properties":{"section_or_heading":{"type":"string","description":"Heading or section name to fetch."},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Maximum number of chunks to return."}},"required":["section_or_heading"]},"annotations":{"readOnlyHint":true,"openWorldHint":false}},{"name":"answer_from_book","title":"Answer From Book Sources","description":"Return source chunks that can support an answer from the book.","inputSchema":{"type":"object","properties":{"question":{"type":"string","description":"Question to answer using only Akvarieboken sources."},"limit":{"type":"integer","minimum":1,"maximum":6,"description":"Maximum number of source chunks."}},"required":["question"]},"annotations":{"readOnlyHint":true,"openWorldHint":false}},{"name":"get_download_info","title":"Get Download Info","description":"Return official download and reader links for Akvarieboken.","inputSchema":{"type":"object","properties":{}},"annotations":{"readOnlyHint":true,"openWorldHint":false}},{"name":"get_pdf_version","title":"Get PDF Version","description":"Return indexed PDF hash, page count, chunk count and index time.","inputSchema":{"type":"object","properties":{}},"annotations":{"readOnlyHint":true,"openWorldHint":false}}]}