action rbaskets_get_api_baskets_name { label: "Get basket settings" description: "Retrieves configuration settings of this basket." provider: rbaskets method: GET path: "/api/baskets/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }