DeltaSignal TripCode research packet
deltasignal_resolve_tripcode_research_packetUse this read-only composite resolver as the default subscriber-facing TripCode tool. Parameters: tripcode is required and must be a public TF-SUB article TripCode. issuer, river_tripcode, limit, payload_mode, and include flags are optional. Behavior: read-only and idempotent with no destructive side effects; it resolves the current article object, discovers prior TF-SUB River nodes, runs the article thesis map, and returns one research_packet with article memory, River continuity, evidence refs, boundaries, missing evidence, and suggested follow-ups. It does not call Grok, does not mutate Azure Blob or Substack, does not invent missing evidence, and does not treat TripCodes as SEC identifiers or investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum prior article nodes to return. Defaults to 25. | |
| issuer | No | Optional issuer hint, such as HUT. | |
| ticker | No | Optional issuer hint alias. | |
| tripcode | Yes | Required TF-SUB article TripCode from a DeltaSignal article subtitle, for example TF-SUB-9DA70A7F98. | |
| payload_mode | No | Optional payload mode: compact or full. Compact is the default. | |
| river_tripcode | No | Optional TF-RIVER root hint. | |
| river_tripcodes | No | Optional TF-RIVER root hints. | |
| include_thesis_map | No | When true, include the thesis-map sections. The MVP defaults to running the thesis map. | |
| include_unpublished | No | When true, include draft or unpublished article nodes when the caller is authorized. | |
| include_article_body | No | When true with available content, include article body fields. Compact mode returns metadata and hashes only. | |
| include_prior_articles | No | When true, include discovered prior River nodes. The MVP defaults to including compact River nodes. | |
| include_filing_evidence | No | When true, include filing evidence refs from the thesis map. The MVP keeps missing filing evidence explicit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | One TripCode-centered subscriber research packet across TF-SUB, TF-RIVER, TF-XBRL, and TF-DS continuity. | |
| 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. |