Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GRAPHDB_ENDPOINT | Yes | The URL of the GraphDB endpoint | http://localhost:7200 |
GRAPHDB_PASSWORD | No | Password for authenticating with GraphDB | |
GRAPHDB_USERNAME | No | Username for authenticating with GraphDB | |
GRAPHDB_REPOSITORY | Yes | The name of the GraphDB repository to connect to |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
sparqlQuery | Execute a read-only SPARQL query against the GraphDB repository |
listGraphs | List all graphs in the repository |