Nomina
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_marketsA | Find ticker symbols and dated news links for a company, asset, sector or market topic. |
| research_assetA | Research one Yahoo Finance symbol with dated prices, performance, history and news links. |
| compare_assetsA | Compare 2–6 distinct symbols over aligned observation dates in their local currencies. |
| market_overviewA | Snapshot of major indexes, rates, dollar, gold, oil, BTC/ETH and EURUSD with period returns. Read-only; not a recommendation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| research_brief | Start a concise, source-backed research brief on an asset or market question. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| sources | Nomina's data sources, privacy, methodology limitations and permitted-use links. |
TDQS
Scored across 4 tools
Each tool has a clearly distinct role: search_markets discovers symbols, research_asset covers a single asset, compare_assets handles multi-asset comparisons, and market_overview provides a macro snapshot. There is no meaningful overlap between the tools.
Three tools follow a consistent verb_noun pattern (search_markets, research_asset, compare_assets), while market_overview deviates by being noun-only. The naming is still clean, lowercase, and readable, so the inconsistency is minor.
Four tools is an appropriate, well-scoped size for a market data research server. Each tool earns its place and covers a distinct part of the research workflow without unnecessary redundancy.
The tool set covers the core research lifecycle: discover symbols, research one asset, compare multiple assets, and get a broad market snapshot. Limitations like no financial statements or full articles are explicitly scoped out rather than missing functionality.