get_user_id
Retrieve the current user's UUID for constructing personal resource paths. Returns a unique identifier to reference user-specific data efficiently in the SingleStore MCP Server environment.
Instructions
Retrieve the current user's unique identifier.
Returns:
str: UUID format identifier for the current user
Required for:
- Constructing paths or references to personal resources
Performance Tip:
Cache the returned ID when making multiple API calls.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No |