Skip to main content
Glama

orbitx_get_chart · Orbitx

orbitx__orbitx_get_chart
Read-only

Raw OHLCV candlestick JSON for a token. Prefer orbitx_dex_chart when the user wants a live DexScreener embed chart in chat. — Orbitx's MCP server, a live seat on The Wall (hosted by them). Called through their seat; their data comes back as it is. Read-shaped tools only (anything that buys, sells or writes refuses). Listing: https://rokha.ai/registry?skill=orbitx-official-mcp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYes
chainNosolana
limitNo
authCodeNoOrbitX authCode from the dashboard paste message or orbitx_auth_link. After auth, pass this on every tool call (required for Grok).
intervalNo1h

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • removedInput schema / additionalProperties
      Removed value: -true
    • addedInput schema / properties
      Added value: +{
      +  "authCode": {
      +    "description": "OrbitX authCode from the dashboard paste message or orbitx_auth_link. After auth, pass this on every tool call (required for Grok).",
      +    "type": "string"
      +  },
      +  "chain": {
      +    "default": "solana",
      +    "type": "string"
      +  },
      +  "interval": {
      +    "default": "1h",
      +    "enum": [
      +      "5m",
      +      "15m",
      +      "1h",
      +      "4h",
      +      "1d"
      +    ],
      +    "type": "string"
      +  },
      +  "limit": {
      +    "default": 200,
      +    "type": "integer"
      +  },
      +  "mint": {
      +    "type": "string"
      +  }
      +}
    • addedInput schema / required
      Added value: +[
      +  "mint"
      +]
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and destructiveHint. The description adds useful context beyond that: write-shaped calls refuse, and data comes back as-is from the upstream seat. This does not contradict the 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 core purpose and routing guidance are front-loaded in the first two sentences. The provenance note and listing URL add some background noise, and the read-only clause partially repeats the annotations, but the overall length is still reasonable.

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?

There is no output schema, so the description must carry the return-format burden; it does say 'raw OHLCV candlestick JSON,' which helps. However, it does not explain limit behavior, chain options, interval effects, or response volume, leaving moderate gaps for a five-parameter tool despite annotations covering safety.

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?

Schema description coverage is only 20%, with only authCode documented. The description does not explain mint, chain, limit, or interval semantics; 'OHLCV' implies interval-related output and 'for a token' hints at mint, but the agent still has to infer what limit and chain mean and how they affect the response.

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 states the exact resource: 'Raw OHLCV candlestick JSON for a token.' It also distinguishes this tool from orbitx_dex_chart, which returns a live DexScreener embed, so an agent can tell the two chart tools apart immediately.

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?

It explicitly says to prefer orbitx_dex_chart when the user wants a live DexScreener embed chart in chat, making this the raw-data alternative. It also adds the behavioral constraint that anything buying, selling, or writing refuses, which helps the agent avoid misuse.

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.