Skip to main content
Glama
nomina-xyz

Nomina

Official
by nomina-xyz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_marketsA

Find ticker symbols and dated news links for a company, asset, sector or market topic.

Examples: 'Nvidia', 'inflation', 'Japanese yen'. Returns headlines, not article text.
Use the exact returned symbol in research_asset or compare_assets.
research_assetA

Research one Yahoo Finance symbol with dated prices, performance, history and news links.

Examples: AAPL, SPY, ^GSPC, BTC-USD, EURUSD=X, GC=F. Discover unfamiliar symbols
with search_markets first. Includes source URLs and data limitations, not financial
statements or full articles. History uses daily bars, or weekly bars for five years.
Give start and end (YYYY-MM-DD) for an exact window instead of period.
compare_assetsA

Compare 2–6 distinct symbols over aligned observation dates in their local currencies.

Example: ['NVDA', 'AMD', 'SPY']. Includes period returns, actual dates, source URLs,
adjustment basis and individual failures. No FX conversion or trading advice.
Give start and end (YYYY-MM-DD) for an exact window instead of period.
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

NameDescription
research_briefStart a concise, source-backed research brief on an asset or market question.

Resources

Contextual data attached and managed by the client

NameDescription
sourcesNomina's data sources, privacy, methodology limitations and permitted-use links.

TDQS

A4.3/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues