Browse Vocabulary
browse_vocabularyBrowse and paginate through concepts in a controlled vocabulary, filter by keyword and language to explore large code lists like ICD codes or municipalities.
Instructions
Browse concepts in a vocabulary with pagination support.
Args:
schemeUri: URI of the ConceptScheme
limit: Items per page (default: 50)
offset: Items to skip (default: 0)
keyword: (optional) Filter by label
lang: "it" | "en" | "any" (default: "any")
Returns:
concepts: List of concepts with code and label
pagination: Total count, offset, has_more
When to use this vs X:
vs
search_in_vocabulary: this is the preferred default for exploring a known ConceptScheme because it supports pagination and optionalkeyworduse
search_in_vocabularyonly for a lightweight keyword lookup when pagination is not needed
Use for: Large vocabularies that need pagination (e.g., ICD codes, municipalities)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Preferred label language; "any" keeps all languages. | any |
| limit | No | ||
| offset | No | ||
| keyword | No | Optional keyword filter | |
| schemeUri | Yes | URI of the ConceptScheme |