Skip to main content
Glama
LA3D

Earth616 Vocabulary Service

by LA3D

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoNode environment (e.g., development, production)development

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hello_vocabB

Simple hello world tool for Earth616 vocabulary service

explore_vocabularyB

Get a comprehensive overview of all available Earth616 vocabulary resources, files, and capabilities

list_all_filesB

List all available files across ontologies, contexts, shapes, and examples with descriptions

get_ontology_infoB

Get basic information about the Earth616 ontology

test_ontology_serverA

Test connectivity to the ontology file server

list_example_filesB

List available example ontology files

read_example_fileB

Read the contents of a specific example file

list_ontology_releasesB

List available ontology release versions

read_ontology_fileB

Read a specific ontology file from a release

list_context_releasesA

List available JSON-LD context release versions

read_context_fileB

Read a specific JSON-LD context file from a release

list_shape_releasesA

List available SHACL shape release versions

read_shape_fileA

Read a specific SHACL shape file from a release

resolve_uriB

Resolve a persistent URI to its deployment URL with content negotiation

resolve_termB

Resolve a vocabulary term to its definition, context, and related information

get_layer_infoA

Get information about available CogitareLink layers and their URI mappings

discover_shapesB

Discover and list all available SHACL shapes with their URIs and descriptions

get_shape_contentC

Get the full content of a specific SHACL shape file with proper dereferencing

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 18 tools

Disambiguation4/5

Most tools have clear distinct purposes, but list_all_files overlaps with specific list functions and some read functions are similar across file types, causing minor potential confusion.

Naming Consistency4/5

Tool names follow a consistent verb_noun snake_case pattern for the most part, though 'hello_vocab' uses a non-verb greeting, slightly breaking the pattern.

Tool Count4/5

18 tools is reasonable for a vocabulary service covering multiple file types and operations, though slightly on the higher side; each tool seems justified.

Completeness4/5

The tool set covers browsing and reading of ontologies, contexts, shapes, and URIs, but lacks a tool to list all vocabulary terms, leaving a minor gap in discoverability.

Maintenance

ActivityInactive
ResponsivenessNo issues