Get GOV.UK Organisation
govuk_get_organisationFetch a UK government organisation's profile using its slug, returning name, acronym, type, status, web URL, and parent/child organisations.
Instructions
Get the profile of a UK government organisation by its slug.
Returns name, acronym, type, status, web URL, and parent/child organisations. Use govuk_list_organisations to browse all organisations and discover slugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Organisation slug, e.g. 'hm-revenue-customs'. Find slugs via govuk_list_organisations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Full organisation title. | |
| acronym | No | Organisation acronym, if set. | |
| slug | No | Organisation slug, e.g. 'hm-revenue-customs'. Usable with govuk_search filters. | |
| type | No | Organisation type, e.g. 'ministerial_department', 'executive_agency', 'non_ministerial_department', 'public_corporation'. | |
| state | No | GOV.UK status, e.g. 'live', 'closed', 'transitioning'. | |
| web_url | No | Absolute https://www.gov.uk URL for the organisation page. | |
| parent_organisations | No | Titles of parent organisations this body reports into. | |
| child_organisations | No | Titles of child organisations / agencies under this body. | |
| contact_details | No | Contact details block from GOV.UK (phone, email, address) when available. |