Skip to main content
Glama
INo-xious

stockbit-mcp

by INo-xious

analyze

Read-only

Weigh IDX stock readings into one bullish, neutral, or bearish lean with a confidence score and supporting evidence from broker flow, trend, valuation, and candlestick patterns.

Instructions

Weigh several readings of one IDX stock into a single lean — bullish, neutral or bearish — with a confidence score and the evidence behind both. CONFIDENCE IS NOT A PROBABILITY. It measures how complete and internally consistent the evidence is — how many pillars were readable, whether they agree, how far the composite sits from neutral, and how fresh the data is. It STOPS AT 90 by construction, because nothing in this data source could justify claiming more about a future price. Four weighted pillars: broker flow and positioning (0.35 — the signal no other data source has), trend across daily/weekly/monthly (0.30), valuation (0.20), candlestick patterns (0.15). A pillar that cannot be read is reported as MISSING, contributes nothing, and its weight is redistributed — it never lands as a neutral vote, because 'we could not see it' and 'we looked and it was balanced' are different answers. WHAT IT CANNOT DO: there is no analyst consensus or price target anywhere in this server, so nothing here reflects what analysts forecast. Valuation is scored against ABSOLUTE bands, not sector peers — treat it as weak for banks, property and cyclicals. Community sentiment is counted, never scored. FLOOR-LOCKED STOCKS: when the last close sits on the auto-rejection floor, broker accumulation-versus-distribution carries no information; the flow pillar is downgraded and says so. Read that as unreliable, not as bearish. COST: about 27 upstream requests at the default 260 bars — 22 bar pages (12 rows each) plus five single-shot reads — issued sequentially. Use technicals or timeframe_alignment if you only want the numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNoDaily sessions to pull (default 260 ≈ one trading year; 500 also fills the monthly view)
symbolYesIDX ticker, e.g. BBRI
broker_periodNoBroker-flow window (default LAST_7_DAYS). YEAR_TO_DATE costs the same one request.
pattern_windowNoSessions of candlesticks to read (default 10). Must be at least 1.
include_sentimentNoFetch the community post count for context (default true). Never scored.
Behavior5/5

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

The description goes far beyond the annotations by disclosing confidence is not probability, stops at 90 by construction, missing pillars redistribute weight, floor-locked stocks degrade the flow pillar, and community sentiment is never scored. It also discloses cost (~27 upstream requests), which is highly relevant behavior for an agent deciding whether to call this tool.

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 long but densely packed, with clear headed sections and the main purpose front-loaded in the first sentence. Each section justifies its existence: confidence caveat, pillar weights, limitations, floor-locked behavior, cost, and alternative routing.

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?

For a complex composite-analysis tool with no output schema, the description covers what the tool returns, what it cannot do, edge-case behavior, cost, and when to use alternatives. An agent has enough context to decide whether to invoke it and to interpret its result 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%, so the schema already documents all five parameters. The description still adds meaningful context by explaining the cost implication of bar count, how broker_period affects request count, that sentiment is counted but never scored, and how pillar weights interpret the inputs.

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 opening sentence names a specific verb ('Weigh'), a specific resource ('one IDX stock'), and a concrete output ('a single lean — bullish, neutral or bearish — with a confidence score and the evidence'). It is immediately clear this is a composite analysis tool and how it differs from data-only siblings like technicals or broker_summary.

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

Usage Guidelines5/5

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

The description explicitly says to use `technicals` or `timeframe_alignment` if the agent only wants the numbers, giving a clear alternatives condition. It also provides strong context on when the output is less trustworthy: no analyst consensus, valuation weak for certain sectors, floor-locked stocks unreliable, and sentiment never scored.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/INo-xious/stockbit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server