Raydium-pools Create C L M M
raydium-pools_createCLMMCreate a Raydium CLMM (Concentrated Liquidity) pool with a price range. 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 |
|---|---|---|---|
| mintA | Yes | Token mint address (base58) | |
| mintB | Yes | Token mint address (base58) | |
| amountA | Yes | Initial liquidity for token A | |
| amountB | Yes | Initial liquidity for token B | |
| creator | Yes | Solana public key (base58) | |
| startTime | No | Start Time parameter for Raydium-pools Create C L M M. | |
| priceLower | Yes | Lower price bound for liquidity range | |
| priceUpper | Yes | Upper price bound for liquidity range | |
| tickSpacing | Yes | Tick spacing (defines fee tier: 1=0.01%, 10=0.05%, 60=0.3%, 200=1%) | |
| initialPrice | Yes | Initial price of token A in terms of token B |
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. |