Skip to main content
Glama

Ditto MCP Server

by evtapps
MIT License
  • Linux
  • Apple

execute_dql

Execute parameterized DQL queries to retrieve and manipulate data in Ditto databases with transaction support and timeout controls.

Instructions

Runs a query in Ditto using a parameterized DQL statement

Input Schema

NameRequiredDescriptionDefault
apiKeyNoDitto API key (prefer env over passing here)
argsNoNamed parameters for the DQL
baseUrlNoOverrides DITTO_BASE_URL for this call
statementYesDQL statement to execute (single statement; no trailing ';')
timeoutMsNoPer-call timeout override (ms)
transactionIdNoOptional X-DITTO-TXN-ID for consistency

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "Ditto API key (prefer env over passing here)", "minLength": 1, "type": "string" }, "args": { "additionalProperties": {}, "description": "Named parameters for the DQL", "type": "object" }, "baseUrl": { "description": "Overrides DITTO_BASE_URL for this call", "format": "uri", "type": "string" }, "statement": { "description": "DQL statement to execute (single statement; no trailing ';')", "minLength": 1, "type": "string" }, "timeoutMs": { "description": "Per-call timeout override (ms)", "exclusiveMinimum": 0, "maximum": 60000, "type": "integer" }, "transactionId": { "description": "Optional X-DITTO-TXN-ID for consistency", "minimum": 0, "type": "integer" } }, "required": [ "statement" ], "type": "object" }

Other Tools from Ditto 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/evtapps/ditto-mcp'

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