action shutterstock_echo { label: "Echo text" provider: shutterstock method: GET path: "/v2/test" encoding: json input: { type: "object" properties: { text: { type: "string" } } additionalProperties: false } output: { type: "object" description: "Text to echo in the response" properties: { text: { type: "string" } } } }