watsonx.data MCP Proxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL). Optional, default is likely INFO. | INFO |
| WATSONX_DATA_URL | Yes | URL of the watsonx.data Premium instance, e.g., https://your-instance.lakehouse.saas.ibm.com/api/v2/mcp/ | |
| IBM_CLOUD_API_KEY | Yes | IBM 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
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.
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.
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.
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.