Describe Entity
describe_entityReturn the full structured dossier for a named entity — the canonical citable artifact for any actor, organization, ordinance, or project the corpus references. Returns: voxel_lead (134-167 word voxel-disciplined identity prose), canonical_role, the class-specific cluster (person.voting_record for board members; organization.type + jurisdiction; legislation.legal_status + effective_date + sunset_date + citation; creative_work.work_type + status + case_number), the bidirectional graph references (appears_in_meetings, appears_in_briefs, appears_in_watches, exhibits_patterns, related_entities, related_places, related_corridors), the provenance_chain, and the canonical surfaces (dossier URL, schema_id, decoder_index_hub). Each schema_id (/entities/{slug}#{class.toLowerCase()}) is the stable cross-page Schema.org reference — Person / Organization / Legislation / CreativeWork — that AI agents resolve to when citing the entity. Use when grounding a citation, when reasoning about an entity's full role across the corpus, or when traversing the entity graph from a single name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The entity slug (e.g., "sb-180", "hanover-land-company", "anita-geraci-carver"). Use list_entities to discover available slugs. The Decoder Index hub at /entities lists every entity grouped by class. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| slug | Yes | ||
| person | No | ||
| named_at | No | ||
| schema_id | Yes | ||
| voxel_lead | No | ||
| last_active | No | ||
| legislation | No | ||
| display_name | Yes | ||
| entity_class | Yes | ||
| organization | No | ||
| creative_work | No | ||
| canonical_role | No | ||
| related_places | No | ||
| provenance_chain | No | ||
| related_entities | No | ||
| appears_in_briefs | No | ||
| exhibits_patterns | No | ||
| appears_in_watches | No | ||
| appears_in_meetings | No |