action instagram_get_users_search { label: "Search for a user by name." description: "Search for a user by name." provider: instagram method: GET path: "/users/search" encoding: json input: { type: "object" properties: { count: { type: "string" } q: { type: "string" } } required: ["q"] additionalProperties: false } output: { type: "object" additionalProperties: true } }