Skip to main content
Glama

list_assets

List available data assets, skills, and tools in the ClawMerchants marketplace. Each asset is purchasable via x402 micropayment in USDC on Base L2. Returns asset IDs, names, prices, categories, and descriptions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (default: 20)
searchNoSearch by name or description
categoryNoFilter by category: crypto, security, developer, market-data, ai-ml, knowledge, real-time, agent-skills, agent-tools, other

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the tool returns asset IDs, names, prices, categories, and descriptions, and that assets are purchasable via x402. However, it omits any statement about read-only nature, authentication requirements, pagination behavior, or rate limits, which would improve operational clarity.

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, front-loaded with the primary action and resource, then adds payment context and return fields. Every sentence earns its place with no redundant phrasing.

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?

This is a low-complexity list tool with three optional parameters and no output schema. The description covers return fields, marketplace context, and payment mechanism, which is sufficient for an agent to invoke it correctly. A minor gap is the lack of explicit sibling guidance, but overall completeness is strong.

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 schema provides 100% coverage for all three parameters (limit, search, category) with descriptions, so the description does not need to repeat them. It adds no additional parameter semantics beyond what the schema already provides, which lands at the baseline.

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 uses a specific verb ('List') and identifies the exact resource ('available data assets, skills, and tools in the ClawMerchants marketplace'). It clearly differentiates from sibling tool 'get_asset' by implying this is the browsing/list operation versus a single-asset fetch.

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 provides clear context: this lists marketplace assets and notes they are purchasable via x402 micropayment. However, it does not explicitly state when to prefer this over 'get_asset' or provide exclusion criteria, so it stops short of full guidance.

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.

TDQS

A3.9/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: get_asset retrieves details for a specific asset including payment instructions, while list_assets provides an overview of all available assets in the marketplace. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (get_asset and list_assets), using snake_case and clear action verbs that align with their functions. The naming is predictable and readable throughout.

Tool Count2/5

With only two tools, the server feels thin for a marketplace gateway that presumably involves purchasing assets. Key operations like initiating purchases, managing transactions, or accessing purchased data are missing, making the toolset insufficient for the apparent scope.

Completeness2/5

The toolset is severely incomplete for a marketplace gateway. While it covers listing and getting asset details, there is no tool for actually purchasing assets (e.g., a buy_asset or purchase_asset tool), nor for handling post-payment data retrieval or transaction management, leaving significant gaps in the workflow.

Resources