mcp_sparql_list_repositories
List all repositories in a GraphDB server by querying its SPARQL endpoint. Enables ontology data management and integration with AI models through Ontology MCP.
Instructions
GraphDB 서버의 모든 리포지토리를 나열합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | No | SPARQL 엔드포인트 URL |
Input Schema (JSON Schema)
{
"properties": {
"endpoint": {
"description": "SPARQL 엔드포인트 URL",
"type": "string"
}
},
"required": [],
"type": "object"
}