Jupiter Perps MCP Server
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation4/5
Most tools have distinct purposes, but there is some overlap between open_position and estimate_open_position, as both relate to opening positions, which could cause confusion. However, their descriptions clarify that one executes trades while the other estimates, aiding disambiguation. The indicator tools (e.g., get_indicator_atr, get_indicator_rsi) are clearly differentiated by the specific technical indicator they calculate.
Naming Consistency5/5Tool names follow a highly consistent verb_noun pattern throughout, with clear prefixes like 'get_' for retrieval, 'close_' for actions, and 'estimate_' for calculations. All tools use snake_case uniformly, making them predictable and easy to parse for an agent.
Tool Count4/5With 13 tools, the count is reasonable for a perps trading server, covering core operations and technical analysis. It might be slightly heavy due to multiple indicator tools, but each serves a distinct purpose, so it remains well-scoped overall.
Completeness4/5The toolset provides strong coverage for perps trading, including position management (open, close, portfolio), market data (snapshot, candles), and technical analysis (multiple indicators). A minor gap is the lack of tools for modifying existing positions (e.g., partial close or adjust leverage), but agents can work around this using open_position and close_position.
Average 4/5 across 13 of 13 tools scored. Lowest: 3.4/5.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.
If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.
MCP servers without a LICENSE cannot be installed.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but only partially discloses behavioral traits. It explains what EMA is and how to interpret it, but doesn't mention computational characteristics, data sources, latency, error conditions, or rate limits. For a calculation tool with no annotations, this leaves significant behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized with three sentences that each add value: defines EMA, explains interpretation, and lists common periods. It's front-loaded with the core purpose. Could be slightly more concise by integrating the period information more efficiently.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a calculation tool with 4 parameters and 100% schema coverage but no output schema or annotations, the description is moderately complete. It explains what EMA is and how to interpret results, but doesn't describe the return format, calculation methodology, or error handling. The lack of output schema means the description should ideally explain what values are returned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, providing good documentation for all parameters. The description adds minimal value beyond the schema - it mentions common periods (9, 20, 50, 100, 200) which are already in the period parameter description, but doesn't provide additional semantic context about parameter interactions or calculation specifics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool calculates EMA (Exponential Moving Average), specifying it's a trend indicator that reacts faster than SMA and explains its interpretation (price above/below EMA suggests uptrend/downtrend). This distinguishes it from sibling tools like get_indicator_sma by highlighting the faster reaction time and providing interpretation guidance.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for trend analysis by explaining how to interpret EMA values, but doesn't explicitly state when to use this tool versus alternatives like SMA or other indicators. It mentions common periods which suggests typical use cases, but lacks explicit guidance on tool selection among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It describes the data returned but does not address critical aspects like whether this is a read-only operation, potential rate limits, authentication requirements, or error conditions. For a financial data tool, this omission is significant.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, dense sentence that front-loads the core purpose and efficiently lists all returned data points. Every element (balance, equity, positions with detailed fields) earns its place without redundancy, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (financial portfolio data) and lack of annotations or output schema, the description is moderately complete. It thoroughly explains the return values but misses behavioral context like safety or performance traits. This is adequate for a read operation but leaves gaps in operational guidance.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately focuses on output semantics, detailing the returned data structure (e.g., positions with fields like asset, side, equity). This adds value beyond the schema, though a baseline of 4 is set for zero-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific verb ('retrieves') and resource ('wallet's current USDC balance, total equity, and all open positions'), distinguishing it from siblings like get_candles (market data) or get_market_snapshot (market overview). It precisely defines what data is returned, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does 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 like get_market_snapshot or other indicator tools. It lacks explicit context, prerequisites, or exclusions, leaving the agent to infer usage based on the purpose alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes what RSI is and its interpretation, but lacks details on behavioral traits such as computational requirements, rate limits, error handling, or what the output looks like (e.g., single value vs. time series). This leaves gaps for an AI agent to understand how to invoke and interpret results effectively.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded, starting with the core purpose and key details (RSI definition, ranges, thresholds) before providing usage tips. Every sentence adds value without redundancy, making it efficient and well-structured for quick comprehension.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, the description provides good foundational context on RSI and parameter usage, but lacks completeness in behavioral aspects (e.g., output format, error cases) and does not fully compensate for the absence of structured data. It's adequate for basic understanding but has clear gaps for comprehensive tool invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, providing detailed descriptions for all parameters (asset, interval, period, limit). The description adds some semantic context by explaining common period values (7, 14, 21) for different trading styles, which complements the schema. However, it does not add significant meaning beyond what the schema already documents, such as explaining interactions between parameters or additional constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool calculates the Relative Strength Index (RSI), specifying it's a momentum oscillator that measures overbought/oversold conditions. It distinguishes from siblings like get_indicator_atr or get_indicator_macd by focusing specifically on RSI, making the purpose explicit and differentiated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for usage by explaining RSI ranges (0-100) and thresholds (above 70 for overbought, below 30 for oversold), and suggests common period values for different trading styles (7 for scalping, 14 for day trading, 21 for swing trading). However, it does not explicitly state when to use this tool versus alternatives like other indicators (e.g., MACD or Bollinger Bands) or mention any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the return format (OHLCV with timestamps) and a behavioral constraint ('minimum 3 candles required'), but lacks details on permissions, rate limits, error conditions, or data freshness, which are important for a data retrieval tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose, followed by return details and a key constraint, all in three concise sentences with zero wasted words, making it easy to scan and understand.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a data retrieval tool with no annotations and no output schema, the description covers the basic purpose and return format adequately but lacks completeness in areas like error handling, pagination, or example usage, which would help an agent use it correctly in complex scenarios.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does 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 adds value by specifying the data format (OHLCV with unix timestamps) and reinforcing the 'minimum 3 candles' constraint, which complements the schema's limit parameter (min 10, max 500), though it doesn't fully explain the discrepancy.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs ('retrieves historical OHLCV pricing data') and resources ('candle data'), and distinguishes it from siblings by focusing on raw price data retrieval rather than indicators, positions, or snapshots.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for 'trend analysis and technical analysis,' which provides some context, but it does not explicitly state when to use this tool versus alternatives like get_market_snapshot or indicator tools, nor does it mention prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It clearly describes what the tool returns (three bands) and offers interpretation guidance (price touching bands suggests conditions). However, it doesn't disclose important behavioral aspects like whether this requires real-time data access, potential rate limits, error conditions, or how historical data is sourced. The description adds value but leaves gaps in operational transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is efficiently structured with zero wasted words. The first sentence states purpose and returns, the second provides interpretation guidance, and the third offers practical parameter settings. Every sentence earns its place, and information is appropriately front-loaded with the core functionality stated first.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a technical indicator calculation tool with 5 parameters and no output schema, the description provides adequate context about what's calculated and how to interpret results. However, without annotations and with no output schema, it should ideally describe the return format more explicitly (e.g., data structure, timestamps, calculation methodology). The common settings guidance helps but doesn't fully compensate for the lack of output documentation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does 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 thoroughly. The description adds minimal parameter semantics by mentioning common settings (20,2 standard; 20,1.5 tight; 20,2.5 wide) which partially overlaps with schema descriptions. It doesn't add significant meaning beyond what's already in the well-documented schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool calculates Bollinger Bands, specifies what it returns (upper band, middle SMA, lower band), and explains its purpose for measuring volatility and identifying overbought/oversold conditions. It distinguishes from siblings like get_indicator_rsi or get_indicator_macd by focusing specifically on Bollinger Bands analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context about when Bollinger Bands are useful (measuring volatility, identifying overbought/oversold conditions) and offers common parameter settings guidance. However, it doesn't explicitly state when to use this tool versus alternative indicators like RSI or MACD from the sibling list, nor does it mention any prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It describes what SMA is and its interpretation in trading, but doesn't disclose behavioral traits like whether this is a read-only operation, what the output format looks like, potential rate limits, or authentication needs. The description adds some context about SMA characteristics but lacks operational 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/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized with four concise sentences that each earn their place: defines SMA, explains interpretation, compares to EMA, and lists common periods. It's front-loaded with the core purpose and wastes no words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, the description provides good conceptual context about SMA but lacks operational completeness. It doesn't describe what the tool returns (just SMA values? with timestamps?), error conditions, or practical implementation details needed for an agent to use it effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does 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 doesn't add meaning beyond what the input schema provides - it mentions common periods (20, 50, 100, 200) which is already in the schema's period parameter description. No additional parameter semantics are provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool calculates SMA (Simple Moving Average), which is a specific verb ('calculate') and resource ('trend indicator'). It distinguishes from siblings by mentioning SMA specifically and contrasting it with EMA, which is a sibling tool (get_indicator_ema).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context about when SMA is useful ('Price above SMA suggests uptrend, below suggests downtrend') and mentions 'Slower to react than EMA' which implicitly guides usage compared to the EMA sibling. However, it doesn't explicitly state when to use this tool versus other indicator siblings like RSI or MACD.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behavioral traits: the asynchronous processing nature ('may take a few seconds'), the verification method needed, what gets returned ('transaction signature and confirmation message'), and what happens to collateral ('returned as USDC'). This covers important operational aspects beyond basic functionality.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is efficiently structured with three sentences that each serve distinct purposes: stating the core action, explaining processing behavior and verification, and describing return values and collateral outcome. There's no wasted text, and important information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a mutation tool with no annotations and no output schema, the description does well by explaining the asynchronous nature, verification requirements, return values, and collateral handling. However, it could be more complete by mentioning potential errors, rate limits, or authentication requirements that might be relevant for this financial transaction tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the input schema already fully documents both parameters (asset and side) with their enums and descriptions. The description doesn't add any parameter-specific information beyond what the schema provides, so it meets the baseline expectation but doesn't enhance parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('fully close an existing position at market price') and resource ('position'), distinguishing it from sibling tools like 'open_position' (which creates positions) and 'get_account_portfolio' (which reads positions). It goes beyond just restating the name by specifying the execution method and outcome.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on when to use this tool ('to fully close an existing position') and explicitly references an alternative tool for verification ('use get_account_portfolio to verify closure'). However, it doesn't explicitly state when NOT to use it or compare it to all possible alternatives among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/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 well by explaining what the tool returns (suggested stop-loss levels at 1x, 2x, 3x ATR below current price) and providing practical context about higher ATR indicating higher volatility. It doesn't cover error conditions, rate limits, or authentication needs, but gives substantial behavioral insight.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly concise with three sentences that each earn their place: first explains what ATR is and its purpose, second explains the volatility relationship, third describes the return values and common periods. No wasted words, front-loaded with core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a calculation tool with no annotations and no output schema, the description does well by explaining what the tool returns (stop-loss levels) and providing practical usage context. It could be more complete by specifying the exact format of the return values or error conditions, but covers the essential behavioral aspects given the context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does 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 thoroughly. The description adds some value by mentioning common periods for the 'period' parameter (10, 14, 20) and explaining the tool's purpose, but doesn't provide additional semantic context beyond what's in the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific verb 'calculate' and resource 'ATR (Average True Range)', explaining it measures volatility for stop-loss placement and position sizing. It distinguishes from sibling tools by focusing on ATR specifically, unlike other indicators like RSI or MACD.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool: for measuring volatility to inform stop-loss placement and position sizing. It mentions common periods (10, 14, 20) as guidance but doesn't explicitly state when not to use it or name specific alternatives among the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It adequately describes what the tool returns (MACD line, signal line, histogram) and the significance of histogram crossings, but doesn't mention computational characteristics (e.g., performance, rate limits), error conditions, or data freshness. The description doesn't contradict any annotations since none exist.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is efficiently structured in three sentences: purpose statement, return values with interpretation, and practical parameter guidance. Every sentence adds value with no wasted words, and the most important information (what MACD is and what it returns) comes first.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a calculation tool with 6 parameters and no output schema, the description provides good context about returns and parameter usage. However, without annotations or output schema, it could benefit from more detail about the return format (e.g., data structure, units) and any limitations. The description compensates well for the lack of output schema by explaining what values are returned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does 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 thoroughly. The description adds value by providing common parameter settings (12,26,9 for standard, 5,13,5 for fast/scalping, 19,39,9 for slow/swing) which gives practical guidance beyond the schema's technical ranges. However, it doesn't explain the relationship between parameters or provide additional syntax details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool calculates MACD (Moving Average Convergence Divergence) and identifies its purpose as analyzing trend direction and momentum. It distinguishes from sibling tools like get_indicator_rsi or get_indicator_sma by specifying the MACD indicator specifically, and mentions the three return components (MACD line, signal line, histogram).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context about when MACD is used (identifying trend direction and momentum, with histogram crossing zero indicating trend changes) and offers common parameter settings for different trading strategies (standard, fast/scalping, slow/swing). However, it doesn't explicitly state when to use this versus other indicator tools like RSI or Bollinger Bands, nor does it mention prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It explains what the indicator measures and how to interpret results, but doesn't mention computational characteristics like whether it requires historical data, potential rate limits, or error conditions. The description adds value about the indicator's purpose but lacks operational transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly structured and concise - every sentence earns its place. It starts with the core purpose, explains what it returns, provides interpretation guidelines, and ends with practical configuration advice. No wasted words or redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a calculation tool with no annotations and no output schema, the description does well by explaining what the indicator is, what it returns, how to interpret results, and common configurations. However, it doesn't describe the return format or structure, which would be helpful since there's no output schema to reference.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does 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 thoroughly. The description adds meaningful context by explaining common settings ('Common settings: (14,3) standard, (5,3) fast, (21,7) slow') which helps the agent choose appropriate values, though it doesn't add syntax details beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Calculate Stochastic Oscillator - a momentum indicator comparing closing price to price range. Returns %K and %D lines.' It specifies the verb ('calculate'), resource ('Stochastic Oscillator'), and output ('%K and %D lines'), distinguishing it from sibling indicator tools like RSI or MACD.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool by explaining interpretation guidelines ('Values above 80 indicate overbought, below 20 indicate oversold. %K crossing above %D is bullish signal') and common settings. However, it doesn't explicitly state when to choose this over alternative indicators like RSI or MACD from the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's behavior by detailing the returned data structure (timestamp, market data, statistics, fees, borrow rates, utilization, liquidity) and explains key operational nuances like shared USDC pool for short positions versus asset-specific tokens for long positions. However, it does not mention potential rate limits, error conditions, or data freshness guarantees.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is efficiently structured in two sentences: the first states the purpose and lists returned data, the second explains critical behavioral nuances about liquidity pools. Every sentence adds essential information with zero waste, making it easy to parse and understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (retrieving multi-asset market data) and lack of output schema, the description provides substantial context about return values, data fields, and operational details. It covers the core functionality well but could be more complete by addressing potential limitations, update frequency, or error handling to fully compensate for the absence of annotations and output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately focuses on output semantics, explaining what data is returned without redundant parameter details. It adds value by clarifying the structure and meaning of the returned market data beyond what a minimal schema would provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Retrieves') and resource ('current market state for all trading assets'), listing the exact assets (SOL, ETH, BTC). It distinguishes from siblings like get_candles or get_account_portfolio by focusing on comprehensive market-wide data rather than historical charts or account-specific information.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for obtaining real-time market metrics, but does not explicitly state when to use this tool versus alternatives like get_candles for historical data or get_account_portfolio for user-specific holdings. It provides some context about the data scope but lacks explicit guidance on use cases or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/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 well by disclosing key behavioral traits: it's a transaction submission (implies mutation/write), processes asynchronously with timing ('may take a few seconds'), and returns specific outputs (signature and message). It lacks details on permissions, rate limits, or error handling, but covers core behavior adequately.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose, followed by behavioral details and usage note, all in three concise sentences with zero wasted words. Each sentence adds essential value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (transaction submission with 4 required parameters) and no annotations or output schema, the description is largely complete: it explains the action, asynchronous behavior, verification method, and return values. It could improve by mentioning prerequisites (e.g., wallet setup) or error cases, but covers the essentials well for the context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does 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 thoroughly. The description adds no additional parameter semantics beyond what the schema provides (e.g., no extra context on asset selection or leverage implications), meeting the baseline of 3 for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('Submits a transaction to open a new position or increase an existing one'), identifies the resource (position), and distinguishes from siblings like close_position (which closes) and estimate_open_position (which estimates without submitting).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use it (to open/increase positions) and mentions using get_account_portfolio to verify after asynchronous processing. However, it does not explicitly state when NOT to use it (e.g., vs. estimate_open_position for simulation) or detail alternatives beyond verification.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden and delivers comprehensive behavioral disclosure. It explains what the tool returns (fees_to_pay and resulting_position with detailed breakdowns), warns about protocol-specific factors affecting calculations (USDC price variance, swap costs for long positions, rounding/slippage), and discloses Jupiter protocol's leverage approximation behavior. This goes well beyond basic functionality description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded with the core purpose. Every sentence adds value: first states purpose and returns, second clarifies non-execution, third explains protocol-specific factors, fourth details differences between long/short positions, fifth discloses leverage approximation. While comprehensive, it could be slightly more concise in the protocol factors section.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of financial position estimation with no annotations and no output schema, the description provides exceptional completeness. It thoroughly explains what the tool returns, behavioral characteristics, protocol-specific nuances, and important caveats. This gives the agent sufficient context to understand the tool's behavior and limitations despite the absence of structured output documentation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does 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 adds significant value by explaining how parameters interact with the estimation: it clarifies that 'collateral_amount' is in USDC and mentions minimum requirements, and it explains how 'leverage' affects calculations ('added size = collateral * leverage') and the protocol's approximation behavior. However, it doesn't provide additional context for 'asset' or 'side' beyond what the schema already documents.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('Estimates fees and resulting position state') and distinguishes it from execution ('Does NOT execute the trade'). It explicitly differentiates from the sibling 'open_position' tool by emphasizing this is a simulation/preview tool rather than an execution tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use this tool: for estimating fees and position state 'for opening a new position or increasing an existing one.' It clearly distinguishes from the sibling 'open_position' by stating 'Does NOT execute the trade,' and the context of fee/state estimation before actual execution is well-defined.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/diaorui/jupiter-perps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server