Add Explorium as alternative data supplier for prospect lists#12
Merged
Conversation
… tools - New explorium feature (tools/schema/repository) wrapping the /api/v1/explorium/people/create-list and add-more endpoints - Register Explorium tools in the MCP entry point - Update verify-tools and audit-endpoints scripts (now 65 tools) - Document Explorium across TOOL_REFERENCE, ENDPOINT_CHECKLIST, TESTING, README, and .llm.txt as an interchangeable supplier to Apollo
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Adds Explorium as an alternative data supplier to Apollo for prospect list creation and enrichment. This includes new MCP tools, API endpoints, schema validation, and comprehensive documentation updates.
Key Changes
New Features
explorium_create_list: Create Explorium-backed prospect lists with async processingexplorium_add_more: Append additional leads to existing Explorium listsidempotency_keyfor safe retriesImplementation
Schema validation (
features/pilot-tools/explorium/schema.ts):exploriumCreateListSchema: Validates list name, search criteria, and optional idempotency keyexploriumAddMoreSchema: Validates list ID and optional lead count (1-10000)Repository layer (
features/pilot-tools/explorium/repository.ts):exploriumCreateList(): POST to/api/v1/explorium/people/create-listexploriumAddMore(): POST to/api/v1/explorium/people/add-moreTool registration (
features/pilot-tools/explorium/tools.ts):Documentation Updates
API Reference (
public/.llm.txt):prospect-lists:writerequirementsearch_sourcevalues to includeexploriumTool Reference (
docs/TOOL_REFERENCE.md):Testing & Verification:
ENDPOINT_CHECKLIST.mdwith Explorium endpoints and statusTESTING.mdbilling warningsverify-tools.mjsto expect 2 new Explorium toolsaudit-endpoints.mjsto skip Explorium tools for billing reasonsProject Structure (
docs/README.md):explorium/to feature directory listingIntegration
features/pilot-tools/mcp/register.ts)wait_for_prospect_listNotable Details
pending→processing→completed(orfailedafter 3 retries)https://claude.ai/code/session_01JJA4vx6BW3rEaQxgcNsj5m