DeltaSignal quick ticker check
deltasignal_quick_ticker_checkUse this read-only composite workflow tool for a fast single-ticker sanity check without the full company-report payload. It server-enforces the quick-check call plan: readiness, covenant_stress, and alpha_signals for one normalized ticker. Parameters: ticker is required and normalized to uppercase; output_mode=compact is optional. Fundamentals, peer ranking, and SPECTRA are intentionally excluded. Behavior: read-only and idempotent; it performs three internal HTTPS reads, has no destructive side effects, rejects invalid tickers before fan-out, and preserves partial results if a required issuer leg fails. Use it when the user asks whether one ticker is clean, stressed, actionable, or needs deeper diligence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Required crypto public company ticker. The server trims whitespace and normalizes to uppercase before all internal calls. | |
| output_mode | No | Optional response mode. Only compact is accepted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Server-enforced DeltaSignal quick ticker check composite response. | |
| provenance | Yes | Traceability information for the MCP tool response. | |
| mcp_summary | Yes | Concise high-signal summary of the tool response. Maximum 140 characters. | |
| usage_metadata | No | Performance and estimated cost metadata for this MCP tool call. | |
| suggested_follow_ups | Yes | Concrete next MCP calls an agent can run to continue the workflow. |