get_company_sources
Retrieve company source data to track where each company came from. Supports pagination with limit and offset.
Instructions
Get all company sources for tracking where companies came from.
Args: limit: Maximum number of sources to return (default: 50) offset: Number of sources to skip for pagination (default: 0)
Returns: JSON string containing company source data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |