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