@@ -776,26 +776,6 @@ Return ONLY the timestamp string in ISO 8601 format - no explanations, no quotes
776776 } ,
777777 inputs : {
778778 operation : { type : 'string' , description : 'Apollo operation to perform' } ,
779- person_titles : { type : 'json' , description : 'Array of job titles' } ,
780- person_locations : { type : 'json' , description : 'Array of locations' } ,
781- organization_names : { type : 'json' , description : 'Array of organization names' } ,
782- person_seniorities : { type : 'json' , description : 'Array of seniority levels' } ,
783- contact_stage_ids : { type : 'json' , description : 'Array of contact stage IDs' } ,
784- organization_locations : { type : 'json' , description : 'Array of organization locations' } ,
785- organization_num_employees_ranges : {
786- type : 'json' ,
787- description : 'Array of employee count ranges' ,
788- } ,
789- q_organization_keyword_tags : { type : 'json' , description : 'Array of keyword tags' } ,
790- account_stage_ids : { type : 'json' , description : 'Array of account stage IDs' } ,
791- people : { type : 'json' , description : 'People data for bulk enrichment' } ,
792- organizations : { type : 'json' , description : 'Organizations data for bulk enrichment' } ,
793- contacts : { type : 'json' , description : 'Contacts data for bulk operations' } ,
794- accounts : { type : 'json' , description : 'Accounts data for bulk operations' } ,
795- contact_ids : { type : 'json' , description : 'Array of contact IDs' } ,
796- account_ids : { type : 'json' , description : 'Array of account IDs' } ,
797- stage_ids : { type : 'json' , description : 'Array of stage IDs' } ,
798- owner_ids : { type : 'json' , description : 'Array of owner IDs' } ,
799779 } ,
800780 outputs : {
801781 success : { type : 'boolean' , description : 'Whether the operation was successful' } ,
0 commit comments