Surface undocumented filter params across four skills#4
Open
ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
Open
Surface undocumented filter params across four skills#4ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
Conversation
Adds valid but previously undocumented ZoomInfo API parameters to build-list, enrich-contact, enrich-company, and find-similar: - build-list: hasEmail, hasPhone, lastUpdatedDateAfter (data quality filters), metroArea (metro-precision geography), fundingStage (Series A/B/C targeting); all mapped from natural language - enrich-contact: hasEmail in fallback search to narrow ambiguous name matches; supplementalEmail in output; stale-record flag when lastUpdated > 12 months - enrich-company: metroArea in fallback search; fundingStage and metroArea surfaced in Growth Signals output block - find-similar: documents that find_similar_companies does not accept firmographic filters directly; instructs post-filtering or cross-referencing via search_companies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds valid but previously undocumented ZoomInfo API parameters to four existing skills. These parameters exist in the ZoomInfo API but were absent from the skill workflows, meaning users couldn't access them through natural language in Cowork.
Type of change
Skills affected
skills/build-list/skills/enrich-contact/skills/enrich-company/skills/find-similar/ZoomInfo tools used
No new tools — enhancements to existing tool usage patterns.
Changes per skill
build-listhasEmail: true— maps from natural language like "with verified email" or "has email"; narrows contact lists to records with email on filehasPhone: true— maps from "with direct phone" or "has phone"lastUpdatedDateAfter— maps from "updated in the last X months"; computed from today's date; ensures freshness on large listsmetroArea— metro-precision geography filter (more precise thanstatealone); maps from "in the [city] area"fundingStage— maps from "Series B+", "recently funded", "post-Series A"; enables funding-stage-based prospectingenrich-contacthasEmail: trueadded as a fallback search refinement when name+company returns too many resultssupplementalEmailadded to output format (secondary email addresses)lastUpdated> 12 months, surface a warning to re-verify before outreachenrich-companymetroAreaadded to fallback search when user provides a city or metro area for disambiguationfundingStageandmetroAreaadded to Growth Signals output blockfind-similarfind_similar_companiesdoes not accept firmographic filters directly. Instructs Claude to apply geography/size/funding constraints as post-filters or cross-reference viasearch_companies.Testing
Parameters validated against ZoomInfo API documentation. End-to-end Cowork testing pending credential access.
Entitlements required
None — all parameters are available on standard ZoomInfo API access.
Checklist