Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Meteora Create Alpha Vault

meteora_createAlphaVault

Create a fair token launch vault with vesting by specifying deposit token, cap, and vesting duration on Solana.

Instructions

Create a Meteora Alpha Vault for fair token launches with vesting. 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
creatorYesSolana public key (base58)
startTimeNoVault start time (Unix timestamp)
maxDepositYesMaximum deposit cap
depositMintYesToken mint accepted for deposits
poolAddressYesSolana public key (base58)
vestingDurationYesVesting duration in seconds

Output Schema

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

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

Annotations indicate readOnlyHint=false (mutating) and destructiveHint=false. The description adds that it creates a vault with vesting but does not disclose authorization requirements, potential side effects, or non-idempotent behavior. It provides adequate but not deep transparency.

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

Conciseness4/5

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

The description is composed of two sentences, with the first covering the core purpose and the second adding valuable SAP context. While concise, the SAP guidance could be slightly streamlined or moved to a separate note. No wasted words, but the context is relevant.

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

Completeness3/5

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

Given the tool's complexity (launching a vault with vesting), the description is minimal. It does not explain the vault lifecycle, parameter relationships, or output schema. However, the presence of a schema and annotations partially compensates. An agent familiar with Meteora might find it acceptable, but newcomers may need more detail.

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 description coverage is 100%, so the baseline is 3. The description does not add any additional meaning or usage notes beyond what the parameter descriptions already provide, such as the format of timestamps or constraints on deposit caps.

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

Purpose5/5

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

The description includes a specific verb ('Create'), resource ('Meteora Alpha Vault'), and purpose ('fair token launches with vesting'). This clearly distinguishes it from sibling tools like meteora_createDynamicPool and meteora_createDLMMPool, which focus on different pool types.

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

Usage Guidelines4/5

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

The description provides context about SAP MCP and directs which sibling tools to use for on-chain registration steps. However, it does not explicitly state when to use this tool versus other vault creation tools, nor does it mention prerequisites or when not to use it.

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