Skip to main content
Glama

whoami

Retrieve the Looker user currently authenticated for this MCP session. Returns the user record matched to the active session token.

Instructions

Return the Looker user this MCP session is currently authenticated as. Calls GET /user, which Looker resolves against the active session token — so when the session is sudo-impersonating another user (per-call act_as_user or X-User-Token header), the impersonated user's record is returned. Useful when the same Looker instance has multiple similarly-named users and you need to confirm which one the MCP is operating as.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full behavioral burden. It explains the API call (GET /user), session token resolution, and sudo-impersonation behavior. This goes beyond basic purpose and adds valuable transparency about how the tool works internally.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first states purpose, second adds context and usage. No wasted words, front-loaded with critical information. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero parameters and presence of output schema, the description explains return value indirectly (user record) and covers sudo-impersonation nuance. For a simple identity tool, this is fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so description adds no param info—this is fine. With 100% schema coverage (trivially) and baseline 4 for 0-param tools, the description does not need to add parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns the current Looker user, with specific verb ('Return'), resource ('Looker user'), and context ('MCP session'). It distinguishes itself from sibling tools like create_dashboard or delete_look by focusing on authentication identity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides when to use the tool: when there are multiple similarly-named users and confirmation of which user the MCP is operating as is needed. It lacks explicit when-not-to-use or alternative tools, but the context is clear and adequate for a simple identity tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ultrathink-Solutions/looker-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server