Resolve Symbol
resolve_symbolResolve an API symbol to its package, install line, import, and call syntax for LangChain, LlamaIndex, Ollama, or XRPL.
Instructions
Map an API name to the current package, install line, import, and call shape (ChatOpenAI, create_agent, VectorStoreIndex, xrpToDrops, …). Use when you know the symbol but not where it lives. Prefer search_ai_framework_docs for concepts and fetch_latest_syntax for topic snippets. Paid tools/call: $0.001 USDC or 1000 drops XRP; catalog-backed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | API name or import path, e.g. ChatOpenAI, ServiceContext, RippleAPI | |
| framework | Yes | One of langchain, llamaindex, ollama, or xrpl — the library that owns the symbol |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call | Yes | ||
| note | Yes | ||
| hints | Yes | ||
| symbol | Yes | ||
| aliases | Yes | ||
| install | Yes | ||
| matched | Yes | ||
| package | Yes | ||
| framework | Yes | ||
| importLine | Yes |