combine_btc_psbts

Merge 2-15 partial PSBTs from multi-sig cosigners into one whose inputs carry every cosigner's signature. Each entry must be a base64-encoded PSBT v0 sharing the same unsigned tx body (same inputs/outputs/sequences/locktime); only per-cosigner witness data may differ. Refuses with a clear error w...

Server VaultPilot MCP vaultpilot-mcp
Category Destructive
Risk class Critical
Parameters 11 required

What combine_btc_psbts does on VaultPilot MCP

AI agents call combine_btc_psbts to permanently remove resources in VaultPilot MCP — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

ParameterTypeRequiredDescription
psbts array Yes Array of 2-15 base64-encoded PSBT v0 strings to merge. Every entry must share the same unsigned tx body (same inputs in the same order, same outputs in the same

Parameters from the server's own tool schema.

Why combine_btc_psbts needs a policy

An AI agent that decides to call combine_btc_psbts doesn't hesitate, doesn't double-check, and doesn't stop at one. Whatever it removes from VaultPilot MCP is gone — there is no undo for destructive operations.

Risk signalsBulk/mass operation — affects multiple targets

Questions about combine_btc_psbts

What does the combine_btc_psbts tool do? +

Merge 2-15 partial PSBTs from multi-sig cosigners into one whose inputs carry every cosigner's signature. Each entry must be a base64-encoded PSBT v0 sharing the same unsigned tx body (same inputs/outputs/sequences/locktime); only per-cosigner witness data may differ. Refuses with a clear error when bodies disagree — combining across distinct unsigned txs would silently merge signatures across different transactions. Returns the merged PSBT plus a per-input signature count so the caller can tell whether the threshold has been reached. No device touch. It is categorised as a Destructive tool in the VaultPilot MCP MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

What parameters does combine_btc_psbts accept? +

combine_btc_psbts accepts 1 parameter: psbts. Required: psbts. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on combine_btc_psbts? +

Register the VaultPilot MCP server in PolicyLayer and add a rule for combine_btc_psbts: 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 VaultPilot MCP. Nothing to install.

What risk level is combine_btc_psbts? +

combine_btc_psbts is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit combine_btc_psbts? +

Yes. Add a rate_limit block to the combine_btc_psbts 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.

How do I block combine_btc_psbts completely? +

Set action: deny in the PolicyLayer policy for combine_btc_psbts. 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.

What MCP server provides combine_btc_psbts? +

combine_btc_psbts is provided by the VaultPilot MCP server (vaultpilot-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.