Skip to main content
Glama
arcadia-finance

mcp-server

read.asset_manager.current

Read-onlyIdempotent

Read the asset managers currently enabled on an account, with decoded on-chain config, intents, and Merkl claim state. Deprecated managers appear separately for cleanup.

Instructions

Read which asset managers are currently enabled on an account, with their decoded on-chain configuration. Returns the active managers (address, protocol, initiator, decoded strategy metadata, slippage and value-loss caps, fee recipient), the intents they map to, and Merkl claim state including whether reward tokens still need registering. Managers from superseded deployments are listed separately under deprecated: pass their addresses to write.account.automations_delta to clear them, or run write.account.automations which disables them as part of the save. read_ok is false when chain state could not be read, in which case the result is unreliable rather than empty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chain_idNoChain id: 8453 Base, 130 Unichain, 10 Optimism
account_addressYesArcadia account address

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
merklNo
accountYes
enabledYes
read_okYes
chain_idYes
warningsYes
deprecatedYes
inferred_intentsYes
Behavior5/5

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

The description adds behavioral details beyond annotations: read_ok indicates unreliable results, deprecated managers are listed separately, and reward token registration is mentioned. No contradiction with readOnlyHint or other annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence contributes value: purpose, return data, deprecated handling, and error semantics. The description is somewhat dense but appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, return values, edge cases, and remediation paths. With output schema present, this is complete for the tool's complexity.

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?

Since the schema covers both parameters (account_address, chain_id) with 100% coverage, the description adds no extra parameter semantics. Baseline 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?

The description clearly states the tool reads currently enabled asset managers with decoded on-chain configuration. It distinguishes from related tools by focusing on 'current' managers and providing detailed return contents.

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?

It provides actionable context for handling deprecated managers through related write tools, and explains the read_ok flag's meaning. However, it doesn't explicitly compare with read.asset_manager.intents, so it lacks explicit when-not-to-use guidance.

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

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