DeltaSignal article TripCode discovery
deltasignal_list_article_tripcodesUse this read-only resolver to discover TF-SUB article nodes from a current article TripCode, an issuer TF-RIVER root, or an issuer lookup index. Parameters: pass current_tripcode, article_tripcode, tripcode, river, river_tripcodes, issuer, or ticker. object_type defaults to TF-SUB. include_unpublished defaults to false. limit defaults to 25. Behavior: read-only and River-root-first with no destructive side effects. It treats TF-RIVER as the canonical issuer thesis graph and by_issuer as a lookup surface only. Missing nodes are returned in missing_or_unresolved instead of inferred. Use this before article_thesis_map so subscribers do not need to manually paste old River TripCodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum article nodes to return. Defaults to 25. | |
| river | No | Optional issuer shorthand such as HUT or full TF-RIVER root TripCode. | |
| issuer | No | Optional issuer ticker such as HUT. | |
| ticker | No | Optional issuer ticker alias. | |
| tripcode | No | Optional TF-SUB current article TripCode or TF-RIVER root TripCode. | |
| object_type | No | Optional object type. Defaults to TF-SUB. | |
| river_tripcodes | No | Optional TF-RIVER root TripCodes. | |
| article_tripcode | No | Optional current TF-SUB article TripCode alias. | |
| current_tripcode | No | Optional current TF-SUB article TripCode from the article subtitle. | |
| include_unpublished | No | When true, include draft or unpublished article nodes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Discovered TF-SUB article nodes from TF-RIVER 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. |