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: [],
        },

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