Skip to main content
Glama
italia

Schema.gov.it MCP Server

Official
by italia

Browse Vocabulary

browse_vocabulary
Read-onlyIdempotent

Browse 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 optional keyword

  • use search_in_vocabulary only for a lightweight keyword lookup when pagination is not needed

Use for: Large vocabularies that need pagination (e.g., ICD codes, municipalities)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoPreferred label language; "any" keeps all languages.any
limitNo
offsetNo
keywordNoOptional keyword filter
schemeUriYesURI of the ConceptScheme
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, non-destructive, and idempotent behavior. The description adds that it supports pagination, returns a list of concepts with code and label, and gives output structure. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear headers (Args, Returns, When to use, Use for). Every sentence adds value, no redundancy. Front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Comprehensive for a tool with 5 parameters and sibling comparison. Explains input, output, usage guidance, and use cases. No output schema, but description provides clear output structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 60% (3 of 5 parameters have descriptions). The description adds value for the undocumented 'limit' and 'offset' by listing defaults and purpose, and clearly explains optional parameters and language options.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Browse concepts in a vocabulary with pagination support', specifying the verb 'browse' and resource 'concepts in a vocabulary'. Explicitly distinguishes from sibling 'search_in_vocabulary'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit 'When to use this vs X' section, comparing with 'search_in_vocabulary' and stating that this is the preferred default for exploring a known ConceptScheme due to pagination support, while the alternative is for lightweight keyword lookups.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/italia/dati-semantic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server