The Neural Ledger Intelligence
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TNL_API_KEY | Yes | TNL API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tnl_latest_newsA | Return recent evidence-backed news intelligence, optionally filtered by category or country. |
| tnl_search_newsC | Search TNL stories and return structured evidence, impacted assets, entities, and impact paths. |
| tnl_asset_intelligenceA | Return event intelligence linked to an asset ticker. This is not a live trading-price tool. |
| tnl_entity_intelligenceA | Return recent stories connected to a named TNL entity or entity id. |
| tnl_impact_pathB | Return stories associated with a causal or market impact path. |
| tnl_explain_eventA | Ask Ledger AI to explain a TNL event using its evidence, contradictions, affected assets, and likely impact paths. |
| tnl_deep_researchB | Run a question through TNL Ledger AI research orchestration and return its answer with citations and context. |
| tnl_service_statusA | Check API access, plan usage, market-context freshness, and current rate-limit headers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tnl_daily_risk_review | Analyze current TNL intelligence for portfolio-relevant risk. |
| tnl_event_due_diligence | Investigate one event before it is used in a trading decision. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: news retrieval, search, asset/entity intelligence, impact paths, explanation, deep research, and status. There is no overlap or ambiguity.
All tools follow a consistent tnl_verb_noun or tnl_noun_phrase pattern in snake_case, making the naming predictable and easy to navigate.
With 8 tools, the server covers a broad range of intelligence functions without being bloated or too sparse. Each tool earns its place.
The tool set covers core workflows: retrieving news, searching, querying asset/entity intelligence, impact paths, explanations, deep research, and API status. No obvious gaps for the stated domain.