Skip to main content
Glama

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" }
Install Server

Other Tools from GraphDB MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keonchennl/mcp-graphdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server