# Toofi Procedure Lookup Skill

Use this skill when a clinic agent needs to map a natural-language dental procedure request to structured Toofi catalog entries without patient data.

Safety boundary: this skill does not diagnose, approve treatment, or access PHI. It returns planning catalog candidates only.

## Endpoint

POST https://toofi.app/api/agent/dental-procedures/lookup

## Input

```json
{
  "request_id": "req-001",
  "query": "implant and crown for lower molar",
  "language": "en",
  "limit": 5
}
```

## Output

Read `matches`. Prefer entries with higher `confidence`. Use `price_profile_id`, `target`, `group_mode`, and `base_price` as structured planning anchors.

Do not treat results as final treatment recommendations. Route clinical use to dentist approval.
