Skip to main content
Glama

TokenBank — tokenized real-world assets

find_tokenized_security

Read-onlyIdempotent

Does a tokenized version of a given company, ETF or bond exist, and from which issuer? Searches the whole imported tier by company name, ticker or ISIN: Backed / xStocks, Ondo Global Markets, Swiss SME share registers from Aktionariat, tokenized property from Binaryx, and an aggregated tier covering Dinari, Coinbase, Robinhood Chain, bStocks, Anchored Finance and others. Use this BEFORE saying a stock is not available on-chain. THREE THINGS MATTER IN THE ANSWER: (1) many companies are issued SEVERAL times over — Apple exists as seven different tokens — and those are not duplicates. They differ in issuer, legal form and, decisively, in WHO MAY BUY THEM: Backed xStocks reach EU retail via Kraken, Ondo Stocks are offered inside the EEA to MiFID II professional clients only. Always report the eligibility line, not just that the token exists. (2) Sources differ in AUTHORITY. Issuer catalogues state what that issuer issued, including access terms. The aggregated rows only observe that a token exists: they carry no eligibility, no KYC gate and no custody claim, so never turn one into an availability answer. (3) This is identity data: the source states no yield, no minimum and no risk grade, so those fields are absent rather than zero. For instruments that do carry a comparable rate, use search_yield_products instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lineNoBacked only. xstocks = retail line via Kraken; btokens = older DeFi line, primary issuance for eligible investors only.
limitNoMax results (default 20)
queryYesCompany name, ticker or ISIN — e.g. "Apple", "AAPL", "US0378331005", "Silver Trust"
issuerNoRestrict to one issuer. Omit to search both, which is usually what you want — the comparison between them is the useful part.
offsetNoSkip this many matches before returning. Use the nextOffset from the previous answer to walk the whole set; its absence means you reached the end.
include_haltedNoInclude instruments Backed has flagged as trading-halted. Default false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchedYes
readThisNo
cataloguesNo
nextOffsetNoPass as offset to fetch the next page; absent when there is no more
instrumentsYes
issuedByMoreThanOneIssuerNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

The description goes far beyond the readOnly/idempotent annotations by disclosing important behavioral traits: results may contain multiple legitimate issuances of the same company, authority varies by source, aggregated rows lack eligibility/KYC/custody claims, and missing yield/minimum/risk fields should be treated as absent rather than zero. No contradiction with annotations exists.

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 long but every section earns its place: purpose, search coverage, critical usage caveats, and the alternative tool. The 'THREE THINGS MATTER' structure is front-loaded with the most decision-relevant caveats. It could be tightened slightly, but it is structured and purposeful rather than padded.

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

Completeness5/5

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

For a tool with rich semantics, complex source nuances, and an existing output schema, the description covers everything an agent needs: what to search, how to interpret multiple issuances, how to distinguish authoritative sources from observations, what fields are intentionally absent, and which sibling tool to use for rate products. Nothing material is missing.

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 coverage is 100%, so the baseline is 3. The description adds meaningful semantics around the query field (company name, ticker, or ISIN) and the conceptual difference between issuer catalogues and aggregated tiers, which clarifies how issuer filtering should be interpreted. It does not deeply explain line, limit, or offset, but those are already well documented in the schema.

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 a specific, answerable question: 'Does a tokenized version of a given company, ETF or bond exist, and from which issuer?' and specifies the search scope (company name, ticker, or ISIN) across named sources. It clearly distinguishes this from sibling tools by saying 'Use this BEFORE saying a stock is not available on-chain' and later routing to search_yield_products for rate comparisons. This is a clear verb+resource+scope definition.

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?

Contains explicit usage direction: 'Use this BEFORE saying a stock is not available on-chain' and 'For instruments that do carry a comparable rate, use search_yield_products instead.' It also gives practical warnings about when results should not be treated as authoritative (aggregated rows are not availability answers) and how to report eligibility. These are concrete when-to-use and when-not-to-use rules.

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