list_my_memberships
List every workspace, project, and chat the bot user is a member of, with the roles granted on each.
Read-only tool.
List every workspace, project, and chat the bot user is a member of, with the roles granted on each. Call this first when the user asks "what can you see?" or you need to discover which projectId / workspaceId to use for a follow-up tool. Returns a flat array; the same bot user can be a member of many resources at different role tiers.
Input
This tool takes no input.
JSON Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}