Meteora Create Dynamic Pool
meteora_createDynamicPoolCreate a Meteora Dynamic AMM pool by providing two token mints, initial liquidity amounts, and activation parameters. The pool supports custom fee settings.
Instructions
Create a Meteora Dynamic AMM pool. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_register_agent, sap_update_agent, and sap_publish_tool_by_name when the capability should become part of an on-chain SAP agent profile or tool registry entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mintA | Yes | Token mint address (base58) | |
| mintB | Yes | Token mint address (base58) | |
| amountA | Yes | Raw token amount (smallest unit) | |
| amountB | Yes | Raw token amount (smallest unit) | |
| creator | Yes | Solana public key (base58) | |
| activationType | No | Activation Type parameter for Meteora Create Dynamic Pool. | |
| activationPoint | No | Activation slot/timestamp | |
| tradeFeeNumerator | No | Trade fee numerator (default pool fee) | |
| tradeFeeDenominator | No | Trade Fee Denominator parameter for Meteora Create Dynamic Pool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |