Skip to main content
Glama
arcadia-finance

mcp-server

read.asset_manager.intents

Read-onlyIdempotent

List automation intents for an Arcadia account or LP position. Include account address to see which intents can be enabled and which rules block others; add position ID to scope to that position.

Instructions

List the automation intents Arcadia supports, with the parameters each one accepts. Pass account_address to also get per-account availability: which intents can be enabled right now and, for any that cannot, the compatibility rule blocking it. Pass position_id as well to scope availability to one LP position. Without account_address this returns the catalog only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chain_idNoChain id: 8453 Base, 130 Unichain, 10 Optimism
position_idNoLP position (NFT) id to scope availability to. Requires account_address.
account_addressNoArcadia account address. Include it to get live per-account availability.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
usageYes
automationsYes
shared_paramsYes
availability_errorNo
Behavior5/5

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

While annotations already indicate read-only, idempotent, and non-destructive behavior, the description adds valuable conditional behavior: it explains what happens when account_address or position_id are passed, including the return of compatibility rules for blocked intents. It also notes that position_id requires account_address. This goes beyond the annotations and gives the agent a clear model of the tool's behavior.

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 three sentences long and front-loads the primary purpose. Each sentence adds distinct value without redundancy: the first defines the core function, the second explains the optional enhancement, and the third clarifies the default behavior. There is no filler or unnecessary detail.

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?

Given the tool has three optional parameters and conditional behavior, the description fully covers the usage space and output expectations. It mentions the compatibility-rule detail and the catalog-only default. Since an output schema exists, return values are adequately documented elsewhere. The description does not need to mention return format or additional details, making it 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.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage with descriptions for all three parameters, so the baseline is 3. The description enriches the semantics by explaining the purpose of account_address (per-account availability with compatibility rules) and the effect of position_id (scope to one LP position). It also clarifies the default behavior when account_address is omitted, which adds meaning beyond the schema.

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's main function: 'List the automation intents Arcadia supports, with the parameters each one accepts.' It uses a specific verb ('list') and identifies a distinct resource (automation intents) that separates it from sibling tools focused on accounts, pools, assets, and strategies. The conditional variants (with account_address, position_id) further clarify the exact scope of the operation.

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?

The description provides clear context for when to use different parameter combinations: without account_address it returns the catalog only, with account_address it shows per-account availability and compatibility rules, and with position_id it scopes to one LP position. It does not explicitly name alternative tools or exclusions, but the guidance is specific enough for an agent to decide correctly. Sibling tool names are available in context but not referenced in the description.

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