Skip to main content
Glama

Get prices

get_prices
Read-only

Live prices for one or more holdings. Resolves raw tickers (stocks, ETFs, crypto, international listings) and returns price, value, and day change per symbol. Takes symbol + quantity pairs. When a US stock or ETF ticker collides with a crypto coin sharing the symbol (e.g. AIPO, WIRE resolving to coins rather than the funds), qualifying it as NASDAQ:AIPO / NYSE:WIRE / AIPO.US selects the equity path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
holdingsYesPortfolio holdings to analyze

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
holdingsNo
warningsNo
timestampNo
totalValueNo

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes beyond the readOnlyHint annotation by explaining how raw ticker resolution works, especially the collision between US equity tickers and crypto coins, and how to force the equity path with qualifiers. This is valuable behavioral context that annotations alone do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three dense sentences, front-loaded with the main action and return values, followed by a crucial ambiguity-resolving example. No wasted words and the structure leads with the most important information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the exhaustive input schema, output schema presence, and readOnlyHint/disructiveHint annotations, the description covers the essential call-level details including the main edge case (ticker/crypto collisions) and how to handle it. Nothing critical is missing for an agent to invoke this correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers both parameters and their semantics, including qualification examples for the symbol field. The description restates that it takes symbol + quantity pairs but adds little beyond what the schema provides, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: it provides live prices for holdings and explicitly lists the returned fields (price, value, day change). It is clearly distinct from the sibling macro/indicator tools, which focus on economic data and other analyses.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use case is clear: given symbol + quantity pairs, return pricing and valuation info. It does not explicitly name alternatives or exclusions, but the sibling tools are unrelated to portfolio pricing, so the context is sufficient for an agent to select this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools target clearly distinct resources—regime, liquidity, conditions, prices, ETF profiles, data health—and the three history tools are explicitly separated as price, flow, and judgment. The main ambiguity is get_chapter vs run_chapter, which both return chapter framework content and differ only in usage logging, though the descriptions call this out explicitly.

Naming Consistency4/5

The set follows a consistent snake_case verb_noun pattern: get_ for reads, list_ for enumeration, run_ for framework text, and score_ for position drift. The only wrinkle is run_chapter/get_chapter, where 'run' doesn't mean execution but rather 'return framework text and log usage,' making the verb semantics slightly less predictable.

Tool Count4/5

22 tools is on the heavy side but the set is organized into recognizable clusters: macro regime, liquidity/conditions, histories, portfolio drift, ETF/prices, loops/framework, and data health. Each tool appears to earn its place, so the count is slightly high but not bloated.

Completeness4/5

The surface is comprehensive for a read-and-analyze macro/portfolio server: current reads, historical timeseries, data freshness, event calendar, ETF look-through, drift scoring, and loop navigation are all covered. Minor gaps exist—no direct portfolio/position listing tool and non-US central-bank event dates are intentionally not tracked—but these are acknowledged and workable.

Resources