Skip to main content
Glama
LaishGlenberg

Firebase Emulator MCP Server

auth_get_user

Retrieve a single Firebase Auth user from the emulator using email or localId, enabling inspection of user details during local development.

Instructions

Get a single Auth user by email or localId

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. 'Get' implies a read-only operation, but the description does not disclose error behavior (e.g., what happens if the identifier is not found), authentication requirements, or return format. It adds no context beyond the minimal implication of a read.

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?

The description is a single, complete sentence that directly states the purpose and key input detail. Every word contributes value, with no filler or redundant content.

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

Completeness3/5

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

The tool has a simple structure (1 param, no output schema), and the description adequately conveys the basic operation. However, the absence of any return-value description, error semantics, and usage context means the agent gets only a minimal understanding. It is sufficient for a simple getter but leaves clear gaps.

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 only defines 'identifier' as a string with zero description, so the description must compensate. It does so by explicitly stating that the identifier can be an 'email or localId', adding meaningful domain semantics that help the agent construct the parameter correctly. This goes beyond the bare schema but could be improved with format examples.

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 a specific verb ('Get') and resource ('a single Auth user') with a differentiating scope ('by email or localId'). It distinguishes this tool from siblings like auth_list_users (list vs single) and firestore_get/rtdb_get (Auth vs other data stores).

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives like auth_list_users or firestore_get. It does not mention any exclusions, prerequisites, or typical use cases, leaving the agent to infer from the name and sibling context.

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/LaishGlenberg/firebase-emulator-mcp'

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