action hhs_get_resources_json { label: "Get Resources by search query" description: "Global search" provider: hhs method: GET path: "/resources.json" encoding: json input: { type: "object" properties: { q: { type: "string" } } required: ["q"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }