Raw Fold3 request
fold3_raw_requestSends read-only GET or POST requests to Fold3 service endpoints to retrieve data not covered by other tools, such as custom searches or raw document queries.
Instructions
A read-only request to Fold3's own services for data the other tools lack: GET any path under /fold31/, /fold31-search/, /fold31-image-data/, /fold31-index-record/, /fold31-memorial/, or POST a DocumentQuery to /fold31-search/doc-search. docs/endpoints.md lists the useful paths. Prefer the other tools: their results are projected to fit and their filters are checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | post: the DocumentQuery JSON | |
| path | No | Service path, e.g. /fold31/api/publication/pub/761 | |
| action | Yes | get · post (search only) |