mcp_sparql_list_graphs
List all named graphs in a specified repository using SPARQL queries to manage and explore ontology data efficiently on the Ontology MCP server.
Instructions
지정된 리포지토리의 모든 명명된 그래프를 나열합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | No | SPARQL 엔드포인트 URL | |
repository | No | 그래프를 조회할 리포지토리 이름 |
Input Schema (JSON Schema)
{
"properties": {
"endpoint": {
"description": "SPARQL 엔드포인트 URL",
"type": "string"
},
"repository": {
"description": "그래프를 조회할 리포지토리 이름",
"type": "string"
}
},
"required": [],
"type": "object"
}