Skip to main content
Glama

YDB MCP

Official
by ydb-platform
Apache 2.0
17
  • Linux
  • Apple

ydb_query

Execute SQL queries on YDB databases via the YDB MCP server to retrieve or manipulate data programmatically, supporting AI-powered database operations.

Instructions

Run a SQL query against YDB database

Input Schema

NameRequiredDescriptionDefault
paramsNo
sqlYes

Input Schema (JSON Schema)

{ "properties": { "params": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "sql": { "title": "Sql", "type": "string" } }, "required": [ "sql" ], "title": "queryArguments", "type": "object" }

You must be authenticated.

Other Tools from YDB MCP

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/ydb-platform/ydb-mcp'

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