action frankiefinancial_query_document_full { label: "Retrieve Document and Scan Data" description: "Query the current status and details of a given documentId. Also returns all document file data, not just the metadata.\n" provider: frankiefinancial method: GET path: "/document/{documentId}/full" encoding: json output: { type: "object" additionalProperties: true } }