Skip to main content
Glama

Get a Jupiter swap quote

get_jupiter_quote

Fetch a live Jupiter swap quote for any token pair. Read-only, no wallet needed; returns quote amounts in the input token's smallest unit, ready for execute_swap.

Instructions

Get a live Jupiter swap quote. Read-only — no wallet needed, executes nothing. Amounts are in the input mint's smallest unit (e.g. lamports for SOL). The returned quote is required as input to execute_swap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in the input mint's smallest unit, e.g. lamports for SOL
inputMintYesInput token mint address
outputMintYesOutput token mint address
slippageBpsNoSlippage tolerance in basis points; defaults to 50
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so effectively. It explicitly states read-only behavior, no execution, and that amounts are in the input mint's smallest unit, which are critical behavioral details.

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

Conciseness5/5

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

The description is three sentences, each adding essential value: purpose, safety/units, and relationship to execute_swap. It is front-loaded and free of extraneous information.

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?

The description covers purpose, safety, and integration with execute_swap, which is sufficient for a simple quote tool. However, without an output schema, it does not describe the quote object's structure, leaving a minor gap for an agent expecting to consume the result programmatically.

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 schema already documents all parameters. The description's mention of units repeats schema content, adding no new semantic information. Baseline of 3 applies.

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 clearly states the tool retrieves a live Jupiter swap quote, using a specific verb and resource. It also distinguishes itself from the sibling execute_swap by explicitly noting it is read-only and executes nothing.

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 clear context for when to use the tool, noting it is a prerequisite for execute_swap and emphasizing no wallet is needed. It does not explicitly name alternatives, but the relationship to execute_swap implies the appropriate usage.

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/kinglewis1984-cloud/dexjup-mcp'

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