get_self
Get the bot's own public profile — id, displayName, avatar, color, accountType.
Read-only tool.
Get the bot's own public profile — id, displayName, avatar, color, accountType. Use this at startup or when the user asks "who am I?" / "what's my user id?". (Resolved from the bot's own memberships — bot credentials have no direct self-profile endpoint.)
Input
This tool takes no input.
JSON Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}