Skip to main content
Glama

sodax_get_all_borrowers

Read-only

Retrieve all borrowers across every money market asset with pagination. Return results as JSON or formatted markdown.

Instructions

Get all borrowers across all money market assets with pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoNumber of borrowers to skip for pagination
limitNoMaximum number of borrowers to return (1-100)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
Behavior4/5

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

Annotations already indicate read-only, non-destructive, open-world. Description adds scope (all assets) and pagination behavior beyond annotations. No contradiction. Additional behavioral details like rate limiting or empty results absent but not critical given 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 redundancy. Front-loaded with verb and resource. Every word serves a purpose. No extraneous 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?

No output schema, yet description does not mention return structure (e.g., fields, total count, default ordering). Pagination is implied but no pagination metadata details. Minimally adequate but leaves important gaps for an AI agent.

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%, so parameters are well-documented. The description does not add new meaning to parameters beyond what schema already provides (limit, format, offset). Baseline score of 3 applies.

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?

Description clearly states verb 'Get', resource 'all borrowers', scope 'across all money market assets', and includes pagination. This distinguishes it from sibling 'sodax_get_asset_borrowers' which likely filters by asset.

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

Usage Guidelines3/5

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

No explicit when/when-not or alternative tool guidance. While the scope implies broad use, the agent must infer when to use this vs. asset-specific borrower tools. Sibling names help but description itself offers no direct comparison.

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