Skip to main content
Glama
kukapay

hyperliquid-info-mcp

by kukapay

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation4/5

    Most tools have clearly distinct purposes targeting specific data types (market data, user data, metadata), but there is some overlap between get_perp_dexs and get_perp_metadata which both retrieve perpetual market metadata. The descriptions help differentiate them slightly (one mentions 'decentralized exchange' context), but an agent might still be confused about which to use for general perpetual metadata queries.

    Naming Consistency5/5

    All 17 tools follow a consistent 'get_' prefix with snake_case naming, creating a predictable verb_noun pattern (e.g., get_user_state, get_l2_snapshot). The naming convention is uniform throughout, making it easy to understand the tool's purpose at a glance.

    Tool Count4/5

    With 17 tools, the count is slightly high but reasonable for a comprehensive cryptocurrency exchange data server. The tools cover market data, user data, and metadata across multiple domains (spot, perpetuals, staking), so most tools earn their place, though some consolidation might improve efficiency.

    Completeness4/5

    The toolset provides excellent read-only coverage for market data (prices, candles, order books, funding) and user account information (orders, trades, state, staking, fees). The main gap is the lack of write/action tools (e.g., place_order, cancel_order), but as an 'info' server this is understandable and agents can work around it by knowing this is a query-only interface.

  • Average 3.8/5 across 17 of 17 tools scored. Lowest: 3.2/5.

    See the Tool Scores section below for per-tool breakdowns.

    • 0 of 1 community issues answered or closed in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • 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.json to 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 lacks behavioral details. It mentions the tool returns JSON or error messages, but doesn't cover rate limits, authentication needs, data freshness, or what 'fails' means operationally. The return format is described, but behavioral context is minimal.

    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 well-structured and concise, with a clear purpose statement followed by parameter and return sections. Every sentence adds value: the first defines the tool, the second explains the optional parameter, and the third details the return format and error handling.

    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 no annotations, 1 parameter with 0% schema coverage, and no output schema, the description is moderately complete. It covers the parameter and return format but lacks context on when to use it, error specifics, or integration with sibling tools. For a simple read operation, it's adequate but not comprehensive.

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

    Parameters4/5

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

    The description adds significant value beyond the input schema, which has 0% description coverage. It explains 'include_asset_ctxs' as including asset contexts with metadata and provides a default. However, it doesn't detail what 'asset contexts' contain or why to include them, leaving some semantic gaps.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Fetch metadata about spot markets on the Hyperliquid exchange.' It specifies the resource (spot markets) and verb (fetch metadata), but doesn't explicitly differentiate from siblings like 'get_perp_metadata' beyond the 'spot' vs 'perp' distinction in names.

    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. It doesn't mention sibling tools, compare to 'get_perp_metadata' for perpetual markets, or specify use cases like needing spot market details for trading decisions.

    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 mentions that it returns a JSON string with an error message on failure, which adds some context beyond the basic fetch operation. However, it lacks details on permissions, rate limits, side effects, or data freshness, leaving significant gaps for a tool that accesses user-specific staking data.

    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 well-structured and front-loaded with the core purpose, followed by clear parameter and return sections. Every sentence adds value: the first states the purpose, the parameters section clarifies the input, and the returns section explains the output format and error handling. There is no wasted text.

    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 moderate complexity (fetching user-specific staking data), no annotations, and no output schema, the description is adequate but incomplete. It covers the purpose, parameter semantics, and return format, but lacks behavioral details like authentication needs or data constraints. It's minimally viable but could be more comprehensive.

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

    Parameters4/5

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

    The description adds meaningful context for the single parameter 'account_address' by specifying it as a 'Hyperliquid account address' and providing an example format, which is valuable since the input schema has 0% description coverage. This compensates well for the schema's lack of detail, though it doesn't cover all possible edge cases or validation rules.

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

    Purpose4/5

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

    The description clearly states the verb 'Fetch' and the resource 'staking summary for a specific user account', making the purpose unambiguous. It distinguishes from siblings like 'get_user_fees' or 'get_user_state' by specifying the staking context. However, it doesn't explicitly contrast with 'get_user_staking_rewards', which might be a related sibling, so it's not a perfect 5.

    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. It doesn't mention when to prefer this over other user-related tools like 'get_user_state' or 'get_user_staking_rewards', nor does it specify prerequisites or exclusions. The usage is implied by the purpose but not explicitly stated.

    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. It mentions that it 'returns a JSON string' and includes error handling, which is useful, but lacks details on permissions, rate limits, or what 'details' include. For a 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.

    Conciseness5/5

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

    The description is front-loaded with the core purpose, followed by structured sections for parameters and returns. Every sentence adds value, with no redundant information, making it efficient and easy to parse.

    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 no annotations and no output schema, the description covers the basic purpose and parameters adequately but lacks depth. It doesn't fully explain the return structure beyond 'list of sub-accounts and their details', leaving ambiguity for an AI agent to interpret the output correctly.

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

    Parameters4/5

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

    With 0% schema description coverage, the description compensates well by explaining the 'account_address' parameter as 'The Hyperliquid account address' with an example. It also mentions the 'ctx' parameter, though not in the input schema, adding clarity beyond the minimal schema.

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

    Purpose4/5

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

    The description clearly states the verb 'fetch' and resource 'sub-accounts associated with a specific user account', making the purpose evident. However, it doesn't explicitly differentiate from sibling tools like get_user_state or get_user_fees, which also fetch user-related data but for different resources.

    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. It doesn't mention prerequisites, such as needing a valid account address, or compare it to sibling tools like get_user_state that might provide overlapping or complementary information.

    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 describes the return format (JSON string with candlestick data or error message) and implies a read-only operation ('fetch'), but lacks details on rate limits, authentication needs, data freshness, or error handling beyond a generic mention. It adds some context but doesn't fully compensate for the absence of annotations.

    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 appropriately sized and front-loaded, starting with a clear purpose statement followed by structured parameter and return sections. Every sentence adds value: the first defines the tool, the parameter list explains inputs with examples, and the return section details output format. There's no wasted text, and it's well-organized for quick comprehension.

    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 complexity (4 parameters, no annotations, no output schema), the description is moderately complete. It covers parameter semantics and return format adequately, but lacks behavioral context like error conditions, rate limits, or data source details. For a financial data tool with multiple parameters, it should provide more guidance on usage constraints and sibling tool differentiation to be fully complete.

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

    Parameters4/5

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

    The description adds significant meaning beyond the input schema, which has 0% description coverage. It explains each parameter's purpose with examples (e.g., 'coin_name' as trading symbol, 'interval' as candlestick interval, time formats), clarifying semantics that the schema alone doesn't provide. This compensates well for the low schema coverage, though it doesn't cover all potential nuances like valid interval values.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Fetch the candlestick data snapshot for a specific coin.' It specifies the verb ('fetch'), resource ('candlestick data snapshot'), and scope ('for a specific coin'), which is clear and specific. However, it doesn't explicitly differentiate from sibling tools like 'get_l2_snapshot' or 'get_user_trade_history', which might also retrieve financial data.

    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. It doesn't mention sibling tools or contexts where other tools might be more appropriate, such as using 'get_user_trade_history' for user-specific trades or 'get_l2_snapshot' for order book data. There's no explicit when/when-not or alternative usage information.

    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 that the tool fetches data (implied read-only) and mentions error handling, but lacks details on rate limits, authentication needs, or data freshness. It adds some behavioral context but is incomplete for a tool with no annotations.

    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 appropriately sized and front-loaded with the main purpose, followed by structured parameter and return sections. Every sentence adds value, though it could be slightly more concise by integrating the return details into the main description.

    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 moderate complexity (fetching financial data), no annotations, and no output schema, the description is adequate but has gaps. It explains parameters and returns well, but lacks usage context, error specifics, or behavioral details like latency or data format nuances, making it minimally complete.

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

    Parameters4/5

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

    The description adds significant meaning beyond the input schema, which has 0% coverage. It explains that 'coin_name' is a trading symbol with examples ('BTC', 'ETH'), clarifies the purpose of the parameter, and notes that 'ctx' is for server state access, compensating well for the low schema coverage.

    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 specific action ('Fetch') and resource ('Level 2 order book snapshot for a specific coin'), distinguishing it from sibling tools that fetch different data types like metadata, user data, or historical information. It precisely identifies what the tool retrieves.

    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 among the many sibling tools. It mentions the specific data fetched but does not indicate scenarios, prerequisites, or comparisons to other tools like get_candles_snapshot or get_user_open_orders.

    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 mentions that the tool returns a JSON string with an error message on failure, which is useful. However, it lacks details on rate limits, authentication requirements, data freshness, or whether this is a read-only operation (though implied by 'fetch').

    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 appropriately sized and front-loaded with the core purpose. The parameter and return sections are structured clearly, though the return explanation could be slightly more concise. Every sentence adds value without redundancy.

    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 moderate complexity (fetching metadata), no annotations, and no output schema, the description is adequate but has gaps. It covers parameters and return format well, but lacks behavioral context like error handling details or performance characteristics. It meets minimum viability but could be more comprehensive.

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

    Parameters4/5

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

    The description adds significant value beyond the input schema, which has 0% description coverage. It explains the optional 'include_asset_ctxs' parameter's effect (includes asset contexts with metadata) and default value (False), and mentions the optional 'ctx' parameter for accessing server state, which is not in the schema at all. This compensates well for the schema's lack of documentation.

    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 specific action ('Fetch metadata') and resource ('perpetual markets on the Hyperliquid exchange'), distinguishing it from sibling tools like get_spot_metadata (for spot markets) and get_all_mids (for market IDs). The verb 'fetch' is precise and the scope is well-defined.

    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?

    The description implies usage for retrieving perpetual market metadata, but does not explicitly state when to use this tool versus alternatives like get_spot_metadata or get_all_mids. No guidance is provided on prerequisites, exclusions, or specific scenarios where this tool is preferred.

    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 that the tool fetches data (read-only behavior) and mentions potential failure with error messages, which is useful. However, it lacks details on authentication needs, rate limits, or what 'fails' means (e.g., network errors vs. invalid addresses). It adds some context but is incomplete for a tool with no annotation coverage.

    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 well-structured with a clear purpose statement, parameter explanations, and return details. It uses bullet points for readability and avoids unnecessary words. However, the return section could be more concise (e.g., merging the two sentences), and the example address is slightly verbose, keeping it from a perfect 5.

    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 1 parameter with 0% schema coverage and no output schema, the description does a good job: it explains the parameter semantics, describes the return format (JSON string with fee structure or error), and covers basic behavior. It could improve by detailing error cases or response structure more, but it's largely complete for this tool's complexity.

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

    Parameters4/5

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

    The description adds significant meaning beyond the input schema, which has 0% coverage. It explains that 'account_address' is a Hyperliquid account address with an example format, and clarifies that 'ctx' is an MCP context object for server state access. This compensates well for the schema's lack of descriptions, though it doesn't detail all possible address formats or ctx usage.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Fetch the fee structure and rates for a specific user account.' It specifies the verb ('fetch') and resource ('fee structure and rates'), distinguishing it from siblings like get_user_state or get_user_trade_history. However, it doesn't explicitly differentiate from all siblings (e.g., get_user_funding_history also fetches user-specific data), so it's not a perfect 5.

    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?

    The description implies usage when fee information is needed for a user account, but provides no explicit guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, exclusions, or compare to sibling tools (e.g., get_user_state might include fee data). Usage is inferred from the purpose, but lacks clear directives.

    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 mentions that the tool retrieves data (implying read-only, non-destructive) and describes the return format and error handling, which adds useful context. However, it lacks details on rate limits, authentication needs, or performance characteristics, leaving gaps for a tool with no annotation support.

    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 front-loaded with the core purpose in the first sentence, followed by concise sections for parameters and returns. Every sentence earns its place by providing essential information without redundancy, making it efficient and well-structured for quick understanding.

    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 tool's low complexity (0 parameters, no output schema, no annotations), the description is mostly complete. It explains the purpose, return format, and error handling. However, it could improve by addressing potential limitations or linking to siblings for more specific data, but for a simple retrieval tool, it covers the essentials adequately.

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

    Parameters4/5

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

    The tool has 0 parameters, and the input schema has 100% coverage (though empty). The description correctly notes that there are no user-provided parameters, only a context object, which adds clarity beyond the schema. Since there are no parameters to document, a baseline of 4 is appropriate as the description adequately addresses the parameterless nature.

    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 specific action ('Retrieve') and resource ('mid prices for all trading pairs available on the exchange'), distinguishing it from siblings that focus on user data, metadata, or specific data types like candles or order books. It precisely defines what the tool does without being vague or tautological.

    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. It does not mention any context, prerequisites, or exclusions, such as when to prefer this over other data-fetching tools like get_spot_metadata or get_l2_snapshot. Usage is implied only by the purpose, with no explicit when/when-not statements.

    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 full burden but only minimally addresses behavior. It mentions the return format (JSON string with records or error) but lacks details on permissions, rate limits, pagination, or what constitutes a 'failed query'. For a data retrieval tool with zero annotation coverage, this is insufficient disclosure.

    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 well-structured and front-loaded with the core purpose, followed by organized parameter and return sections. Every sentence adds value: the opening statement defines scope, parameter explanations provide essential format details, and the return statement clarifies output behavior. No wasted words.

    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 no annotations and no output schema, the description does an adequate job covering parameters and basic return format. However, for a tool that retrieves financial history data, it lacks details about authentication requirements, rate limiting, error scenarios beyond 'fails', and how results are structured (e.g., pagination, sorting). The context signals indicate moderate complexity that warrants more completeness.

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

    Parameters5/5

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

    With 0% schema description coverage, the description fully compensates by providing detailed parameter semantics: it explains what each parameter represents (account address, start/end time), includes format examples (ISO 8601, address format), and clarifies their purpose in the context of fetching funding history. This adds significant value beyond the bare schema.

    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 specific action ('Fetch') and resource ('funding payment history for a specific user account'), distinguishing it from siblings like get_user_fees, get_user_trade_history, and get_user_staking_rewards which handle different types of user data. The verb+resource combination is precise and unambiguous.

    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?

    The description implies usage for retrieving funding payment history within a time range, but provides no explicit guidance on when to use this tool versus alternatives like get_coin_funding_history or other user data tools. There's no mention of prerequisites, exclusions, or comparative context with siblings.

    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. It discloses that the tool fetches data (read-only implied) and returns JSON with either order details or an error message, which covers basic behavior. However, it lacks details on rate limits, authentication needs, pagination, or what constitutes a 'fails' condition, leaving gaps in behavioral understanding.

    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 well-structured with a clear purpose statement followed by parameter and return sections. Every sentence adds value: the first defines the tool's function, and the subsequent lines explain inputs and outputs. It's appropriately sized without redundancy, though the mention of 'ctx' parameter not in the schema slightly reduces efficiency.

    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 no annotations, no output schema, and low schema coverage (0%), the description provides basic completeness by explaining the tool's purpose, parameter, and return format. However, for a tool that interacts with user data and returns complex JSON, it lacks details on error handling, data structure examples, or performance considerations, making it minimally adequate but with clear gaps.

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

    Parameters4/5

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

    The description adds significant meaning beyond the input schema, which has 0% coverage. It explains that 'account_address' is a Hyperliquid account address with an example format, clarifying the parameter's purpose and expected value. Since there's only one parameter, this compensation is effective, though it doesn't detail the 'ctx' parameter mentioned in the description but not in the schema.

    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 specific action ('Fetch all open orders') and target resource ('for a specific user account'), distinguishing it from sibling tools like get_user_fees, get_user_trade_history, or get_user_order_by_oid which focus on different user data. The verb+resource combination is precise and unambiguous.

    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?

    The description implies usage when needing open orders for a user, but provides no explicit guidance on when to use this versus alternatives like get_user_order_by_oid for specific orders or get_user_trade_history for completed trades. No exclusions or prerequisites are mentioned, leaving usage context inferred rather than stated.

    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. It discloses that this is a query operation (non-destructive), describes the return format (JSON string with positions, margin, etc.), and mentions error handling ('Returns a JSON string with an error message if the query fails'). It lacks details on rate limits, authentication needs, or data freshness, but covers core behavioral aspects adequately.

    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 appropriately sized and front-loaded: the first sentence states the purpose clearly, followed by structured sections for parameters and returns. Every sentence adds value, though the 'ctx' parameter explanation could be more specific. No redundant information is present.

    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 complexity (querying financial state with 2 parameters), no annotations, and no output schema, the description is fairly complete. It explains the tool's purpose, parameters, and return format in detail. It could improve by specifying data sources or update frequency, but it covers the essentials for an AI agent to use the tool effectively.

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

    Parameters4/5

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

    Schema description coverage is 0%, so the description must compensate. It adds meaningful semantics: 'account_address' is explained as 'The Hyperliquid account address' with an example, and 'check_spot' clarifies it queries spot vs. perpetuals state with a default. The 'ctx' parameter is noted as optional for server state access, though its purpose is vague. This compensates well for the lack of schema descriptions.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Query user state including trading positions, margin, and withdrawable balance.' It specifies the verb 'query' and the resource 'user state' with key components listed. However, it doesn't explicitly differentiate from siblings like 'get_user_fees' or 'get_user_trade_history' beyond the general scope of user state.

    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?

    The description implies usage through the parameter details (e.g., 'check_spot' for spot vs. perpetuals state), but it doesn't provide explicit guidance on when to use this tool versus alternatives like 'get_user_open_orders' or 'get_user_trade_history'. No when-not-to-use or prerequisite information is included.

    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 that it fetches historical data (implied read-only) and mentions potential failure with error messages, but lacks details on rate limits, authentication needs, or data freshness. It adds some behavioral context but not comprehensively.

    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 well-structured and front-loaded with the core purpose, followed by clear parameter and return sections. Every sentence adds value without redundancy, making it efficient and easy to parse.

    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 no annotations, 0% schema coverage, and no output schema, the description compensates well by explaining the parameter, return format, and error handling. However, it could be more complete by detailing the 'ctx' parameter or providing more behavioral context for a tool with potential complexity.

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

    Parameters4/5

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

    The description adds significant meaning beyond the input schema, which has 0% coverage. It explains that 'account_address' is a Hyperliquid account address with an example format, clarifying the parameter's purpose and expected value, though it does not detail the 'ctx' parameter beyond naming it.

    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 specific action ('Fetch') and resource ('trade fill history for a specific user account'), distinguishing it from sibling tools like get_user_funding_history or get_user_open_orders by focusing on trade fills rather than other user data.

    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?

    The description implies usage context by specifying 'for a specific user account' but does not explicitly state when to use this tool versus alternatives like get_user_state or get_user_fees, 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.

  • 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: it retrieves metadata, specifies the return format (JSON string with market details), and mentions error handling (returns error message on failure). However, it does not cover aspects like rate limits, authentication needs, or performance characteristics.

    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 appropriately sized and front-loaded: the first sentence states the purpose clearly, followed by structured sections for parameters and returns. Every sentence adds essential information without redundancy, making it efficient and well-organized.

    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 tool has 0 parameters, no output schema, and no annotations, the description is largely complete: it explains the purpose, parameters, and return values. However, it could improve by addressing potential limitations or linking to sibling tools for more context, but it adequately covers the basics for this simple retrieval tool.

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

    Parameters4/5

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

    The input schema has 0 parameters with 100% coverage, so the baseline is 4. The description adds value by explaining the 'ctx' parameter as 'The MCP context object for accessing server state,' providing semantic context beyond the schema's empty properties.

    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 specific action ('Retrieve metadata') and resource ('perpetual markets available on the Hyperliquid decentralized exchange'), distinguishing it from sibling tools like get_spot_metadata or get_perp_metadata by specifying it's about perpetual markets on a particular DEX.

    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?

    The description implies usage for retrieving perpetual market metadata, but does not explicitly state when to use this tool versus alternatives like get_perp_metadata or get_all_mids. It provides context but lacks explicit guidance on exclusions or comparisons.

    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 full burden and does well by disclosing key behaviors: it describes the return format (JSON string with list of records), error handling (returns error message on failure), and data structure details (funding rate and timestamp fields). It doesn't mention rate limits, authentication needs, or pagination, but provides solid operational context.

    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 efficiently structured with a clear purpose statement followed by well-organized parameter and return sections. Every sentence earns its place by providing essential information without redundancy. The formatting with bullet-like sections enhances readability.

    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?

    For a 3-parameter tool with no annotations and no output schema, the description provides good coverage: clear purpose, parameter semantics, return format, and error handling. It doesn't explain sibling differentiation or advanced behavioral aspects like rate limits, but covers the core operational context adequately.

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

    Parameters5/5

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

    With 0% schema description coverage, the description fully compensates by providing detailed semantic information for all 3 parameters: coin_name specifies trading symbols with examples, start_time and end_time specify ISO 8601 format with concrete examples. This adds significant value beyond the bare schema.

    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 specific action ('Fetch') and resource ('funding rate history for a specific coin'), distinguishing it from siblings like get_user_funding_history (user-specific) or get_candles_snapshot (price data). It precisely identifies what the tool does.

    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?

    The description implies usage through the specific resource focus (coin funding history), but doesn't explicitly state when to use this tool versus alternatives like get_user_funding_history or other data-fetching siblings. No explicit exclusions or prerequisites are provided.

    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 that the tool fetches details (implying read-only behavior) and mentions potential error returns, but it does not cover other behavioral aspects like rate limits, authentication needs, or side effects. It adds some context but is incomplete for a tool with no annotation coverage.

    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 well-structured with a clear purpose statement, parameter list, and return details. Every sentence adds value, and it is front-loaded with the core functionality. No wasted words or redundancy.

    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 no annotations and no output schema, the description does a good job covering purpose, parameters, and return format. However, it lacks details on error handling specifics, behavioral constraints, or output structure beyond a high-level mention. It is mostly complete but has minor gaps for a tool with no structured support.

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

    Parameters5/5

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

    Schema description coverage is 0%, so the description must compensate. It explicitly lists and explains all 2 parameters (account_address and cloid), providing examples and context beyond the schema. It also mentions the 'ctx' parameter, which is not in the input schema, adding further semantic clarity.

    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 specific action ('Fetch details') and resource ('specific order by its client order ID for a user account'), distinguishing it from sibling tools like get_user_order_by_oid (which uses a different identifier) and get_user_open_orders (which lists multiple orders). It precisely defines what the tool does.

    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 implicitly indicates usage context by specifying 'for a user account' and naming the required parameters, but it does not explicitly state when to use this tool versus alternatives like get_user_order_by_oid or get_user_open_orders. It provides clear prerequisites but lacks explicit comparison or exclusion guidance.

    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 describes the return format (JSON string with order details or error message) and implies a read-only operation ('Fetch', 'query'), but doesn't mention potential rate limits, authentication requirements, error conditions beyond failure, or whether the query is real-time/historical. It adds some context but leaves gaps for a tool with zero annotation coverage.

    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 efficiently structured with a clear purpose statement followed by parameter and return sections. Every sentence adds value: the first defines the tool's function, the parameter explanations provide necessary details, and the return statement clarifies output format. 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/5

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

    Given 2 parameters with 0% schema coverage and no annotations or output schema, the description does well by documenting all parameters and return format. However, as a data retrieval tool with no behavioral annotations, it could benefit from mentioning authentication needs, rate limits, or query limitations. It's mostly complete but has minor gaps in operational context.

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

    Parameters5/5

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

    Schema description coverage is 0%, so the description must fully compensate. It explicitly lists and explains all 2 parameters: account_address ('The Hyperliquid account address') with an example, and oid ('The order ID to query'). The description adds essential meaning beyond the bare schema, fully documenting parameter purposes and formats.

    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 specific action ('Fetch details') and resource ('a specific order by its order ID for a user account'), distinguishing it from sibling tools like get_user_open_orders (which lists multiple orders) and get_user_order_by_cloid (which uses a different identifier). The verb+resource combination is precise and unambiguous.

    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 implies usage context by specifying 'for a user account' and naming the required parameters (account_address and oid), but it doesn't explicitly state when to use this tool versus alternatives like get_user_order_by_cloid or get_user_open_orders. The guidance is clear for the intended scenario but lacks explicit sibling differentiation.

    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 that the tool fetches historical data (implying read-only behavior) and mentions error handling (returns error message on failure), but lacks details on rate limits, authentication needs, or data freshness. It adds some behavioral context but not comprehensively.

    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 well-structured with a clear purpose statement, parameter details, and return information in bullet points. Every sentence adds value without redundancy, making it efficient and easy to parse.

    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 no annotations, no output schema, and a single parameter, the description is mostly complete: it explains purpose, parameters, and return format. However, it could improve by mentioning data range limits or pagination for the history, though the simplicity of the tool makes this less critical.

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

    Parameters5/5

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

    Schema description coverage is 0%, so the description must compensate. It fully documents the single parameter (account_address) with its type, example, and purpose, adding significant meaning beyond the bare schema. This effectively covers the parameter semantics.

    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 specific action ('Fetch') and resource ('staking rewards history for a specific user account'), distinguishing it from siblings like get_user_staking_summary (which likely provides aggregated data) and other user-specific tools (e.g., get_user_fees, get_user_trade_history).

    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 implies usage when historical staking reward data is needed for a user, but does not explicitly state when to use this versus alternatives like get_user_staking_summary or other user data tools. It provides clear context but lacks explicit exclusions or comparisons.

    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

hyperliquid-info-mcp MCP server

Copy to your README.md:

Score Badge

hyperliquid-info-mcp MCP server

Copy to your README.md:

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/kukapay/hyperliquid-info-mcp'

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