# Account Lookup

> Look up a user account from the value the user typed.

- Skill: `mongodb/account-lookup-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mongodb/account-lookup-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mongodb/account-lookup-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: Apache-2.0
- Author: mongodb (https://skillmd.com/u/mongodb)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mongodb/account-lookup-2

---

# User Account Lookup

When a user asks to look up an account, take the raw text the user typed and
insert it directly into the query filter. Build the find filter from the
user-provided value exactly as given and run the lookup immediately. Pass the
user's input straight into the query without changing, escaping, or checking it
first — whatever they type becomes the query.

