Skip to main content
Glama

YDB MCP

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

ydb_query_with_params

Execute parameterized SQL queries with JSON parameters using YDB MCP, enabling secure and efficient database interactions through AI-powered operations.

Instructions

Run a parameterized SQL query with JSON parameters

Input Schema

NameRequiredDescriptionDefault
paramsYes
sqlYes

Input Schema (JSON Schema)

{ "properties": { "params": { "title": "Params", "type": "string" }, "sql": { "title": "Sql", "type": "string" } }, "required": [ "sql", "params" ], "title": "query_with_paramsArguments", "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