|
| 1 | +[ |
| 2 | + { |
| 3 | + "name": "match-business", |
| 4 | + "description": "Get the Explorium business IDs from business name and/or domain in bulk", |
| 5 | + "arguments": [] |
| 6 | + }, |
| 7 | + { |
| 8 | + "name": "fetch-businesses", |
| 9 | + "description": "Fetch businesses from the Explorium API using filter criteria", |
| 10 | + "arguments": [] |
| 11 | + }, |
| 12 | + { |
| 13 | + "name": "fetch-businesses-statistics", |
| 14 | + "description": "Fetch aggregated insights into businesses by industry, revenue, employee count, and geographic distribution", |
| 15 | + "arguments": [] |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "fetch-businesses-events", |
| 19 | + "description": "Retrieves business-related events from the Explorium API in bulk", |
| 20 | + "arguments": [] |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "enrich-business", |
| 24 | + "description": "Enriches business data using up to 5 parallel enrichment calls", |
| 25 | + "arguments": [] |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "match-prospects", |
| 29 | + "description": "Match specific individuals to get their Explorium prospect IDs", |
| 30 | + "arguments": [] |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "fetch-prospects", |
| 34 | + "description": "Fetch prospects (employees) from the Explorium API using detailed filter criteria", |
| 35 | + "arguments": [] |
| 36 | + }, |
| 37 | + { |
| 38 | + "name": "fetch-prospects-events", |
| 39 | + "description": "Retrieves prospect-related events from the Explorium API in bulk", |
| 40 | + "arguments": [] |
| 41 | + }, |
| 42 | + { |
| 43 | + "name": "fetch-prospects-statistics", |
| 44 | + "description": "Fetch aggregated insights into prospects by job department and geographic distribution", |
| 45 | + "arguments": [] |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "enrich-prospects", |
| 49 | + "description": "Enriches prospect data using up to 3 parallel enrichment calls", |
| 50 | + "arguments": [] |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "autocomplete", |
| 54 | + "description": "Autocomplete values for business filters based on a query", |
| 55 | + "arguments": [] |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "web-search", |
| 59 | + "description": "Perform web search using Explorium Search capabilities", |
| 60 | + "arguments": [] |
| 61 | + } |
| 62 | +] |
0 commit comments