Skip to main content
Glama

get_terms

Retrieve legal Terms of Service for the Hedera blockchain platform, including pricing tiers, liability details, and consent requirements before using paid tools.

Instructions

Retrieve the machine-readable Terms of Service for the HederaIntel MCP Platform. FREE to call — no API key required. All agents MUST call this tool and then call confirm_terms before using any paid tool. Returns full legal JSON: pricing tiers, HITL thresholds, liability disclaimers, and consent instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler logic for the get_terms tool, returning the current terms and instructions for confirmation.
    if (name === "get_terms") {
      return {
        ...TERMS,
        _instruction: "To proceed: call confirm_terms with your api_key, terms_version, and confirmed: true.",
      };
    }
  • Tool definition for get_terms, including description and empty input schema.
    export const LEGAL_TOOL_DEFINITIONS = [
      {
        name: "get_terms",
        description:
          "Retrieve the machine-readable Terms of Service for the HederaIntel MCP Platform. " +
          "FREE to call — no API key required. " +
          "All agents MUST call this tool and then call confirm_terms before using any paid tool. " +
          "Returns the full legal JSON including pricing tiers, HITL thresholds, liability disclaimers, and consent instructions.",
        inputSchema: {
          type: "object",
          properties: {},
          required: [],
        },
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 adds valuable behavioral context: it discloses cost ('FREE to call'), authentication requirements ('no API key required'), and output format ('Returns full legal JSON'). It doesn't mention rate limits or error behavior, but covers key operational aspects.

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?

Three tightly packed sentences with zero waste: first states purpose, second provides usage rules and cost, third describes output. Every sentence earns its place by adding distinct, essential information.

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

Completeness5/5

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

For a 0-parameter tool with no annotations or output schema, the description provides complete context: purpose, usage rules, cost, authentication, output format, and content details. It compensates for missing structured fields with clear natural language explanation.

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 with 100% schema description coverage, so the baseline is 4. The description appropriately doesn't discuss parameters since none exist, maintaining focus on tool purpose and usage.

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'), resource ('machine-readable Terms of Service for the HederaIntel MCP Platform'), and scope ('full legal JSON'). It distinguishes from siblings by focusing on terms retrieval rather than account, contract, or token operations.

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

Usage Guidelines5/5

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

Explicitly states when to use ('All agents MUST call this tool... before using any paid tool'), when not to use (implied: not for operational tasks), and names the alternative/next step ('call confirm_terms'). Provides clear prerequisites and sequencing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mountainmystic/hederatoolbox'

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