generate_accessibility_statement
Generate a GOV.UK accessibility statement from an audit. Provide an audit ID or URL to create the statement.
Instructions
Draft a GOV.UK-format accessibility statement from an audit.
Provide either audit_id (from a previous audit tool call) or url (to audit now).
Args: audit_id: Id returned by a previous audit tool call. url: URL to audit now if no audit_id is given. service_name: Name of the service (statement heading). organisation: Organisation running the website. contact_email: Accessibility contact email. website_url: The website/service URL the statement covers. audit_date: Date the audit was carried out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| audit_id | No | ||
| audit_date | No | [date] | |
| website_url | No | [website URL] | |
| organisation | No | [organisation] | |
| service_name | No | [service name] | |
| contact_email | No | [contact email] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||