Signal
TOOLai_adoption
Search concrete enterprise AI applications disclosed in US company earnings calls from September 2023 to the present, filtered by ticker, company name, application name or update date.
- Coverage
- US
- Billing
- Per call · 1 cr / call
Input parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | string[] | optional | One US ticker, an array, or a comma-separated string; at most 10. Several tickers act as an OR filter. |
| company_name | string | optional | Case-insensitive partial company-name match; max 200 characters. Empty means no filter. |
| application_name | string | optional | Case-insensitive partial application-name match; max 200 characters. Empty means no filter. |
| since | string | optional | Only return observations with update_date on or after this date. Must use YYYY-MM-DD. |
| limit | int | optional | Rows per page, max 10. Default 10. |
| page | int | optional | One-based page number. Default 1. |
Example
Arguments
{ "company_name": "Alignment", "application_name": "contract management", "since": "2024-01-01" }Response
{
"data": [{
"ticker": "ALHC",
"company_name": "Alignment Healthcare, Inc.",
"application_name": "AI-leveraging contract management solutions …",
"update_date": "2026-04-30",
"deployment_stage": "unclear",
"value_type": "cost_reduction",
"metrics": [],
"evidence": [{ "evidence_id": "ev_3f1c8a20d4b7", "quote": "…" }]
}]
}Trimmed: Summary, evolution text and evidence detail shortened.
Limits
| Limit | Value | Past it |
|---|---|---|
| Tickers per call | 10 | Invalid arguments or a bad-request tool failure |
| Rows per page | 10 | Invalid arguments |
Errors
Invalid arguments are refused before the tool runs; the rest arrive as a tool failure whose text is the message. The four shapes are on MCP server.
| When | You get | Do |
|---|---|---|
| company_name or application_name is longer than 200 characters | Invalid arguments | Use a name fragment no longer than 200 characters |
| since cannot be parsed as a calendar date | Tool failure: "since must be YYYY-MM-DD" | Pass since in YYYY-MM-DD format |
| Unknown or non-US ticker | Tool failure with not-found detail | Resolve a supported US symbol with ticker_lookup |
Notes
- company_name and application_name use case-insensitive partial matching. When both are provided, both conditions must match.
- Each row returns the company and application names, first and latest disclosure dates, an AI application summary, change since earlier disclosures, business position, deployment stage and scope, value type, application-related metrics, and supporting management quotes.
- With no filters, returns the newest page. Rows are sorted by update_date descending with a stable internal tie-break. No matches return an empty data array.
Endpoint, client setup and billing are common to all tools. For details, please refer to MCP server.