action sinao_app_settings_get { label: "Get app config" description: "Get a configuration variable by key" provider: sinao method: GET path: "/apps/{appId}/settings" encoding: json input: { type: "object" properties: { key: { type: "string" } } additionalProperties: false } output: { type: "object" } }