Skip to main content
Glama

TokenBank — tokenized real-world assets

find_permissionless_assets

Read-onlyIdempotent

Instruments a self-custody wallet can buy without KYC and hold itself. This is the question a token list cannot answer: for real-world assets the gate to MINT and the gate to BUY on a secondary market routinely differ, so a fund can be permissioned at the issuer while its token trades freely. Strict by design — an instrument whose access is merely unverified is excluded, not included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
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.
pillarNoLimit to one category pillar
eu_onlyNoOnly instruments explicitly stated as EU-available
min_yield_pctNoMinimum comparable yield in percent
include_unverifiedNoDefault false. When true, also returns instruments whose secondary-market gate is unknown — clearly flagged. Use only when the user asked what MIGHT be open, never to answer what IS open.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
resultsYes
nextOffsetNoPass as offset to fetch the next page; absent when there is no more
unverifiedNoPossibly open, not confirmed — excluded from results
confirmedOpenNoVerified as buyable without KYC
totalMatchingNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, covering the safety profile. The description adds meaningful behavioral nuance: it is 'Strict by design' and excludes instruments with merely unverified access, and it explains the distinction between mint and buy gates. This goes beyond the annotations and helps the agent understand filtering semantics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, with the primary purpose stated first and the nuanced reasoning second. No wasted words, front-loaded and efficient.

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?

The description explains the core concept and the strict filtering behavior. An output schema exists, so return format is covered. The only gap is explicit guidance on when to use this tool vs its siblings, but given the name and description, an agent can likely infer the use case. Overall, it is complete enough for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All six parameters are fully described in the input schema (100% coverage), so the description does not need to add parameter details. The description does not describe parameters directly, but it does imply the include_unverified behavior via 'Strict by design'. Since the schema covers everything, baseline of 3 is appropriate.

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 clearly states the tool's purpose: finding instruments a self-custody wallet can buy without KYC and hold itself. It distinguishes itself from a token list by explaining the mint vs. buy gate nuance, which is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context about the question it answers (permissionless assets for self-custody) and explains the strict filtering behavior, but it does not explicitly mention when to use this tool over siblings like search_yield_products or find_tokenized_security. No exclusions or alternative tools are referenced, leaving the agent to infer usage from the name and context.

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