Ontology MCP

mcp_sparql_list_graphs

Retrieve a list of all named graphs within a specified repository using SPARQL queries on the Ontology MCP server.

Instructions

지정된 리포지토리의 모든 명명된 그래프를 나열합니다

Input Schema

NameRequiredDescriptionDefault
endpointNoSPARQL 엔드포인트 URL
repositoryNo그래프를 조회할 리포지토리 이름

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "SPARQL 엔드포인트 URL", "type": "string" }, "repository": { "description": "그래프를 조회할 리포지토리 이름", "type": "string" } }, "required": [], "type": "object" }
ID: mxvujkgabm