Skip to main content
Glama
kyokonishito

watsonx.data MCP Proxy

by kyokonishito

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level (DEBUG, INFO, WARNING, ERROR, CRITICAL). Optional, default is likely INFO.INFO
WATSONX_DATA_URLYesURL of the watsonx.data Premium instance, e.g., https://your-instance.lakehouse.saas.ibm.com/api/v2/mcp/
IBM_CLOUD_API_KEYYesIBM Cloud API key for authentication.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
LIST_DOCUMENT_LIBRARYB

すべての利用可能なドキュメントライブラリとそのメタデータをリストします

QUERY_DOCUMENT_LIBRARYC

指定されたドキュメントライブラリに対して自然言語クエリを実行します

LIST_DOCUMENT_SETC

指定されたドキュメントライブラリ内のすべてのドキュメントセットとそのメタデータをリストします

QUERY_DOCUMENT_SETC

指定されたドキュメントセットに対して自然言語クエリを実行します

LIST_DATA_ASSETSC

提供された接続パラメータに基づいてフィルタリングされたPrestoテーブルを返します

QUERY_DATA_ASSETSB

選択されたPrestoテーブルに対して自然言語クエリを実行します

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

The six tools form clear LIST/QUERY pairs for three distinct resource levels: document libraries, document sets, and Presto data assets. Each tool's target and action are unambiguous, and the hierarchical relationship between library and set is explicit.

Naming Consistency5/5

All tool names follow a consistent uppercase snake_case VERB_NOUN pattern (LIST_* or QUERY_* followed by the resource). There is no mixing of conventions.

Tool Count5/5

Six tools is well-scoped for a query proxy: three resource types each get exactly a list and query operation. No tool feels redundant or missing for the basic query surface.

Completeness4/5

The surface covers discovery and natural-language querying for document libraries, document sets, and Presto tables. However, it lacks any create/update/delete or ingestion operations, and there is no direct way to list individual documents within a set, so management workflows would hit gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues