Skip to main content
Glama

sodax_get_money_market_asset

Read-only

Retrieve detailed information for a specific money market asset using its reserve contract address.

Instructions

Get detailed information for a specific money market asset by its reserve address

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reserveAddressYesThe reserve contract address of the asset
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false. The description adds no additional behavioral disclosure (e.g., auth requirements, rate limits, or data updates). It provides baseline value by confirming the read-only nature, but nothing beyond 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?

A single, front-loaded sentence that effectively communicates the tool's purpose. Every word is necessary, and there is no unnecessary information.

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?

The description lacks output details. With no output schema, the agent must infer what 'detailed information' includes. This is adequate for a simple fetch but could be more informative by listing key fields (e.g., supply, price, interest rate).

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?

Input schema coverage is 100%, with both parameters having descriptions. The description reinforces the reserve address usage but adds no extra meaning beyond the schema. Baseline score 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 specifies the verb 'Get', the resource 'detailed information for a specific money market asset', and the identifier 'by its reserve address'. This distinguishes it from sibling tools like sodax_get_money_market_assets which lists all assets.

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?

While the description states when to use this tool (for a specific asset by address), it does not explicitly mention when not to use it or provide alternatives. The clarity of the purpose and tool name compensates slightly, but explicit exclusion would improve it.

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/gosodax/builders-sodax-mcp-server'

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