Raydium-pools Create A M Mv4
raydium-pools_createAMMv4Create a Raydium AMM v4 liquidity pool by providing base and quote token amounts, using an existing Openbook market ID.
Instructions
Create a Raydium AMM v4 pool (requires an existing Openbook market). 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 |
|---|---|---|---|
| creator | Yes | Solana public key (base58) | |
| marketId | Yes | Openbook market ID | |
| startTime | No | Start Time parameter for Raydium-pools Create A M Mv4. | |
| baseAmount | Yes | Raw token amount (smallest unit) | |
| quoteAmount | Yes | Raw token amount (smallest unit) |
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. |