Earth616 Vocabulary Service
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
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.
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.
18 tools is reasonable for a vocabulary service covering multiple file types and operations, though slightly on the higher side; each tool seems justified.
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.