get_profile
Fetch one profile's details by ID or default to current profile. Filters existing profile data to avoid re-scraping, and raises an error if the profile is not found.
Instructions
Fetch one profile's details, defaulting to the currently selected profile.
Calls the same scrape list_profiles uses and filters the result
(spec: "same scrape, filtered") rather than scraping again. Raises
ProfileNotFoundError if profile_id is given but matches no scraped
profile -- distinct from ProfileScrapeContractBrokenError, which
means the scrape itself is broken, not that this id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | No |