Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Jupiter Get D C A Orders

jupiter_getDCAOrders
Read-onlyIdempotent

Get DCA orders for a wallet, including active and historical entries. Filter by status, recurring type, token mints, and paginate results.

Instructions

Get all DCA orders (active and optionally historical) for a wallet. SAP MCP context: Jupiter protocol tools are served as AgentKit ecosystem tools. Use them for quote, route, and swap preparation, then use SAP transaction preview/sign/submit tools when an unsigned transaction must pass MCP signer policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage pagination control for Jupiter Get D C A Orders.
userYesWallet address to query (sent as "user" query param to Jupiter)
limitNoLimit controlling the maximum number of results returned by Jupiter Get D C A Orders.
inputMintNoToken mint address (base58)
outputMintNoToken mint address (base58)
orderStatusYesFilter by order status: "active" for running orders, "history" for completed/cancelled
recurringTypeYesRecurring order type — "time" for time-based DCA, "price" for price-triggered, "all" for both
includeFailedTxNoInclude failed transactions in results (default: false)

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 already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. Description adds no new behavioral insights beyond stating the query nature. No contradiction, but also no added value.

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?

Two sentences with the first directly stating the tool's purpose. The second sentence provides ecosystem context that may be helpful but is not specific to this tool. Overall concise and well-structured.

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

Completeness4/5

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

Given the presence of an output schema and comprehensive annotations, the description is sufficient for understanding the tool's core function. However, it does not differentiate from similar query tools in the sibling list, which could be improved.

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?

All 8 parameters have descriptions in the schema, achieving 100% coverage. The description does not provide any additional semantic clarification beyond what the schema already states, so it meets the baseline but adds nothing extra.

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?

Description clearly states the tool retrieves DCA orders for a wallet, specifying active and optionally historical. This action is distinct from sibling Jupiter tools like jupiter_cancelDCA or jupiter_createDCA.

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

Usage Guidelines3/5

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

Description includes context about SAP MCP and Jupiter tools as AgentKit ecosystem, but does not explicitly tell the agent when to use getDCAOrders versus other query tools like jupiter_getLimitOrders or jupiter_getOrder. It implies read-only use but lacks direct alternatives comparison.

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