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
See and control every tool call
Available Tools
6 toolsadd_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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| tags | No | ||
| label | No | ||
| description | No | ||
| ttl_content | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slugs | Yes | ||
| target_namespace | No |
inspect_ontologyInspect
Inspect a baseline ontology: returns all classes, datatype properties, and object properties in schema-card format.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
list_ontologiesInspect
List all registered baseline ontologies in the catalog.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_classesInspect
Search for classes across all registered ontologies. Matches class name or description (case-insensitive substring).
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
search_propertiesInspect
Search for properties (datatype + object) across all ontologies. Matches property name, domain, range, or description.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!