person / company / other), type, description, and Wikipedia link. Use it to confirm what a slug from particle_entity_resolve actually refers to — especially for the long tail that isn’t a person or company (places, organizations, events, products, concepts).
When the entity is a linked person or company the response carries the person_slug / company_slug — prefer particle_person_get / particle_company_get for those, which return the full profiles. Entity slugs feed particle_podcast_find_mentions, particle_podcast_get_episode_timeseries, and the alert tools.
Inputs
Output
A markdown document with the entity name as an H2 and**Slug:**, **Kind:**, and **Type:** rows, followed by the description paragraph and a **Wikipedia:** link when known. For linked people/companies a closing line names the profile tool to call next.
Sample:
Example
Related
- REST equivalent:
GET /v1/entities/{id}. - Resolve a free-text name to a slug first with
particle_entity_resolve.