action frankiefinancial_query_entity { label: "Retrieve Entity Details" description: "Query the current status and details of a given entityId.\n" provider: frankiefinancial method: GET path: "/entity/{entityId}" encoding: json output: { type: "object" additionalProperties: true } }