Skip to main content
Glama

lookup_symbol

Resolve any FLOX symbol to its local name, kind, and signature across C++, C-API, Python, Node, Codon, and QuickJS. Accepts any spelling you know, adds gotchas, and filters by binding.

Instructions

Resolve a FLOX symbol across every surface (C++, C-API, Python, Node, Codon, QuickJS). Methods resolve too, reported as Owner.method. Returns the local name, kind, and signature for each binding that exports it. Use this whenever the user names a struct, function, or indicator and you need to know what it's called in their language — never guess at the cross-language spelling. Accepts any spelling the user knows ('FloxBarData', 'BarData', 'flox_indicator_ema', 'ema', 'Ema'). Filter to one language with the language arg if the user is writing in a specific binding. When the symbol has hand-curated semantic gotchas (silent quantization, ordering preconditions, subscribed-vs-registry distinctions), they appear under a ## Gotchas section in the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSymbol name in any binding's spelling. Case-sensitive; common transformations (Flox prefix, flox_indicator_ prefix) are tried automatically.
languageNoOptional binding filter. One of: capi, cpp, capi, python, node, codon, quickjs.

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/FLOX-Foundation/flox'

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