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
COMMENT '{"analytics.user_sessions:description": "Get user session data", "user_id": "The user ID to filter by", "start_date": "Start of the period"}'
113
+
COMMENT '{"name": "get_user_sessions", "description": "Get user session data", "params": {"user_id": "The user ID to filter by", "start_date": "Start of the period"}}'
111
114
```
112
115
113
-
If the comment is not valid JSON, it is treated as a plain string description for the tool.
114
-
115
-
When a parameter description is provided via JSON, it is appended to the ClickHouse type in the tool's parameter description (e.g., "UInt64, The user ID to filter by").
116
+
Notes:
117
+
- The `name` field is optional and will override the auto-generated tool name if provided
118
+
- If the comment is not valid JSON, it is treated as a plain string description for the tool
119
+
- When a parameter description is provided via JSON, it is appended to the ClickHouse type in the tool's parameter description (e.g., "UInt64, The user ID to filter by")
0 commit comments