Skip to main content
Glama

orbitx_whoami · Orbitx

orbitx__orbitx_whoami
Read-only

Session identity. Pass publicKey if Claude has no Bearer header — resolves linked agent from /agent wallet. Returns userId, agentId, auth source. For Grok, pass — 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
authCodeNoOrbitX authCode from the dashboard paste message or orbitx_auth_link. After auth, pass this on every tool call (required for Grok).
publicKeyNoOptional Solana wallet linked on https://orbitx.world/agent

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / additionalProperties
      Previous value: -trueNew value: +false
    • 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"
      +  },
      +  "publicKey": {
      +    "description": "Optional Solana wallet linked on https://orbitx.world/agent",
      +    "type": "string"
      +  }
      +}
  2. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Beyond readOnlyHint/destructiveHint, it explains that the tool resolves a linked agent from /agent wallet, returns specific identity fields, and only read-shaped operations are permitted. No output schema exists, so the return-field disclosure is valuable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Several clauses are confusing: 'For Grok, pass — Orbitx's MCP server...', 'Called through their seat; their data comes back as it is', and an irrelevant registry listing. The important info is present but buried in run-on, marketing-style sentences.

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 read-only tool with 2 optional params and output fields listed, it is mostly complete. However, the unclear seat/wall phrasing and lack of guidance about what happens without auth leave some ambiguity.

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 already covers both params, so baseline is 3; the description adds conditional logic — publicKey only when no Bearer header, authCode for Grok. It doesn't fully compensate for the garbled 'For Grok, pass —' sentence, but the schema handles that.

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?

Opens with 'Session identity' and states it returns userId, agentId, and auth source, so an agent can tell this is a read-only identity lookup. It does not explicitly distinguish itself from sibling identity tools like auth_resolve or orbitx__orbitx_life_account, so it misses full sibling 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?

Gives concrete conditions: pass publicKey only if Claude has no Bearer header, and authCode is needed for Grok (also in schema). It does not say when to prefer this tool over sibling identity/auth tools or when not to call it.

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.