action crucible_get_reviews_for_term { label: "getReviewsForTerm" description: "Search for reviews where the name, description, state or permaId contain the specified term." provider: crucible method: GET path: "/rest-service/search-v1/reviews" encoding: json input: { type: "object" properties: { maxReturn: { type: "string" } term: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }