Skip to main content
Glama

fluid_build_lending_mint

Mint fToken shares by generating an unsigned transaction that deposits underlying assets, enabling lending on Fluid across multiple chains.

Instructions

Build an unsigned transaction to mint a specific number of fToken shares by depositing underlying assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network. Supported: ethereum, arbitrum, base, polygon, plasma
sharesYesNumber of fToken shares to mint (in raw units)
rpc_urlNo
receiverYesAddress that will receive the fToken shares
ftoken_addressYesfToken contract address
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses that the transaction is unsigned and that the operation deposits underlying assets to mint shares, but it omits important details such as whether an approval is required beforehand, the resulting transaction object, or any chain-specific behavior. This is moderate transparency for a transaction-builder tool.

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 a single sentence that is concise and front-loaded with the core action. Every word adds value, and there is no redundant or filler content.

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 tool is a complex transaction builder with no output schema, so the description needs to explain return behavior, but it does not mention what the built transaction looks like or any prerequisites. The sibling toolset suggests multiple similar builders, and while the description gives the main purpose, it leaves out key contextual details like approval handling and output format. Overall it is adequate but not 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?

Schema coverage is 80% (4 of 5 parameters documented), so the baseline is 3. The description adds context around 'shares' and 'underlying assets', but it does not clarify the role of the optional rpc_url parameter, which lacks any schema description. It does not compensate fully for that gap.

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 states the tool builds an unsigned transaction to mint fToken shares by depositing underlying assets. The verb 'mint' and resource 'fToken shares' are specific, and it distinguishes itself from sibling tools like fluid_build_lending_deposit by focusing on exact-share minting.

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?

The description implies usage when an agent needs to construct a mint transaction for fToken shares, but it does not explicitly mention when to use this over the deposit tool or any alternatives. It lacks explicit 'when-to-use' versus 'when-not-to-use' guidance, which is partially mitigated by the clear action verb.

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/ahmadmardeni1/fluid-mcp-server'

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