Skip to main content
Glama

Ordiscan: searchSRC20Tokens

searchSRC20Tokens
Read-onlyIdempotent

Search SRC-20 tokens with filters: free-text, deployer address, and sorting by deploy time, holders, or mint progress. Discover Bitcoin Stamps fungible token market.

Instructions

Search SRC-20 tokens (Bitcoin Stamps fungible standard) with filters: free-text, deployer address, sort by deploy time / holders / mint progress. Use for SRC-20 market discovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text query against SRC-20 ticker, creator notes, and metadata.
deployerNoFilter to SRC-20 tokens deployed by a specific Bitcoin address (26-62 chars).
sort_byNoSort field: 'deploy_timestamp' (newest deploys), 'holders' (most-held), 'percent_minted' (closest to fully minted).
sort_orderNoResult ordering: 'ASC' (ascending) or 'DESC' (descending).
pageNo1-indexed page number for paginating results (max 10000). Defaults to 5.
page_sizeNoItems per page (1-100). Defaults to API default.
Behavior3/5

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

Annotations already cover readOnly, destructive, idempotent, and openWorld hints. Description adds minimal behavioral context beyond the filters listed. Does not contradict annotations.

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?

Single sentence, no fluff, clearly communicates purpose and key filters.

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?

Describes search functionality and filters adequately for a read-only tool with comprehensive annotations. No output schema, so return format not expected. Slightly incomplete on pagination details but still good.

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 6 parameters have full schema descriptions (100% coverage). Description reiterates some filters but adds no new semantics beyond the schema. Baseline 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?

Clearly states verb 'Search' and resource 'SRC-20 tokens', lists filters and use case 'market discovery'. Distinguishes from siblings like getSRC20Token and listBRC20Tokens.

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

Usage Guidelines4/5

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

Explicitly states use case 'market discovery' and lists filters. Does not explicitly exclude alternatives, but context and sibling names imply it's for broad search vs. single-token lookup.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/EmblemCompany/Agent-skills'

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