action monarchinitiative_get_physical_interaction { label: "Returns list of models" provider: monarchinitiative method: GET path: "/cam/physical_interaction" encoding: json input: { type: "object" properties: { contributor: { type: "string" } title: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }