Skip to main content
Glama

stoxly

Server Details

Free fundamental stock & ETF analysis: 10-point score, verdict and key metrics for any ticker.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
wizard-exe/Stoxly-mcp
GitHub Stars
0
Server Listing
Stoxly

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 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools are clearly separated by asset class: ETFs vs. stocks. Descriptions explicitly state the type of security each analyzes, leaving no ambiguity about which tool to use.

Naming Consistency5/5

Both tools follow a consistent 'analyze_<asset>' naming pattern. This is a predictable and uniform convention.

Tool Count3/5

With only two tools, the server is on the borderline of being too thin. However, the narrow scope of providing security analysis makes the count acceptable, though not substantial.

Completeness4/5

The tools cover the core analysis functions for stocks and ETFs, returning detailed metrics. A minor gap is the lack of a tool to determine the asset type from a symbol, which could cause friction in workflows.

Available Tools

2 tools
analyze_etfAInspect

Free analysis of a US-listed ETF. Scores the fund against Stoxly's 10-point checklist (expense ratio, fund size, fund age, number of holdings, top-10 weight, top sector weight, volatility, 1/3/5-year returns) and returns the score, a descriptive verdict, every metric value and a link to the full analysis page.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol in Yahoo Finance format, e.g. AAPL, BRK-B, SAP.DE, VOO
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool scores against a 10-point checklist and returns the score, verdict, all metric values, and a link. This is clear behavioral context, though it does not explicitly state the absence of side effects (e.g., read-only nature).

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 a single, information-dense sentence that front-loads the core purpose and then efficiently lists the checklist and output components. No unnecessary words or repetition.

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 absence of an output schema, the description thoroughly explains what the tool returns: score, verdict, every metric value, and a link. It also covers the tool's scope (US-listed ETF) and the exact evaluation criteria, making it complete for an AI agent to invoke correctly.

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% with a clear description of 'symbol' as a Yahoo Finance ticker. The tool description adds the important restriction that the symbol must be a US-listed ETF, which goes beyond the schema's examples and clarifies valid parameter usage.

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 'Free analysis of a US-listed ETF' and enumerates the specific scoring checklist and return values. This distinguishes it from sibling tool analyze_stock by explicitly targeting ETFs rather than stocks.

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 US-listed ETFs, which helps select this tool over analyze_stock, but it does not explicitly mention when not to use it or name the alternative. The guidance is inferred rather than stated.

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

analyze_stockAInspect

Free fundamental analysis of a publicly traded stock. Scores the company against Stoxly's 10-point checklist (P/E, PEG, price/book, revenue growth, ROE, operating margin, return on assets, quick ratio, debt/equity, free cash flow yield) and returns the score, a descriptive verdict, every metric value and a link to the full analysis page.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol in Yahoo Finance format, e.g. AAPL, BRK-B, SAP.DE, VOO
Behavior4/5

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

With no annotations, the description carries the full burden of disclosure. It reveals the scoring methodology (10-point checklist), the output structure (score, verdict, metric values, link), and the 'free' aspect. It does not mention side effects or authentication, but as a read-only analysis tool, the description is sufficiently transparent about behavior.

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 a single dense sentence that front-loads the primary purpose ('Free fundamental analysis') before elaborating on the checklist and return value. It contains no unnecessary words, though its length and dense list of metrics could be slightly more readable if split.

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 has one parameter and no output schema, the description adequately covers the return value (score, verdict, metric values, link) and the analysis scope. It lacks details on limitations such as data latency or market coverage, but for typical use it is complete enough.

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 input schema already provides full coverage for the sole 'symbol' parameter with examples. The description does not add any additional parameter semantics or conventions, so it does not exceed the baseline expected when schema coverage is high.

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 performs stock analysis with a specific verb ('analyzes'), names the resource (publicly traded stock), and details the scoring system (10-point checklist). It inherently differentiates from the sibling analyze_etf by focusing on stocks, making purpose unambiguous.

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 establishes clear context by specifying 'publicly traded stock', implying this tool is for individual equities rather than ETFs. However, it does not explicitly reference the sibling tool or provide when-not-to-use exclusions, so it falls short of a 5.

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

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.