Skip to main content
Glama
arcadia-finance

arcadia-finance-mcp-server

write.account.set_asset_managers

Build an unsigned transaction to configure asset managers for an Arcadia Finance account by combining multiple automation intents into a single operation.

Instructions

Build an unsigned setAssetManagers transaction from encoded intent args. Takes the { asset_managers, statuses, datas } arrays returned by write.asset_manager.* intent tools and builds a single unsigned tx targeting the account. To combine multiple automations in one tx, concatenate the arrays from multiple intent tool calls before passing them here. Example: to enable rebalancer + merkl_operator, call both intent tools, merge their arrays, then pass the merged arrays to this tool. Returns { transaction: { to, data, value, chainId } }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_addressYesArcadia account address (V3 or V4)
asset_managersYesAsset manager addresses from intent tools
statusesYesEnable/disable flags from intent tools
datasYesEncoded callback data from intent tools (hex strings)
chain_idNoChain ID: 8453 (Base) or 130 (Unichain)

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/arcadia-finance/arcadia-finance-mcp-server'

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