action data_document { label: "Returns Document information" provider: data method: GET path: "/document.{response_format}" encoding: json input: { type: "object" properties: { documentId: { type: "string" } federalRegisterNumber: { type: "string" } response_format: { type: "string" } } required: ["response_format"] additionalProperties: false } output: { type: "object" additionalProperties: true } }