You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user/content/integrations/mcp.md
+85Lines changed: 85 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,23 @@ Discover all available data products. Returns a list of names and descriptions.
194
194
195
195
**Parameters:** None.
196
196
197
+
**Example response:**
198
+
199
+
```json
200
+
{
201
+
"jsonrpc": "2.0",
202
+
"id": 1,
203
+
"result": {
204
+
"content": [
205
+
{
206
+
"type": "text",
207
+
"text": "[\n [\n\"\\\"materialize\\\".\\\"mcp_schema\\\".\\\"payment_status\\\"\",\n\"Given an order ID, return the current payment status.\",\n\"mcp_cluster\"\n ]\n]"
208
+
}
209
+
]
210
+
}
211
+
}
212
+
```
213
+
197
214
### `get_data_product_details`
198
215
199
216
Get the full schema (columns, types, index keys) for a specific data product.
@@ -202,6 +219,23 @@ Get the full schema (columns, types, index keys) for a specific data product.
202
219
|-----------|------|----------|-------------|
203
220
|`name`| string | Yes | Exact name from the `get_data_products` list. |
0 commit comments