Skip to main content
Glama

Server Details

Real-time stock quotes, market indices, and institutional holdings

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct area: institutional holdings, market indices, and stock quotes, with no overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent 'get_' prefix followed by a descriptive noun phrase (institutional_holdings, market_indices, stock_quotes).

Tool Count5/5

Three tools is appropriate for a focused market data server, covering key data points without being too sparse or too heavy.

Completeness4/5

Covers stock quotes, indices, and institutional holdings, but lacks historical data, fundamental metrics, or news, which are common in market data APIs.

Available Tools

3 tools
get_institutional_holdingsAInspect

Get institutional investor 13F SEC filings for a given CIK or institution name. Default is Berkshire Hathaway (CIK 0001067983).

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNoSEC CIK number (e.g. 0001067983 for Berkshire Hathaway)0001067983
institutionNoInstitution name to search for CIK (e.g. "Bridgewater Associates")
Behavior2/5

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

With no annotations provided, the description carries the full burden. It mentions a default CIK but fails to disclose behaviors like handling of multiple results, error conditions, rate limits, or data freshness. Only basic behavior is implied.

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?

Two sentences, zero wasted words. Effectively front-loaded with the core action and default, making it easy to scan. Every sentence earns its place.

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

Completeness3/5

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

Despite lacking output schema and annotations, the description provides enough for basic understanding. However, it omits return format or structure of 13F filings, leaving gaps for an agent. Adequate but not comprehensive.

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?

Schema coverage is 100% with descriptive parameter strings. The description adds minor context (default explanation and institution search purpose), but does not significantly enhance meaning beyond the schema. Baseline 3 is appropriate.

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 clearly states the tool retrieves institutional investor 13F SEC filings using CIK or institution name, with a default. This verb-resource pair is specific and distinct from sibling tools like get_market_indices.

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

Usage Guidelines3/5

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

The description implies usage for querying institutional holdings but provides no explicit guidance on when to use this tool over alternatives, nor any exclusions. Usage context is clear but without comparative direction.

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

get_market_indicesAInspect

Get major market indices and macro indicators: S&P 500, NASDAQ, VIX, 10-Year Treasury, WTI Oil, Gold, USD/EUR. Data from FRED (St. Louis Fed).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

No annotations, so description carries burden. Specifies data source (FRED) and a fixed set of indices, implying read-only behavior. Lacks details on update frequency or limitations.

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?

Extremely concise: single sentence plus a list. No wasted words or redundancy.

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

Completeness4/5

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

Lists returned indices but no output schema; could describe return structure (e.g., timestamps, numeric values). Acceptable for a simple retrieval tool.

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

Parameters4/5

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

Zero parameters; baseline 4. No additional parameter info needed since none exist.

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?

Clearly states the tool gets major market indices and macro indicators, listing specific ones (S&P 500, NASDAQ, VIX, etc.). Differentiates from siblings which involve holdings and stock quotes.

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?

Implies use for broad market data; no explicit alternatives but context suggests not for individual stocks or holdings. Could be improved with direct comparisons.

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

get_stock_quotesBInspect

Get real-time stock price quotes for one or more symbols. Returns price, % change, 52-week high/low, exchange, and currency.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsNoComma-separated ticker symbols (e.g. AAPL,MSFT,NVDA)AAPL,MSFT,NVDA,GOOGL,TSLA
exchangeNoFilter by exchange: NYSE or NASDAQ
Behavior3/5

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

With no annotations provided, the description is the sole source of behavioral information. It states 'real-time stock price quotes', implying a read-only operation with no destructive effects. However, it does not disclose potential rate limits, authentication requirements, or error handling behavior, which is a moderate gap for a data retrieval tool.

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

Conciseness4/5

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

The description is concise, consisting of two sentences that efficiently convey the tool's action and output. It is front-loaded with the core purpose. However, it could be slightly more structured (e.g., listing parameters explicitly) to improve scanability.

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

Completeness3/5

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

Given the tool's simplicity (2 optional parameters, no output schema), the description is adequate but not fully complete. It lists key returned fields but does not cover edge cases (e.g., invalid symbols, network errors) or specify the response format. Since there is no output schema, more detail about the output structure would improve completeness.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add additional meaning beyond the schema: it mentions 'one or more symbols' and the returned fields, but the schema already documents the parameters fully (e.g., comma-separated symbols, exchange filter). No extra semantic value is provided.

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 clearly states the verb 'Get' and the resource 'real-time stock price quotes', and specifies the returned fields (price, % change, 52-week high/low, exchange, currency). It effectively distinguishes itself from sibling tools like 'get_institutional_holdings' and 'get_market_indices' by focusing on individual stock quotes.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus its siblings. It does not mention any prerequisites, exclusions, or context that would help an agent choose between this and alternatives like 'get_institutional_holdings' or 'get_market_indices'.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Deliver real-time investment research with extensive private and public market data.
    3
    295
    146
    MIT
  • -
    license
    -
    quality
    -
    maintenance
    Real-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.
  • A
    license
    B
    quality
    A
    maintenance
    US/HK markets — 110 tools: real-time quotes, options, orders, fundamentals, alerts, DCA & portfolio
    100
    11
    Apache 2.0
  • A
    license
    -
    quality
    A
    maintenance
    Provides real-time stock market data for Claude Desktop and MCP-compatible clients, enabling natural language queries for quotes, historical prices, company profiles, financial statements, analyst ratings, comparisons, news, options, holdings, dividends, estimates, symbol search, and market status.
    600
    16
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources