account
Fund your gemot credit balance. Actions: - buy_credits: Top up THIS API key's balance over the ATXP/x402 rail (optional: pack, atxp_account_id, payment_credential). Call once with no payment_credential to receive a payment-required challenge (the x402 accepts to pay against), then call again with...
This record as markdown: /tools/dev-gemot-gemot/account.md
What account does on Gemot Deliberation Server
AI agents use account to commit financial operations through Gemot Deliberation Server, usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
pack | string | — | |
action | string | Yes | |
atxp_account_id | string | — | |
payment_credential | string | — |
Parameters from the server's own tool schema.
Why account is rated Critical
Tool initiates and settles on-chain financial payments to top up account credits.
From the tool's definition Fund your gemot credit balance, buy_credits, on-chain-confirmed charge
Attacks that exploit this kind of access
The rule that runs account safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Gemot Deliberation Server, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For account, this is the rule to start with:
Any call to account is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect Gemot Deliberation Server, apply this rule, and every account call is checked against it from then on.
Questions about account
Fund your gemot credit balance. Actions: - buy_credits: Top up THIS API key's balance over the ATXP/x402 rail (optional: pack, atxp_account_id, payment_credential). Call once with no payment_credential to receive a payment-required challenge (the x402 accepts to pay against), then call again with payment_credential set to the base64 X-PAYMENT settle credential. Credits are added only on a settled, on-chain-confirmed charge. It is categorised as a Financial tool in the Gemot Deliberation Server MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
account accepts 4 parameters: pack, action, atxp_account_id, payment_credential. Required: action. The full parameter table on this page comes from the server's own tool schema.
Register the Gemot Deliberation Server MCP server in PolicyLayer and add a rule for account: 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 Gemot Deliberation Server. Nothing to install.
account is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the account 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 account. 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.
account is provided by the Gemot Deliberation Server MCP server (https://gemot.dev/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Gemot Deliberation Server, and thousands of servers like it.
Across the catalogue