Disclosure detail
get_disclosureRetrieve a specific PSE disclosure's details, attachment links, and body HTML by edge_no. Includes company, template, date, related documents, with configurable attachment limits.
Instructions
Get one disclosure's details and attachment links by its edge_no.
edge_no is the 32-character hex id returned by search_disclosures. Returns the company, template, date, related documents, and URLs for each attachment plus the rendered body HTML. To read a file's contents, use the attachment's resource_uri (pse-edge://attachment/) via resources/read — the tools themselves stay metadata-only; download_url remains for callers that can fetch URLs directly.
At most max_files attachments are returned (default 20, max 100). attachments_total always reports how many exist; if attachments_truncated is true, call again with a higher max_files — the disclosure is cached, so the repeat costs nothing upstream.
A published disclosure never changes, so these results are cached permanently (meta.data_policy is "immutable").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge_no | Yes | ||
| max_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||