action gerermesaffaires_get_spaces_id { label: "get_spaces_id" description: "Returns a space" provider: gerermesaffaires method: GET path: "/spaces/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }