The AI Agent prompt exposes five user context tokens, language, locale, timezone, date_format and unit_of_measure, and carries no logged in user name, user id or resource id. A user scoped request such as "my open tasks on this project" cannot filter by the current user without first running MCP calls
STEPS TO REPRODUCE:
Expected Results: The agent has the signed in user's resource id in context and returns that user's open tasks on the project in a single filtered data fetch.
Actual Results: The agent has no user identity in context, so to resolve the user it first runs extra tool calls to find out who the caller is before it can filter tasks by resource id. With no reliable identity it may filter on the wrong resource, ask the user to identify themselves or indicate there were no tasks found
Clarity 16.4.3
DE211472
In Review by Engineering