Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

acknowledge_risk_disclosure

Read-onlyIdempotent

Acknowledge risk disclosure by entering the exact text from onboarding to unlock trading tools and create an auditable timestamp.

Instructions

Acknowledge the AlgoChains risk disclosure to unlock trading tools. User must type the exact acknowledgment text shown by start_onboarding(). Creates an auditable timestamp of acknowledgment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
acknowledgmentYesExact acknowledgment text as shown in start_onboarding() response
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Description says 'Creates an auditable timestamp' (mutation), but annotations declare readOnlyHint: true, which is a contradiction. The description does disclose the behavior, but the annotation conflict severely undermines 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/5

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

Two sentences, no fluff. First sentence states purpose, second details requirement and effect. Extremely concise and well-structured.

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?

For a simple one-parameter tool with no output schema, the description covers the prerequisite and effect. However, the annotation contradiction creates a gap in expected behavior, reducing completeness.

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 single parameter's description is already in the schema, but the tool description adds critical context: the text must match exactly what start_onboarding() shows. This adds value beyond the 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?

Clearly states the tool acknowledges a risk disclosure to unlock trading tools. It specifies the exact text requirement from start_onboarding. However, it does not differentiate from sibling 'accept_subscriber_terms'.

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?

Explicitly instructs the user to provide the exact acknowledgment text from start_onboarding. No exclusions or alternatives are given, but the context is clear for a single-purpose tool.

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/AlgoChains/algochains-mcp-server'

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