Skip to main content
Glama
Deconstruct2021

cryptopunks-mcp-server

get_punk_traits

Retrieve detailed trait information for any CryptoPunk, including type, attributes array, and rarity count. Use this tool to analyze individual punk characteristics for research or collection purposes.

Instructions

Get the traits (attributes) for a specific CryptoPunk: type, type name, attributes array, and count. Returns accurate type data for all punk types including Aliens, Apes, and Zombies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
punk_indexYesCryptoPunk index (0–9999)

Implementation Reference

  • The API function that implements the logic to fetch punk traits from the CryptoPunks API.
    export async function getPunkTraits(punkId: number) {
      return get(DATA_BASE, `/api/traits/${punkId}`);
    }
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool returns specific data fields but doesn't mention error handling, performance characteristics, rate limits, or authentication requirements. It adds minimal context beyond the basic operation, leaving significant behavioral gaps.

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 concise and front-loaded, stating the core purpose in the first clause. Both sentences earn their place by specifying the data returned and clarifying coverage for all punk types, with no redundant or verbose language.

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

Completeness3/5

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

Given the tool's low complexity (1 parameter, no output schema, no annotations), the description is minimally adequate. It explains what data is returned but lacks details on output format, error conditions, or integration with sibling tools, leaving room for improvement in completeness.

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?

Schema description coverage is 100%, with the single parameter 'punk_index' fully documented in the schema. The description doesn't add any parameter-specific information beyond what the schema provides, such as examples or edge cases, so it meets the baseline for high schema coverage without compensating value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: retrieving traits/attributes for a specific CryptoPunk, including type, type name, attributes array, and count. It specifies the resource (CryptoPunk) and verb (get traits), but doesn't explicitly differentiate from sibling tools like get_punk or get_punk_metadata, which might provide overlapping or related data.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It mentions returning 'accurate type data for all punk types' but doesn't compare it to sibling tools like get_punk or get_punk_metadata, leaving the agent to infer usage context without explicit direction.

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/Deconstruct2021/cryptopunks-mcp-server'

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