mek_fulltext_search
Search the full text of MEK documents for free-text queries. Returns matching documents with text snippets and direct links to the match location.
Instructions
Free-text search in the full text of MEK documents. Returns matching documents with a text snippet around the match and a direct link to the match location. Use this when the query concerns document CONTENT rather than catalogue metadata, or as a fallback when metadata searches find nothing.
Returns: {total, offset, limit, hits: [{mek_id, url, authors, title, snippet, match_location_url}], has_more}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max hits per page (10 / 50 / 100). | |
| query | Yes | Free-text query searched in the FULL TEXT of the documents (not just metadata). Use Hungarian words for Hungarian documents, e.g. 'mesterséges intelligencia'. | |
| offset | No | Paging offset. | |
| broad_topic | No | Restrict to a broad MEK collection: all (default), science_math (természettudományok és matematika), technology_economy (műszaki tudományok, gazdasági ágazatok), social_sciences (társadalomtudományok), humanities_literature (humán területek, kultúra, irodalom), reference_other (kézikönyvek és egyéb műfajok). | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||