io.github.pubrio/pubrio
NPM · PUBRIO-MCP-SERVER · SCANNED AUG 3
Glocalized business data layer for AI agents. Search companies, people, and signals.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency71
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Cryptographically verified build provenance (signed, bound to pubrio/pubrio-mcp-server). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 117 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 4476 tokens (~87/item across 51 items; 51 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · pubrio-mcp-server
claude mcp add pubrio-pubrio -- npx -y pubrio-mcp-server
codex mcp add pubrio-pubrio -- npx -y pubrio-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pubrio-pubrio": {
"type": "local",
"command": [
"npx",
"-y",
"pubrio-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add pubrio-pubrio --command npx --arg -y --arg pubrio-mcp-server
mcp_servers:
pubrio-pubrio:
command: "npx"
args: ["-y", "pubrio-mcp-server"] {
"mcpServers": {
"pubrio-pubrio": {
"command": "npx",
"args": [
"-y",
"pubrio-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +53
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: pubrio/pubrio-mcp-server security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −39
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- pubrio/pubrio-mcp-server
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/pubrio/pubrio-mcp-server/.github/workflows/publish.yml@refs/tags/1.3.0
- Rekor log index:
- 1245691624
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:b14c1a7541e383640a81470b7a10d42d746b767acbd519e5286b0d5cc2d7afa6cf2d1b57ee4db892b53518aa852648f29e938ea0d2c5873ab57bde39f
- Discovery method:
- attestation_endpoint
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
batch_redeem_contacts ~82
Reveal contact details (email, phone) for multiple people at once (uses 1 credit per person per contact type). Provide people_search_ids from search_people results
| Name | Type | Req | Description |
|---|---|---|---|
| people_contact_types | string | — | Comma-separated contact types: email-personal, email-work, phone |
| peoples | string | yes | Comma-separated people_search_ids to redeem |
No output schema declared.
No examples provided.
create_monitor ~374
Create a new signal monitor to track jobs, news, or advertisements for specified companies
| Name | Type | Req | Description |
|---|---|---|---|
| companies | string | — | Comma-separated company UUIDs to monitor |
| company_filters | string | — | Advanced company filters as JSON string |
| description | string | — | Monitor description |
| destination_type | string | yes | Destination type: "webhook", "email", or "outreach_sequence" |
| detection_mode | string | yes | Detection mode: "new" or "new_and_updated" |
| domains | string | — | Comma-separated company domains to monitor |
| string | — | Email address (required when destination_type is "email") | |
| frequency_minute | number | — | Check frequency in minutes |
| is_company_enrichment | boolean | — | Enable company enrichment on trigger |
| is_people_enrichment | boolean | — | Enable people enrichment on trigger |
| linkedin_urls | string | — | Comma-separated company LinkedIn URLs to monitor |
| max_daily_trigger | number | — | Maximum daily triggers |
| max_failure_trigger | number | — | Maximum failure triggers before pausing |
| max_records_per_trigger | number | — | Maximum records per trigger |
| max_retry_per_trigger | number | — | Maximum retries per trigger |
| name | string | yes | Monitor name |
| notification_email | string | — | Email for failure notifications |
| people_enrichment_configs | array | — | People enrichment configuration array |
| retry_delay_second | number | — | Retry delay in seconds |
| sequence_identifier | string | — | Outreach sequence identifier (required when destination_type is "outreach_sequence") |
| signal_filters | array | — | Signal-specific filters array |
| signal_types | array | yes | Signal types to monitor: "jobs", "news", "advertisements" |
| webhook_url | string | — | Webhook URL (required when destination_type is "webhook") |
No output schema declared.
No examples provided.
delete_monitor ~27
Permanently delete a signal monitor
| Name | Type | Req | Description |
|---|---|---|---|
| monitor_id | string | yes | Monitor UUID to delete |
No output schema declared.
No examples provided.
duplicate_monitor ~46
Create a copy of an existing signal monitor with an optional new name
| Name | Type | Req | Description |
|---|---|---|---|
| monitor_id | string | yes | Monitor UUID to duplicate |
| name | string | — | Name for the duplicated monitor |
No output schema declared.
No examples provided.
enrich_company ~85
Enrich company data with full firmographic details including description, social links, and funding (uses credits). Provide one of: domain, linkedin_url, or domain_search_id
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | — | Company domain (e.g. "google.com") |
| domain_search_id | string | — | Pubrio domain search ID |
| linkedin_url | string | — | Company LinkedIn URL |
No output schema declared.
No examples provided.
enrich_person ~62
Enrich person with full professional details including work history and education (uses credits). Provide linkedin_url or people_search_id from a previous search
| Name | Type | Req | Description |
|---|---|---|---|
| linkedin_url | string | — | Person LinkedIn URL |
| people_search_id | string | — | Pubrio people search ID |
No output schema declared.
No examples provided.
find_similar_companies ~341
Find companies similar to a given company by domain, LinkedIn URL, or domain search ID
| Name | Type | Req | Description |
|---|---|---|---|
| categories | string | — | Comma-separated categories |
| domain | string | — | Company domain (e.g. "google.com") |
| domain_search_id | string | — | Pubrio domain search ID |
| employees | string | — | Comma-separated employee range (e.g. "1,1000") |
| exclude_locations | string | — | Comma-separated locations to exclude |
| founded_dates | string | — | Comma-separated founded date filters |
| is_enable_similarity_search | boolean | — | Enable similarity search |
| job_locations | string | — | Comma-separated job location codes |
| job_posted_dates | string | — | Comma-separated job posted date filters |
| job_titles | string | — | Comma-separated job titles |
| linkedin_url | string | — | Company LinkedIn URL |
| locations | string | — | Comma-separated location codes |
| news_categories | string | — | Comma-separated news categories |
| news_published_dates | string | — | Comma-separated news published date filters |
| page | number | — | Page number (default 1) |
| per_page | number | — | Results per page (default 25, max 25) |
| revenues | string | — | Comma-separated revenue filters |
| similarity_score | number | — | Similarity score threshold |
| technologies | string | — | Comma-separated technologies |
| vertical_categories | string | — | Comma-separated vertical categories |
| vertical_sub_categories | string | — | Comma-separated vertical sub-categories |
| verticals | string | — | Comma-separated industry verticals |
No output schema declared.
No examples provided.
get_company_sizes ~31
Reference data: get all company size range codes for use as filter values in searches (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_department_functions ~31
Reference data: get all department function codes for use as filter values in people searches (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_departments ~31
Reference data: get all department title codes for use as filter values in people searches (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_locations ~30
Reference data: get all available location codes for use as filter values in search queries (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_management_levels ~34
Reference data: get all management/seniority level codes for use as filter values in people searches (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_monitor ~43
Get detailed information about a specific signal monitor
| Name | Type | Req | Description |
|---|---|---|---|
| is_signature_reveal | boolean | — | Whether to reveal the webhook signature |
| monitor_id | string | yes | Monitor UUID |
No output schema declared.
No examples provided.
get_monitor_chart ~59
Get daily trigger statistics for a monitor over a date range
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | yes | End date (YYYY-MM-DD) |
| monitor_id | string | yes | Monitor UUID |
| start_date | string | yes | Start date (YYYY-MM-DD) |
No output schema declared.
No examples provided.
get_monitor_logs ~50
Get trigger logs for a specific signal monitor with pagination
| Name | Type | Req | Description |
|---|---|---|---|
| monitor_id | string | yes | Monitor UUID |
| page | number | — | Page number |
| per_page | number | — | Results per page |
No output schema declared.
No examples provided.
get_monitor_stats ~17
Get aggregate statistics across all signal monitors
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_news_categories ~31
Reference data: get all news category codes for use as filter values in news searches (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_news_galleries ~32
Reference data: get all news gallery codes for use as filter values in news searches (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_news_languages ~31
Reference data: get all news language codes for use as filter values in news searches (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_profile ~20
Get the full profile information for the authenticated Pubrio account
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_timezones ~23
Reference data: get all available timezone codes (free, no credits)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_usage ~21
Get current credit usage and subscription information for your Pubrio account
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_user ~16
Get details about the currently authenticated user
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_monitors ~74
List all signal monitors with pagination and sorting
| Name | Type | Req | Description |
|---|---|---|---|
| is_ascending_order | boolean | — | Sort in ascending order |
| order_by | string | — | Sort field: "created_at", "last_modified", or "name" |
| page | number | — | Page number |
| per_page | number | — | Results per page |
No output schema declared.
No examples provided.
lookup_advertisement ~37
Look up detailed information about a specific advertisement by its search ID
| Name | Type | Req | Description |
|---|---|---|---|
| advertisement_search_id | string | yes | Pubrio advertisement search ID |
No output schema declared.
No examples provided.
lookup_company ~67
Look up detailed company information by domain, LinkedIn URL, or domain search ID
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | — | Company domain (e.g. "google.com") |
| domain_search_id | string | — | Pubrio domain search ID |
| linkedin_url | string | — | Company LinkedIn URL |
No output schema declared.
No examples provided.
lookup_company_linkedin ~39
Look up a company by its LinkedIn URL using the dedicated LinkedIn lookup endpoint
| Name | Type | Req | Description |
|---|---|---|---|
| linkedin_url | string | yes | Company LinkedIn URL |
No output schema declared.
No examples provided.
lookup_job ~36
Look up detailed information about a specific job posting by its search ID
| Name | Type | Req | Description |
|---|---|---|---|
| job_search_id | string | yes | Pubrio job search ID |
No output schema declared.
No examples provided.
lookup_lookalike ~74
Look up a similar/lookalike company result by domain, LinkedIn URL, or domain search ID
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | — | Company domain (e.g. "google.com") |
| domain_search_id | string | — | Pubrio domain search ID |
| linkedin_url | string | — | Company LinkedIn URL |
No output schema declared.
No examples provided.
lookup_monitor_log ~36
Look up detailed information about a specific monitor trigger log entry
| Name | Type | Req | Description |
|---|---|---|---|
| monitor_log_id | string | yes | Monitor log UUID to look up |
No output schema declared.
No examples provided.
lookup_news ~36
Look up detailed information about a specific news article by its search ID
| Name | Type | Req | Description |
|---|---|---|---|
| news_search_id | string | yes | Pubrio news search ID |
No output schema declared.
No examples provided.
lookup_person ~49
Look up a person's professional profile by LinkedIn URL or Pubrio ID
| Name | Type | Req | Description |
|---|---|---|---|
| linkedin_url | string | — | Person LinkedIn URL |
| people_search_id | string | — | Pubrio people search ID |
No output schema declared.
No examples provided.
lookup_person_linkedin ~43
Look up a person's professional profile by their LinkedIn URL (dedicated LinkedIn lookup endpoint)
| Name | Type | Req | Description |
|---|---|---|---|
| people_linkedin_url | string | yes | Person LinkedIn URL |
No output schema declared.
No examples provided.
lookup_technology ~73
Look up technologies used by a company
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | — | Company domain (e.g. "google.com") |
| domain_id | number | — | Pubrio domain ID (integer) |
| domain_search_id | string | — | Pubrio domain search ID |
| linkedin_url | string | — | Company LinkedIn URL |
No output schema declared.
No examples provided.
query_batch_redeem ~43
Check the status and results of a batch contact redeem operation
| Name | Type | Req | Description |
|---|---|---|---|
| redeem_query_id | string | yes | Batch redeem query ID returned from batch_redeem_contacts |
No output schema declared.
No examples provided.
retry_monitor ~58
Retry a failed monitor trigger by log ID
| Name | Type | Req | Description |
|---|---|---|---|
| is_use_original_destination | boolean | — | Whether to use the original destination configuration |
| monitor_id | string | yes | Monitor UUID |
| monitor_log_id | string | yes | Monitor log ID to retry |
No output schema declared.
No examples provided.
reveal_contact ~90
Reveal email (work or personal) or phone number for a person (uses 1 credit per contact type). Provide people_search_id from search_people or linkedin_url
| Name | Type | Req | Description |
|---|---|---|---|
| linkedin_url | string | — | Person LinkedIn URL |
| people_contact_types | string | — | Comma-separated contact types: email-personal, email-work, phone |
| people_search_id | string | — | Pubrio people search ID |
No output schema declared.
No examples provided.
reveal_monitor_signature ~33
Reveal the webhook signature secret for a monitor (for verifying webhook deliveries)
| Name | Type | Req | Description |
|---|---|---|---|
| monitor_id | string | yes | Monitor UUID |
No output schema declared.
No examples provided.
search_ads ~219
Search company advertisements and ad campaigns by keyword, headline, target location, and date. Returns advertisement_search_id for use with lookup_advertisement
| Name | Type | Req | Description |
|---|---|---|---|
| companies | string | — | Comma-separated company names |
| company_locations | string | — | Comma-separated company location codes |
| domains | string | — | Comma-separated company domains |
| end_dates | string | — | Comma-separated end date filters |
| exclude_target_locations | string | — | Comma-separated target locations to exclude |
| filter_conditions | string | — | JSON string of filter conditions |
| headlines | string | — | Comma-separated ad headlines |
| linkedin_urls | string | — | Comma-separated company LinkedIn URLs |
| page | number | — | Page number (default 1) |
| per_page | number | — | Results per page (default 25, max 25) |
| search_terms | string | — | Comma-separated ad search terms |
| start_dates | string | — | Comma-separated start date filters |
| target_locations | string | — | Comma-separated target location codes |
No output schema declared.
No examples provided.
search_companies ~616
Search B2B companies by name, domain, location, industry, technology, or headcount. Tip: use get_locations, search_verticals, and search_technologies to find valid filter codes
| Name | Type | Req | Description |
|---|---|---|---|
| advertisement_end_dates | string | — | Comma-separated ad end dates (YYYY-MM-DD) |
| advertisement_exclude_target_locations | string | — | Comma-separated ad target locations to exclude |
| advertisement_search_terms | string | — | Comma-separated advertisement search terms |
| advertisement_start_dates | string | — | Comma-separated ad start dates (YYYY-MM-DD) |
| advertisement_target_locations | string | — | Comma-separated ad target location codes |
| categories | string | — | Comma-separated technology category IDs |
| companies | string | — | Comma-separated company domain_search_id UUIDs |
| company_name | string | — | Company name to search for |
| domains | string | — | Comma-separated list of domains (e.g. "google.com,apple.com") |
| employees_max | number | — | Maximum number of employees |
| employees_min | number | — | Minimum number of employees |
| exclude_fields | string | — | Comma-separated fields to exclude from response |
| exclude_locations | string | — | Comma-separated ISO country codes to exclude |
| exclude_places | string | — | Comma-separated place names to exclude |
| founded_year_end | number | — | Founded year range end |
| founded_year_start | number | — | Founded year range start |
| is_enable_similarity_search | boolean | — | Enable similarity search |
| job_exclude_locations | string | — | Comma-separated job locations to exclude |
| job_locations | string | — | Comma-separated job location codes |
| job_posted_dates | string | — | Comma-separated job posted dates (YYYY-MM-DD) |
| job_titles | string | — | Comma-separated job titles to filter by |
| keywords | string | — | Comma-separated keywords |
| linkedin_urls | string | — | Comma-separated LinkedIn company URLs |
| locations | string | — | Comma-separated location codes |
| news_categories | string | — | Comma-separated news categories |
| news_galleries | string | — | Comma-separated news gallery names |
| news_gallery_ids | string | — | Comma-separated news gallery IDs |
| news_published_dates | string | — | Comma-separated news published dates (YYYY-MM-DD) |
| page | number | — | Page number (default 1) |
| per_page | number | — | Results per page (default 25, max 25) |
| places | string | — | Comma-separated place names |
| revenue_max | number | — | Maximum revenue |
| revenue_min | number | — | Minimum revenue |
| similarity_score | number | — | Similarity score threshold (0-1) |
| technologies | string | — | Comma-separated technologies |
| vertical_categories | string | — | Comma-separated vertical category IDs |
| vertical_sub_categories | string | — | Comma-separated vertical sub-category IDs |
| verticals | string | — | Comma-separated industry verticals |
No output schema declared.
No examples provided.
search_jobs ~195
Search job postings across companies by title, keyword, location, and date. Returns job_search_id for use with lookup_job
| Name | Type | Req | Description |
|---|---|---|---|
| companies | string | — | Comma-separated company names |
| company_locations | string | — | Comma-separated company location codes |
| domains | string | — | Comma-separated company domains |
| exclude_locations | string | — | Comma-separated locations to exclude |
| linkedin_urls | string | — | Comma-separated company LinkedIn URLs |
| locations | string | — | Comma-separated job locations |
| page | number | — | Page number (default 1) |
| per_page | number | — | Results per page (default 25, max 25) |
| posted_dates | string | — | Comma-separated posted date filters |
| search_term | string | — | Job search term |
| search_terms | string | — | Comma-separated job search terms |
| titles | string | — | Comma-separated job titles |
No output schema declared.
No examples provided.
search_news ~233
Search company news and press releases. Tip: use get_news_categories and get_news_galleries for valid filter values. Returns news_search_id for use with lookup_news
| Name | Type | Req | Description |
|---|---|---|---|
| categories | string | — | Comma-separated news categories |
| companies | string | — | Comma-separated company names |
| company_locations | string | — | Comma-separated company location codes |
| domains | string | — | Comma-separated company domains |
| linkedin_urls | string | — | Comma-separated company LinkedIn URLs |
| locations | string | — | Comma-separated location codes |
| news_galleries | string | — | Comma-separated news gallery names |
| news_gallery_ids | string | — | Comma-separated news gallery IDs |
| news_languages | string | — | Comma-separated news language codes |
| page | number | — | Page number (default 1) |
| per_page | number | — | Results per page (default 25, max 25) |
| published_dates | string | — | Comma-separated published date filters |
| search_term | string | — | News search term |
| search_terms | string | — | Comma-separated news search terms |
No output schema declared.
No examples provided.
search_people ~268
Search business professionals by name, title, department, seniority, or company. Tip: use get_departments, get_department_functions, and get_management_levels to find valid filter codes
| Name | Type | Req | Description |
|---|---|---|---|
| companies | string | — | Comma-separated company names |
| company_linkedin_urls | string | — | Comma-separated company LinkedIn URLs |
| company_locations | string | — | Comma-separated company location codes |
| department_functions | string | — | Comma-separated department functions |
| departments | string | — | Comma-separated departments |
| domains | string | — | Comma-separated company domains |
| employees | string | — | Comma-separated employee range (e.g. "1,1000") |
| linkedin_urls | string | — | Comma-separated person LinkedIn URLs |
| management_levels | string | — | Comma-separated seniority levels |
| page | number | — | Page number (default 1) |
| people_locations | string | — | Comma-separated people location codes |
| people_name | string | — | Person name to search |
| people_titles | string | — | Comma-separated job titles |
| peoples | string | — | Comma-separated people identifiers |
| per_page | number | — | Results per page (default 25, max 25) |
| search_term | string | — | General search term |
No output schema declared.
No examples provided.
search_technologies ~42
Reference data: search for technology names by keyword to find valid technology filter values (free, no credits)
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | — | Keyword to search technologies |
No output schema declared.
No examples provided.
search_technology_categories ~45
Reference data: search for technology category names by keyword to find valid technology category filter values (free, no credits)
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | — | Keyword to search technology categories |
No output schema declared.
No examples provided.
search_vertical_categories ~44
Reference data: search for vertical category names by keyword to find valid vertical category filter values (free, no credits)
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | — | Keyword to search vertical categories |
No output schema declared.
No examples provided.
search_vertical_sub_categories ~49
Reference data: search for vertical sub-category names by keyword to find valid vertical sub-category filter values (free, no credits)
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | — | Keyword to search vertical sub-categories |
No output schema declared.
No examples provided.
search_verticals ~43
Reference data: search for industry vertical names by keyword to find valid vertical filter values (free, no credits)
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | — | Keyword to search verticals |
No output schema declared.
No examples provided.
test_run_monitor ~54
Execute a test run of a signal monitor to preview what it would trigger
| Name | Type | Req | Description |
|---|---|---|---|
| monitor_id | string | yes | Monitor UUID to test |
| tried_at | string | — | ISO 8601 timestamp to simulate the run at |
No output schema declared.
No examples provided.
update_monitor ~320
Update an existing signal monitor configuration
| Name | Type | Req | Description |
|---|---|---|---|
| companies | string | — | Comma-separated company UUIDs to monitor |
| company_filters | string | — | Advanced company filters as JSON string |
| description | string | — | Monitor description |
| detection_mode | string | — | Detection mode: "new" or "new_and_updated" |
| domains | string | — | Comma-separated company domains to monitor |
| frequency_minute | number | — | Check frequency in minutes |
| is_active | boolean | — | Whether the monitor is active |
| is_company_enrichment | boolean | — | Enable company enrichment on trigger |
| is_paused | boolean | — | Whether the monitor is paused |
| is_people_enrichment | boolean | — | Enable people enrichment on trigger |
| linkedin_urls | string | — | Comma-separated company LinkedIn URLs to monitor |
| max_daily_trigger | number | — | Maximum daily triggers |
| max_failure_trigger | number | — | Maximum failure triggers before pausing |
| max_records_per_trigger | number | — | Maximum records per trigger |
| max_retry_per_trigger | number | — | Maximum retries per trigger |
| monitor_id | string | yes | Monitor UUID to update |
| name | string | — | Monitor name |
| notification_email | string | — | Email for failure notifications |
| people_enrichment_configs | array | — | People enrichment configuration array |
| retry_delay_second | number | — | Retry delay in seconds |
| signal_filters | array | — | Signal-specific filters array |
| signal_types | array | — | Signal types: "jobs", "news", "advertisements" |
No output schema declared.
No examples provided.