Skip to main content
Glama
italia

Schema.gov.it MCP Server

Official
by italia

List Ontologies

list_ontologies
Read-onlyIdempotent

Retrieve available ontologies with labels, ordered alphabetically. Normalize trailing slashes to merge duplicates, or include raw variants to expose catalog inconsistencies.

Instructions

List available Ontologies (Data Models) and their titles.

Args:

  • limit: Maximum number of ontologies to return (default: 50)

  • normalize_trailing_slash: If true, merge ontology IRIs that differ only by a final "/" (default: true)

  • include_variants: If true and normalization is enabled, include raw URI variants to expose catalog inconsistencies

Returns:

  • List of ontology URIs with labels/titles, ordered alphabetically

Note: Some ontologies are duplicated in the catalog with and without a trailing slash. By default this tool normalizes them, but you can inspect the raw variants when cleaning the catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
include_variantsNo
normalize_trailing_slashNo
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive. Description adds value by explaining normalization of trailing slashes and return ordering, which are behavioral traits beyond annotations.

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

Conciseness4/5

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

Well-structured with Args, Returns, and Note sections. Efficiently covers multiple aspects without verbosity. Purpose is front-loaded.

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

Completeness4/5

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

Covers purpose, parameters, behavior, and return format. No output schema exists, but description adequately documents return list content and ordering.

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?

All three parameters are explained with defaults and effects, compensating for 0% schema description coverage. Provides meaningful usage context (e.g., normalize_trailing_slash, include_variants).

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

Purpose4/5

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

Description clearly states 'List available Ontologies' and mentions specific resource type and ordering. It is specific but does not explicitly differentiate from sibling list tools like list_vocabularies or list_datasets.

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

Usage Guidelines3/5

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

Description explains default parameter behaviors and provides guidance on using include_variants for catalog cleaning. However, it does not give when-not-to-use context or compare with alternative tools.

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