Ontology MCP

mcp_sparql_list_repositories

Retrieves and lists all repositories from a GraphDB server’s SPARQL endpoint to enable efficient data querying and management within an ontology-based MCP server.

Instructions

GraphDB 서버의 모든 리포지토리를 나열합니다

Input Schema

NameRequiredDescriptionDefault
endpointNoSPARQL 엔드포인트 URL

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "SPARQL 엔드포인트 URL", "type": "string" } }, "required": [], "type": "object" }
ID: mxvujkgabm