Skip to main content
Glama
INo-xious

stockbit-mcp

by INo-xious

patterns

Read-only

Spot candlestick formations on IDX stocks with the prior trend included, so hammer and hanging man are told apart. Get confidence scores, or ignore context to see raw shapes.

Instructions

Candlestick patterns on an IDX stock's daily bars — 16 classic formations with the prior trend they were read against. The prior trend is PART of the pattern, not decoration: a hammer and a hanging man are the same candle, as are an inverted hammer and a shooting star, and only what came before them tells the two apart. Set ignore_context to see the raw shapes anyway. confidence scores how closely the candle matches the TEXTBOOK PROPORTIONS. It is not a probability, it is not backtested, and it says nothing about what happened next — use backtest for that question.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
barsNoSessions to search (default 120)
fromNo
onlyNoRestrict to these pattern ids
sinceNoOnly the last N sessions
symbolYesIDX ticker, e.g. BBRI
ignore_contextNoReport reversal shapes regardless of prior trend. Default false.
min_confidenceNo0-1, default 0.5
Behavior5/5

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

Going well beyond the annotations, the description explains a subtle behavioral trait: same candle shapes can be different patterns depending on prior trend. It also clarifies that `confidence` measures textbook proportionality, not probability or predictive success, and warns it is not backtested. This is valuable behavioral context that the schema and annotations do not convey.

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 dense but well-structured: a clear one-line summary is followed by the most important interpretive caveat, then the confidence semantics. Every sentence earns its place, and the most actionable guidance is front-loaded.

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 8 parameters, no output schema, and a nuanced detection model, the description covers the key decisions an agent needs: what patterns are, how context affects them, what confidence means, and where to go for predictive analysis. It does not describe the full output shape or enumerate the 16 pattern IDs, which would make it fully complete.

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 high at 75%, and the description adds meaningful semantics for `ignore_context` by explaining that it shows raw shapes regardless of prior trend. It also clarifies what `confidence` means, which relates to `min_confidence`. However, the description does not add detail for the undocumented `to` and `from` date parameters, or explain how `bars` and `since` interact.

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 identifies the tool's function: detecting candlestick patterns on an IDX stock's daily bars, listing 16 classic formations and the prior trend used for interpretation. It differentiates itself from the sibling `backtest` by explicitly stating that pattern confidence is not predictive and that predictive questions should go to `backtest`.

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 gives strong usage context: it explains how prior trend affects pattern meaning, how to override it with `ignore_context`, and explicitly directs users to `backtest` when they care about forward-looking performance. It does not enumerate all alternative sibling tools or state when not to use this tool versus technicals, so it stops 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.

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