Skip to main content
Glama

Ordiscan: getSRC20Token

getSRC20Token
Read-onlyIdempotent

Fetch SRC-20 token metadata by ticker: deploy info, max supply, mint progress, holder count, and creator. Provides essential data for Bitcoin Stamps fungible tokens.

Instructions

Fetch metadata for a single SRC-20 token (the Bitcoin Stamps fungible-token standard) by ticker: deploy info, max supply, mint progress, holder count, and creator. SRC-20 is the Stamps protocol equivalent of BRC-20.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickYesSRC-20 token ticker, typically 4 characters (e.g. 'KEVIN', 'STAMP'). Case-insensitive.
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint, making behavioral traits transparent. The description adds value by listing the specific metadata returned (deploy info, max supply, etc.) and noting case-insensitivity, which complements the annotations without contradiction.

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 consists of two concise sentences: the first states the core purpose and return fields, the second provides context on SRC-20. It is front-loaded and waste-free.

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?

For a simple single-parameter fetch tool with no output schema and strong annotations, the description covers the key information: what it does and what it returns. It could mention error handling or typical ticker format, but the schema already addresses case-insensitivity. Overall, it is sufficiently complete.

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?

The input schema provides full parameter documentation (100% coverage) with a clear description of the 'tick' parameter. The description reiterates 'by ticker' but adds no new parameter 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?

The description clearly specifies the tool's purpose: 'Fetch metadata for a single SRC-20 token ... by ticker: deploy info, max supply, mint progress, holder count, and creator.' It also contextualizes SRC-20 as the Stamps protocol equivalent of BRC-20, distinguishing it from similar tools like getBRC20TokenInfo.

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?

The description implies usage for a single token by ticker, but does not explicitly contrast with sibling tools like searchSRC20Tokens or getStamp. However, the purpose is clear enough to guide appropriate selection.

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