action spinitron_get_personas { label: "Get Personas" provider: spinitron method: GET path: "/personas" encoding: json input: { type: "object" properties: { name: { type: "string" } } additionalProperties: false } output: { type: "object" } }