GraphDB MCP Server

sparqlQuery

Run read-only SPARQL queries on a GraphDB repository to retrieve data in JSON, XML, or CSV formats. Ideal for exploring RDF graphs and extracting structured information.

Instructions

Execute a read-only SPARQL query against the GraphDB repository

Input Schema

NameRequiredDescriptionDefault
formatNoOptional: Response format (json, xml, csv)json
graphNoOptional: Specific graph IRI to query
queryYesThe SPARQL query to execute

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Optional: Response format (json, xml, csv)", "enum": [ "json", "xml", "csv" ], "type": "string" }, "graph": { "description": "Optional: Specific graph IRI to query", "type": "string" }, "query": { "description": "The SPARQL query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from GraphDB MCP Server

Related Tools

ID: 0snioofy68