Retrieve the machine-readable Terms of Service for the HederaIntel MCP Platform.
AI agents call get_terms to retrieve information from Hedera Toolbox without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool queries and returns static or semi-static Terms of Service documentation. It performs no modifications, executions, deletions, or financial transactions. While the broader Hedera Toolbox server involves paid operations (metered HBAR micropayments), this specific tool merely retrieves and displays terms—a pure Read operation with minimal blast radius even if misused by an agent.
From the tool's definition Tool name 'get_terms' and description 'Retrieve the machine-readable Terms of Service' explicitly indicate data retrieval with no side effects. The verb 'Retrieve' and the object 'Terms of Service' are characteristic of Read operations.
Attacks that exploit this kind of access
Retrieve the machine-readable Terms of Service for the HederaIntel MCP Platform. It is categorised as a Read tool in the Hedera Toolbox MCP Server, which means it retrieves data without modifying state.
Register the Hedera Toolbox MCP server in PolicyLayer and add a rule for get_terms: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Hedera Toolbox. Nothing to install.
get_terms is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the get_terms rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for get_terms. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
get_terms is provided by the Hedera Toolbox MCP server (mountainmystic/hederatoolbox). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
get_terms is one line of Hedera Toolbox's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →