mcp-sqlalchemy

Official
Apache 2.0
7
  • Apple
  • Linux

podbc_sparql_query

Execute SPARQL queries to retrieve and analyze data from databases accessible via SQLAlchemy, with customizable options for format, timeout, and URL.

Instructions

Execute a SPARQL query and return results.

Input Schema

NameRequiredDescriptionDefault
formatNojson
queryYes
timeoutNo
urlNo

Input Schema (JSON Schema)

{ "properties": { "format": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "json", "title": "Format" }, "query": { "title": "Query", "type": "string" }, "timeout": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 300000, "title": "Timeout" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "required": [ "query" ], "title": "podbc_sparql_queryArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-sqlalchemy

Related Tools

ID: d29eq2qygt