Skip to content

Commit 2af8a1b

Browse files
committed
add llm_metrics to the get_query_schema tool desc
1 parent 0ea16d4 commit 2af8a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/mcp/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const toolsMetadata = {
116116
name: "get_query_schema",
117117
title: "Get Query Schema",
118118
description:
119-
"Get the column schema for a specific TRQL table. Available tables: 'runs' (task execution data), 'metrics' (CPU, memory, custom metrics). Returns columns, types, descriptions, and allowed values for the specified table.",
119+
"Get the column schema for a specific TRQL table. Available tables: 'runs' (task execution data), 'metrics' (CPU, memory, custom metrics), 'llm_metrics' (LLM token usage, costs, latency). Returns columns, types, descriptions, and allowed values for the specified table.",
120120
},
121121
list_dashboards: {
122122
name: "list_dashboards",

0 commit comments

Comments
 (0)