Skip to main content
Glama
LIN0304

Puffer Finance MCP

by LIN0304

create_everclear_intent

Bridge pufETH or xpufETH across chains using Everclear. Specify source and destination chains, token amount, and recipient address to create a transfer intent.

Instructions

Create pufETH/xpufETH bridge via Puffer Finance using Everclear (their primary bridge provider)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesToken to bridge ('pufETH' or 'xpufETH')
amountYesAmount to bridge
testnetNoUse testnet mode (default: false)
toChainYesDestination chain name
fromChainYesSource chain name (e.g., 'Ethereum', 'Base')
recipientAddressYesRecipient wallet address
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does not state what creating the bridge intent entails (e.g., whether it requires approval, is irreversible, or triggers a transaction), nor does it describe any side effects or return behavior.

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?

The description is a single, front-loaded sentence that uses efficient language. It conveys the core purpose without redundant phrases, though it omits important behavioral details that might have been included without bloating the text.

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

Completeness2/5

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

This is a bridge-creation tool with 6 parameters, no output schema, and no annotations. The description is too sparse to be contextually complete: it does not mention what the user should expect after invoking it, whether any confirmation/execution step is required, or how to handle the testnet parameter. The schema documents parameters but the operational context is missing.

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?

The input schema already covers 100% of parameters with descriptions, so the baseline is 3. The description adds context about tokens and provider but does not explain any parameter interactions, constraints, or format details beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create') and the resource ('pufETH/xpufETH bridge via Puffer Finance using Everclear'). It names the specific tokens and provider, which distinguishes it from sibling tools like execute_bridge and get_bridge_info, though it does not explicitly mention 'intent' as the output.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives like execute_bridge or puffer_bridge. The description mentions the provider but does not explain prerequisites, next steps, or scenarios where another tool would be more appropriate.

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/LIN0304/puffer-finance-mcp'

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