Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Meteora Create Dynamic Pool

meteora_createDynamicPool

Create a Meteora Dynamic AMM pool by specifying token mints, initial amounts, activation trigger (slot or timestamp), and trade fee parameters.

Instructions

Create a Meteora Dynamic AMM 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

TableJSON Schema
NameRequiredDescriptionDefault
mintAYesToken mint address (base58)
mintBYesToken mint address (base58)
amountAYesRaw token amount (smallest unit)
amountBYesRaw token amount (smallest unit)
creatorYesSolana public key (base58)
activationTypeNoActivation Type parameter for Meteora Create Dynamic Pool.
activationPointNoActivation slot/timestamp
tradeFeeNumeratorNoTrade fee numerator (default pool fee)
tradeFeeDenominatorNoTrade Fee Denominator parameter for Meteora Create Dynamic Pool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description correctly implies mutation. However, it adds no behavioral details such as token requirements, pool initialization effects, or idempotency. The description carries minimal value beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence is concise, but the second sentence about SAP context is irrelevant to the tool's operation and adds clutter. The description is not well-structured for an agent to quickly understand usage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having 9 parameters and an output schema, the description fails to explain what a Dynamic Pool is, how to obtain parameter values, or what the return is. The SAP context sentence is extraneous and does not complete the picture. The description is incomplete for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with each parameter already described. The description does not add any extra meaning, relationships, or usage patterns beyond the schema. Baseline score of 3 is appropriate since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Create a Meteora Dynamic AMM pool', which is a clear verb and resource, but it does not differentiate from sibling tools like meteora_createDLMMPool or meteora_createAlphaVault. The title already indicates the pool type, but the description lacks specifics on what makes 'Dynamic' distinct, leaving ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives (e.g., when to create a Dynamic vs DLMM Pool). It does not mention prerequisites, conditions, or when-not to use. The SAP context paragraph is about unrelated tools, not usage instructions for this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OOBE-PROTOCOL/sap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server