Skip to main content
Glama

Searching tokens, companies, and addresses

general_search
Read-only

General search tool. This is your FIRST entry point to look up for possible tokens, entities, and addresses related to a query.

Do NOT use this tool for prediction markets. For Polymarket names, topics, event slugs, or URLs, use prediction_market_lookup instead.

Nansen MCP does not support NFTs, however check using this tool if the query relates to a token. Regular tokens and NFTs can have the same name.

This tool allows you to:

  • Check if a (fungible) token exists by name, symbol, or contract address

  • Search information about a token

    • Current price in USD

    • Trading volume

    • Contract address and chain information

    • Market cap and supply data when available

  • Search information about an entity

  • Find the address behind a Nansen label (public figure, fund, exchange wallet)

  • Find Nansen labels of an address (EOA) or resolve a domain (.eth, .sol)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoOptional chain filter to narrow down token results to specific blockchain. If not further specified, leave it as None. If a chain is specified, ALWAYS use this parameter instead of adding chain name to the query string. Valid values: "ethereum", "solana", "base", "bnb", "polygon", "arbitrum", "avalanche", "optimism", etc.
queryYesThe search term - token symbol, name, or address. In stock mode, pass only the company name or exchange ticker. Do not add words such as "stock", "ticker", or a chain name.
max_resultsNoMaximum number of results (default: 25, max: 25)
result_typeNoType filter - "token", "entity", "wallet", "eoa", "stock", or "any"any

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • changedInput schema / properties / query / description
      Previous value: -"The search term - token symbol, name, or address. DO NOT include chain name here!"New value: +"The search term - token symbol, name, or address. In stock mode,\n   pass only the company name or exchange ticker. Do not add words\n   such as \"stock\", \"ticker\", or a chain name."
    • changedInput schema / properties / result_type / description
      Previous value: -"Type filter - \"token\", \"entity\", \"wallet\", \"eoa\", or \"any\""New value: +"Type filter - \"token\", \"entity\", \"wallet\", \"eoa\", \"stock\", or \"any\""
    • changedInput schema / properties / result_type / enum
      Previous value: -[
      -  "token",
      -  "entity",
      -  "wallet",
      -  "eoa",
      -  "any"
      -]New value: +[
      +  "token",
      +  "entity",
      +  "wallet",
      +  "eoa",
      +  "stock",
      +  "any"
      +]
  2. Changed2 schema fields changed
    • changedInput schema / properties / result_type / description
      Previous value: -"Type filter - \"token\", \"entity\", \"eoa\", or \"any\""New value: +"Type filter - \"token\", \"entity\", \"wallet\", \"eoa\", or \"any\""
    • changedInput schema / properties / result_type / enum
      Previous value: -[
      -  "token",
      -  "entity",
      -  "eoa",
      -  "any"
      -]New value: +[
      +  "token",
      +  "entity",
      +  "wallet",
      +  "eoa",
      +  "any"
      +]
  3. Changed5 schema fields changed
    • addedInput schema / additionalProperties
      Added value: +false
    • addedInput schema / properties / chain / description
      Added value: +"Optional chain filter to narrow down token results to specific blockchain. If not further specified, leave it as None. If a chain is specified, ALWAYS use this parameter instead of adding chain name to the query string.\n   Valid values: \"ethereum\", \"solana\", \"base\", \"bnb\", \"polygon\", \"arbitrum\",\n   \"avalanche\", \"optimism\", etc."
    • addedInput schema / properties / max_results / description
      Added value: +"Maximum number of results (default: 25, max: 25)"
    • addedInput schema / properties / query / description
      Added value: +"The search term - token symbol, name, or address. DO NOT include chain name here!"
    • addedInput schema / properties / result_type / description
      Added value: +"Type filter - \"token\", \"entity\", \"eoa\", or \"any\""
  4. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavior beyond annotations: it is the entry point, it does not support NFTs, it resolves labels and domains, and it reports price, volume, contract address, chain, market cap, and supply 'when available.' This gives the agent useful expectations without repeating annotation data.

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 front-loaded with the most important guidance ('FIRST entry point' and the prediction-market exclusion) before a well-organized bullet list of capabilities. It is somewhat long, but each bullet communicates a distinct lookup capability and the NFT caveat earns its place. No redundant sentences dilute the message.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema, the 100% parameter schema coverage, and the read-only/open-world annotations, the description is nearly complete. It covers the main search categories, return-style information, exclusions, and label/domain resolution. A small gap is that the title mentions 'companies' while the description only implies them through 'entities' and the schema's stock mode, but this is minor given the schema already clarifies stock search.

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?

The input schema fully documents all four parameters, so the baseline is 3. The description adds value by expanding the meaning of `query` beyond the schema: it can be a token name, symbol, contract address, Nansen label, or a domain such as .eth/.sol. It also clarifies that entity search is part of the tool's scope, complementing the schema's stock-mode note.

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 opens with 'General search tool' and explicitly frames it as the 'FIRST entry point to look up for possible tokens, entities, and addresses related to a query.' It then lists concrete use cases, including token existence checks, token details, entity lookup, Nansen-label resolution, and domain resolution. It also distinguishes itself from prediction_market_lookup by explicitly saying not to use it for prediction markets.

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 gives explicit when-to-use guidance ('FIRST entry point'), an explicit when-not-to-use rule ('Do NOT use this tool for prediction markets'), and names the alternative tool ('use prediction_market_lookup instead'). It also adds a useful caveat about NFTs and name collisions, telling the agent to still check this tool when a query relates to a token even though Nansen MCP does not support NFTs.

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.

Resources