Skip to main content
Glama

Stock symbols

finnhub_stock_symbols
Read-only

List all symbols supported on an exchange. Finnhub REST: GET /stock/symbol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
micNoFilter by Market Identifier Code (MIC).
currencyNoFilter by trading currency, e.g. 'USD'.
exchangeYesExchange code, e.g. 'US' (required).
securityTypeNoFilter by security type, e.g. 'Common Stock'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description adds the REST endpoint and scope ('all symbols'), which is useful but not rich. It does not disclose pagination behavior, output format, or rate limits, so transparency is adequate but limited.

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?

The description is concise, front-loaded with the core purpose, and includes the REST endpoint as a secondary detail. Both sentences contribute value with no redundancy.

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?

For a simple list tool with detailed schema and readOnlyHint, the description is minimally sufficient but omits return format and pagination considerations. Given no output schema, a bit more detail on what the tool returns 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 adds no additional parameter semantics beyond what the schema already provides; it merely reinforces the exchange scope.

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

Purpose4/5

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

The description clearly states 'List all symbols supported on an exchange', specifying the verb (list), resource (symbols), and scope (exchange). It distinguishes from sibling tools like finnhub_symbol_search by implying a comprehensive list rather than a search, but lacks explicit differentiation.

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?

No guidance is provided on when to use this tool instead of alternatives. The description only states what the tool does and the REST endpoint, without any context about use cases, prerequisites, or competing tools.

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.