action gerermesaffaires_get_hub_spaces_space_id_menus { label: "get_hub_spaces_spaceId_menus" description: "Returns predefined folders and workbooks of the Hub for the space" provider: gerermesaffaires method: GET path: "/hub/spaces/{spaceId}/menus" encoding: json input: { type: "object" properties: { spaceId: { type: "string" } } required: ["spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }