Skip to main content
Glama

technical

Server Details

Technical analysis (RSI, MA, signal score) for 9,400+ global stocks, by ticker or name.

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 4.2/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation4/5

Tools have distinct purposes: fetching full records, getting technical analysis, listing/screening stocks, and searching. Some overlap exists between fetch and get_technical_analysis, but descriptions clarify differences.

Naming Consistency3/5

Naming conventions are mixed: some use verb_noun (list_covered_stocks, screen_technicals), some are generic verbs (fetch, search), and one uses get_*. All lowercase with underscores, but lacks a consistent pattern.

Tool Count5/5

Five tools cover the core operations for a stock technical analysis server without being excessive. Each tool serves a clear role in the workflow.

Completeness4/5

Covers discovery (list, search), retrieval (fetch, get_technical_analysis), and screening (screen_technicals). Missing historical data or comparison tools, but core technical analysis needs are met.

Available Tools

5 tools
fetchA
Read-only
Inspect

Fetch the full technical record for one stock by id (a ticker like '005930'/'AAPL', or a company name). Returns a readable summary plus the structured snapshot in metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesTicker or company name, e.g. '005930' or 'SK Hynix'.
Behavior4/5

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

Annotations already indicate readOnlyHint=true (safe read) and openWorldHint=false. The description adds that it returns a readable summary plus structured snapshot in metadata, providing context beyond what annotations offer, with no contradictions.

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, no fluff, front-loaded with the core purpose. Every word adds value, making it concise and well-structured.

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?

Given the tool's simplicity (1 param, no output schema, good annotations), the description is sufficient. It explains the input and output behavior, though 'structured snapshot in metadata' could be slightly ambiguous. Still, it's largely complete.

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 only one parameter, and the description largely repeats the schema's explanation about ticker/company name. It adds minimal new meaning, so baseline score of 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?

Description clearly states verb 'Fetch', resource 'full technical record for one stock', and specifies identifier types (ticker or company name). It distinguishes from siblings by focusing on a single stock's record with a summary and metadata.

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 does not explicitly state when to use this tool versus alternatives like get_technical_analysis. It implies it is for a single stock by id, but lacks explicit guidance on when not to use it or which sibling to prefer.

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

get_technical_analysisA
Read-only
Inspect

Technical levels for one or more covered stocks (KR/US/HK/CN/JP/TW/EU) from the precomputed cache: price, MA5/20/60/120, RSI14, Bollinger position, near-term swing support/resistance, 52-week range, 1-month momentum, ATR/volatility, trend, and a 0-100 signal score — with the price date and source. Accepts exact tickers (US 'AAPL', KR '005930', EU 'E:ASML') OR company names in Korean or English (e.g. '두산에너빌리티', 'SK Hynix') — names are fuzzy-resolved. Ideal for pricing up a theme's company list: pass them all at once.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickersYesTickers or company names (KR/EN), e.g. ["005930","두산에너빌리티","SK Hynix"]. Up to 25.
Behavior4/5

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

Annotations indicate readOnlyHint and no openWorldHint. The description adds context: data is from a 'precomputed cache' (not real-time), fuzzy name resolution, and lists all return indicators. This provides useful behavioral insight beyond annotations.

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 dense with useful information and front-loaded. It is not overly verbose given the amount of detail, though a slight trim could improve conciseness.

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?

Despite no output schema, the description thoroughly enumerates all returned indicators and notes the cache source. Combined with the single-parameter input, it provides a complete picture of what the tool does.

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?

Schema coverage is 100%, but the description adds significant value by clarifying that tickers can be exact tickers or company names in multiple languages, providing examples, and specifying the max count (25).

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 returns technical levels for stocks, listing specific indicators and coverage. It distinguishes from sibling tools by specifying it focuses on precomputed technical analysis for multiple markets, and hints at its use case (pricing up a company list).

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 description explains input flexibility (tickers or names, multiple languages) and batch processing, and suggests a use case. However, it does not explicitly compare to similar tools like screen_technicals, leaving some ambiguity about when to use this over alternatives.

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

list_covered_stocksA
Read-only
Inspect

List the stocks this service covers (the universe), optionally filtered by market, sector, or a name/ticker query, ordered by market cap. Each row carries its latest technical signal score and trend (null if not computed yet). Use this to discover what's available, then call get_technical_analysis for full levels.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows (default 50, max 200).
queryNoName or ticker substring.
marketNo
sectorNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so no destructive behavior. The description adds value by explaining output rows contain technical signal score and trend (possibly null), and that results are ordered by market cap. No contradictions.

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 sentences cover the tool's function, output details, and usage hint with no redundancy or fluff. Front-loaded with core purpose.

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?

Given no output schema, the description explains the return fields (signal score and trend) and ordering. It lacks mention of pagination or limit constraints but is sufficient for an agent to use the tool 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?

Schema description coverage is 50% (limit and query have descriptions; market and sector lack descriptions). The description adds context by mentioning filtering by market, sector, and query, but does not elaborate on market enum values or sector format. It partially compensates for low coverage.

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 lists covered stocks, optionally filtered by market, sector, or name/ticker query, and orders by market cap. It distinguishes itself from siblings by directing the agent to call get_technical_analysis for deeper analysis.

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 description provides explicit guidance to use this tool to discover available stocks before calling get_technical_analysis for full levels. It does not contrast with all siblings (e.g., fetch, screen_technicals, search) but gives clear context for when to use this tool.

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

screen_technicalsA
Read-only
Inspect

Screen the covered universe by precomputed technical conditions — filter by trend, signal-score range, RSI range, market, and sector, and choose the sort. Use sort 'below_high' (most below the 52-week high first) or 'rsi_asc' with rsi_below to surface oversold/pullback candidates within a sector (e.g. market=kr, sector='Industrials', rsi_below=35, sort='below_high'); or 'signal_desc'/'momentum_desc' for leaders. Returns the matching stocks with their full technical snapshot.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoDefault 'signal_desc'. 'below_high'=most below 52w high, 'rsi_asc'=most oversold.
limitNoMax rows (default 50, max 200).
trendNo
marketNo
sectorNoSector substring, e.g. 'Industrials', 'Utilities', 'Technology'.
rsi_aboveNo
rsi_belowNo
max_signal_scoreNo0-100
min_signal_scoreNo0-100
Behavior4/5

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

Annotations already declare readOnlyHint=true, so no destructive behavior. Description adds context: returns 'full technical snapshot' and is based on precomputed data. No contradictions, and additional behavioral context is provided.

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?

Description is a single paragraph of three sentences, front-loading purpose and key usage. It is efficient with no fluff, though could be slightly more structured. Each sentence contributes value.

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?

Covers main filters and sort options with examples, but lacks details on output structure beyond 'full technical snapshot', pagination, or limit behavior. For a complex tool with 9 params and no output schema, some gaps remain.

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?

Schema coverage is 56% (5 of 9 params have descriptions). The description compensates by explaining all filter groups (trend, signal-score range, RSI range, market, sector) and by illustrating sort usage with concrete examples, adding meaning beyond the schema.

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 screens the covered universe by precomputed technical conditions, listing filterable attributes and sort options. It specifies verb, resource, and scope, and the examples differentiate it from siblings like get_technical_analysis.

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?

Provides clear usage patterns with sort examples and recommended scenarios (e.g., 'use sort below_high to surface oversold candidates'). However, it does not explicitly contrast with sibling tools or state when not to use.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources