Skip to main content
Glama

find_sector_stock_pipeline_tool

Run a multi-step pipeline: sector performance -> stock ranking -> strategy selection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNoindia
top_n_stocksNo
top_n_sectorsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. It does not state whether the tool performs read-only analysis, requires authentication, has side effects, or returns intermediate/final results. It only lists the pipeline steps without any information about execution behavior, runtime, or data persistence, leaving the agent in the dark about important operational aspects.

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, front-loaded sentence that efficiently conveys the pipeline's flow using an arrow notation. Every word contributes: it names the action, the resource, and the three stages in order. There is no redundancy, filler, or unnecessary detail, making it a model of conciseness.

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

Completeness1/5

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

This is a non-trivial multi-step pipeline tool with no annotations, no output schema, and no parameter descriptions in either the schema or the description. The description gives only the pipeline's steps, omitting critical operational details such as expected inputs, output format, failure modes, and how the steps interact with the parameters. For an agent to select and invoke this tool correctly, far more contextual information is needed, so the description is severely incomplete.

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

Parameters2/5

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

The schema has zero description coverage for its three parameters, and the description does not mention any of them or explain how market, top_n_stocks, and top_n_sectors relate to the pipeline steps. The parameter names and the step names provide some implicit mapping, but the description itself adds no direct semantic meaning, so it fails to compensate for the lack of schema descriptions.

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 identifies the tool as a multi-step pipeline with a specific sequence (sector performance, stock ranking, strategy selection), which distinguishes it from single-purpose sibling tools like analyze_momentum or analyze_statistics. It uses a specific verb ('Run') and names a resource (the pipeline) with its stages, though it doesn't clarify what 'strategy selection' entails or what the output looks like, preventing a perfect score.

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 gives no explicit guidance on when to use this tool versus the many sibling analysis tools. It merely states the pipeline's existence and steps; there are no scenarios, prerequisites, or exclusions mentioned. The agent is left to infer usage solely from the high-level steps, so this is minimally useful.

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

C2.9/5.0
Disambiguation2/5

Several tools overlap significantly: plot_charts is an explicit alias for generate_charts, generate_chart_pack and generate_charts have similar purposes, and backtesting tools like backtest_macd_momentum vs backtest_macd_trend_follower or backtest_mean_reversion_rsi_bb vs backtest_rsi_mean_reversion are easily confused. The sector tools also have fuzzy boundaries.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (analyze_*, backtest_*, get_*, generate_*). However, two tools use a 'tool' suffix (analyze_sector_intelligence_tool, find_sector_stock_pipeline_tool) which deviates from the otherwise consistent naming style.

Tool Count3/5

At 25 tools, the server is at the heavy end of the acceptable range. The scope is broad (analysis, backtesting, charting, portfolio optimization, alerts), but redundant chart tools and overlapping backtest strategies inflate the count and hurt focus.

Completeness4/5

The toolset covers the core domain well: technical analysis, backtesting, trade planning, portfolio optimization, quotes, news, and alerts. Minor gaps exist, such as no watchlist management tool (scanning only) and no direct historical data fetch, but these are workable around the existing tools.