Meteora Create D L M M Pool
meteora_createDLMMPoolCreate a Meteora DLMM (Discrete Liquidity Market Maker) pool. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_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.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: hosted accountless write is blocked; do not call this as a paid hosted write and no x402 payment should be charged. Use the local sap_payments bridge or a hosted unsigned builder when user signing is required. Signer boundary: user-controlled local profile or external signer; OOBE hosted MCP remains non-custodial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mintX | Yes | Token X mint | |
| mintY | Yes | Token Y mint | |
| feeBps | No | Fee Bps parameter for Meteora Create D L M M Pool. | |
| amountX | No | Raw token amount (smallest unit) | |
| amountY | No | Raw token amount (smallest unit) | |
| binStep | Yes | Bin step size (defines fee tier and price granularity) | |
| creator | Yes | Solana public key (base58) | |
| initialPrice | Yes | Initial Price parameter for Meteora Create D L M M Pool. | |
| activationType | No | Activation Type parameter for Meteora Create D L M M Pool. | |
| activationPoint | No | Activation Point parameter for Meteora Create D L M M Pool. | |
| priceRoundingUp | No | Price Rounding Up parameter for Meteora Create D L M M 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. |