Prepare a transfer to an external wallet address. Returns transfer details and a transfer_id for execution with tm_execute_transfer. Args: - to (string): Destination wallet address - token (string): Token symbol or contract address - amount (string): Quantity as decimal string - chain (
AI agents use tm_prepare_transfer to create or update resources in Truemarkets — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Truemarkets environment.
This tool prepares (stages) a transfer of tokens to an external wallet, creating a transfer_id that can be executed later. It does not yet move funds — that happens via tm_execute_transfer — so it is not yet Financial. However, preparing a transfer involves creating a pending financial commitment and is a necessary precursor to fund movement.
From the tool's definition Prepare a transfer to an external wallet address. Returns transfer details and a transfer_id for execution with tm_execute_transfer.
Attacks that exploit this kind of access
Prepare a transfer to an external wallet address. Returns transfer details and a transfer_id for execution with tm_execute_transfer. Args: - to (string): Destination wallet address - token (string): Token symbol or contract address - amount (string): Quantity as decimal string - chain (. It is categorised as a Write tool in the Truemarkets MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Truemarkets MCP server in PolicyLayer and add a rule for tm_prepare_transfer: 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 Truemarkets. Nothing to install.
tm_prepare_transfer is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the tm_prepare_transfer 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 tm_prepare_transfer. 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.
tm_prepare_transfer is provided by the Truemarkets MCP server (jun229/tm-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →