Skip to main content
Glama

orbitx_get_signals · Orbitx

orbitx__orbitx_get_signals
Read-only

Live trading signals / alerts feed. — 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
limitNo
authCodeNoOrbitX authCode from the dashboard paste message or orbitx_auth_link. After auth, pass this on every tool call (required for Grok).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 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"
      +  },
      +  "limit": {
      +    "default": 20,
      +    "type": "integer"
      +  }
      +}
  2. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint. The description adds that data comes 'as it is' and that write operations refuse, reinforcing read-only behavior but not adding substantial new context. The authCode requirement is already in the schema, so it adds limited behavioral transparency beyond 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 description is a single concise sentence with the purpose front-loaded. It includes a relevant listing URL and a note about read-only scope. No unnecessary words, though the URL is an extra detail that could be considered peripheral.

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?

For a simple feed tool with no output schema, the description covers the basic purpose and read-only nature, but it does not describe the return format or behavior of the 'limit' parameter. Given the lack of output schema, a bit more detail about what the signals contain would be helpful.

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 50% (authCode is described, limit is not). The description does not mention either parameter, failing to compensate for the missing limit description. It adds no meaning beyond what the schema already provides for authCode and nothing for limit.

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 states it provides a 'Live trading signals / alerts feed' – a clear verb+resource that distinguishes it from other orbitx tools focused on charts, tokens, etc. However, it does not explicitly name any sibling tool for contrast, so it lacks explicit differentiation.

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 provides context ('Called through their seat; their data comes back as it is') and mentions read-only constraints, but it does not give explicit when-to-use guidance or mention alternatives. It implies this is for retrieving signals but doesn't state when to prefer it over other orbitx tools.

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.