Skip to main content
Glama
dwin-gharibi

ramzinex-mcp

by dwin-gharibi

ramzinex_edit_general_access

Update API key general access settings: allow withdrawals to any address and enable or disable access-change alerts. Requires account control permission.

Instructions

Update the account-wide API-key general access — WARNING: account control.

Persian purpose: ویرایش دسترسی عمومی کلید API. Requires configured credentials AND account_control=true (and read_only=false) on the instance; otherwise it returns {"error": "account_control_disabled", ...} without contacting the API. Maps to POST /exchange/api/{ver}/exchange/auth/api_key/editGeneralAccess with body {addressFree, alert}. This changes security-sensitive access settings for your API keys.

Args: address_free: 0 or 1 — whether withdrawals to any (non-whitelisted) address are allowed. alert: 0 or 1 — whether access-change alerts are enabled. instance: Configured instance to use (default when omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
address_freeYes
alertYes
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/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 warns that the tool changes 'security-sensitive access settings' and provides the HTTP mapping. It also describes the error response for disabled account control. However, it does not mention whether the change is reversible, immediate, or has side effects beyond the warning. Moderate transparency.

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 roughly 6 sentences, front-loaded with purpose and a warning. It follows a logical order: purpose, prerequisite, HTTP mapping, argument details. Every sentence adds value, though the Persian translation is slightly redundant. It could be slightly trimmed but is well-structured.

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 security-sensitive mutation tool with no annotations and an existing output schema (not described), the description covers the key aspects: purpose, prerequisites, error behavior, parameter meanings, and endpoint. It does not explain the return value (acceptable since output schema exists) or immediate effects of changes. Overall, it provides enough context for correct invocation.

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 coverage is 0%, so the description must compensate fully. Each parameter is explained clearly: address_free (0/1, controls withdrawals to non-whitelisted addresses), alert (0/1, enables access-change alerts), and instance (default when omitted). This adds significant meaning beyond the schema's type-only definitions.

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 tool updates 'account-wide API-key general access', using a specific verb and resource. The warning 'account control' and Persian purpose further clarify the scope. It distinguishes from siblings by naming the similar 'ramzinex_edit_private_access' in the sibling list, and the description's focus on 'general access' implies a counterpart for private access.

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?

Explicit prerequisites are given: requires configured credentials, account_control=true, and read_only=false. It describes the error returned if account_control is disabled, helping the agent decide when to use. However, it does not directly compare to ramzinex_edit_private_access, though the naming implies a distinction.

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/dwin-gharibi/ramzinex-mcp'

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