action thenounproject_get_recent_icons { label: "Get recent icons" description: "Returns list of most recently uploaded icons" provider: thenounproject method: GET path: "/icons/recent_uploads" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }