action bigoven_recipe_get_step { label: "Gets recipe single step as text" provider: bigoven method: POST path: "/recipe/get/saved/step" encoding: json input: { type: "object" properties: { recipeId: { type: "integer" format: "int32" } stepId: { type: "integer" format: "int32" } userName: { type: "string" } } required: ["recipeId", "stepId", "userName"] additionalProperties: false } output: { type: "string" } }