Skip to main content
Glama

NEAR MCP

Official

search_near_fungible_tokens

Search NEAR blockchain for fungible token contract details using specific account ID, symbol, or name terms. Limit results to manage API load efficiently.

Instructions

Search for fungible token contract information for the NEAR blockchain, based on search terms. This tool works by 'grepping' through a list of contract information JSON objects. Be careful with this tool, it can return a lot of results. Ensure that your query is specific.

Input Schema

NameRequiredDescriptionDefault
accountIDSearchTermNoThe grep-like search term to use for finding fungible token contract information by account ID.
maxNumberOfResultsNoThe maximum number of results to return. This is a limit to the number of results returned by the API. Keep this number low to avoid overwhelming the API.
nameSearchTermNoThe grep-like search term to use for finding fungible token contract information by name.
symbolSearchTermNoThe grep-like search term to use for finding fungible token contract information by symbol.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountIDSearchTerm": { "description": "The grep-like search term to use for finding fungible token contract information by account ID.", "type": "string" }, "maxNumberOfResults": { "default": 4, "description": "The maximum number of results to return. This is a limit to the number of results returned by the API. Keep this number low to avoid overwhelming the API.", "maximum": 8, "minimum": 1, "type": "number" }, "nameSearchTerm": { "description": "The grep-like search term to use for finding fungible token contract information by name.", "type": "string" }, "symbolSearchTerm": { "description": "The grep-like search term to use for finding fungible token contract information by symbol.", "type": "string" } }, "type": "object" }

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/nearai/near-mcp'

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