Name Lookup
When to use this skill
- •Query mentions a specific company name
- •User asks "What's the status of [Company]?"
- •User references an account by name (full or partial)
How to use the tool
Call lookup_account with the company name:
json
{
"tool": "lookup_account",
"args": {"query": "Sunny Days Childcare"}
}
Tool response
Returns a list of matching accounts with similarity scores:
json
[
{
"account_id": "29041",
"name": "Sunny Days Childcare Center",
"score": 0.92,
"directory_path": "mem/accounts/29041"
}
]
Next steps after lookup
- •Use the
directory_pathto readstate.mdfor current status - •Navigate to
sources/for communication history - •Read
history.mdfor recent changes