Skip to main content
Glama

Server Details

MCP server for the RPG-Schema.org definition and helping the usage of RPG-Schemas in TTRPG manuals

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.6/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: add_ontology registers new ontologies, compose merges them, inspect_ontology examines one, list_ontologies catalogs them, search_classes finds classes, and search_properties finds properties. The separation between search_classes and search_properties is particularly well-defined.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case: add_ontology, compose, inspect_ontology, list_ontologies, search_classes, and search_properties. The naming is predictable and readable throughout the set.

Tool Count5/5

With 6 tools, this server is well-scoped for managing ontologies in an RPG context. Each tool earns its place by covering distinct operations like registration, composition, inspection, listing, and searching, without being overly sparse or bloated.

Completeness4/5

The tool set provides strong coverage for ontology management, including CRUD-like operations (add, list, inspect) and composition/search functions. A minor gap exists in lacking update or delete tools for ontologies, but agents can likely work around this by re-adding or ignoring modifications.

Available Tools

6 tools
add_ontologyInspect

Register a new baseline ontology by providing its TTL content. The ontology is saved to the catalog and becomes available for inspection, search, and composition.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
tagsNo
labelNo
descriptionNo
ttl_contentYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

composeInspect

Compose multiple baseline ontologies into a single schema card. Pass a list of ontology slugs. Returns a merged schema card ready to use as the starting point for extraction.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugsYes
target_namespaceNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

inspect_ontologyInspect

Inspect a baseline ontology: returns all classes, datatype properties, and object properties in schema-card format.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

list_ontologiesInspect

List all registered baseline ontologies in the catalog.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

search_classesInspect

Search for classes across all registered ontologies. Matches class name or description (case-insensitive substring).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

search_propertiesInspect

Search for properties (datatype + object) across all ontologies. Matches property name, domain, range, or description.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources