Raydium-pools Create C P M M
raydium-pools_createCPMMCreates a Raydium CPMM pool for liquidity provision on Solana, using specified token mints and initial liquidity amounts.
Instructions
Create a Raydium CPMM (Constant Product 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mintA | Yes | Token A mint | |
| mintB | Yes | Token B mint | |
| amountA | Yes | Initial liquidity for token A | |
| amountB | Yes | Initial liquidity for token B | |
| creator | Yes | Solana public key (base58) | |
| startTime | No | Pool start time (Unix timestamp) |
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. |